PLC-lang / StandardFunctions

Standard functions for PLC as described by IEC61131
GNU Lesser General Public License v2.1
10 stars 2 forks source link

Timer Function implementation #39

Closed ghaith closed 2 years ago

ghaith commented 2 years ago

Implements the TPULS, TON and TOF timers Also adds basic implementation for rising and falling edges as utility methods.

Fixes #18