klauer / blark

Beckhoff TwinCAT ST (IEC 61131-3) code parsing in Python using Lark (Earley)
https://klauer.github.io/blark/
GNU General Public License v2.0
42 stars 5 forks source link

Add support for 64-bit LTIME type #15

Closed klauer closed 2 years ago

klauer commented 2 years ago

High-performance timer type I was unaware of: https://infosys.beckhoff.com/english.php?content=../content/1033/tc3_plc_intro/2529294987.html&id=

Looks like: LTIME1 := LTIME#1000d15h23m12s34ms2us44ns

klauer commented 2 years ago

(Corrected the incorrect link in the original issue)

There's also LDATE, LDT (LDATE_AND_TIME), LTOD (LTIME_OF_DAY): https://infosys.beckhoff.com/english.php?content=../content/1033/tc3_plc_intro/2529294987.html&id=

klauer commented 2 years ago

Closed by #31