marwern / PLCreX

Simplification, Transformation, Analysis, and Validation of IEC 61131-3 Programmable Logic Controllers
https://plcrex.readthedocs.io
GNU General Public License v3.0
54 stars 7 forks source link

Rework TC081.st #21

Closed marwern closed 1 year ago

marwern commented 1 year ago

wrong syntax in TC081.st

Ctr := TON2((IN1+IN2+IN3)=42 AND SR1.Q,3).ET;

-->

TON2((IN1+IN2+IN3)=42 AND SR1.Q,3); Ctr := TON2.ET;