Skip to content

#630 PLCgen: Add continous variables as timers

Albert Hofkamp requested to merge 630-plcgen-contvars-4 into develop

Support continuous variables with fixed -1.0 derivative. They can be assigned a non-negative number, and compared for being in a range against a non-negative value. Often that is t <= 0 which checks for timeout.

Commit can be read one at a time.

Closes #630 (closed)

Merge request reports