thiagoralves / OpenPLC_v3

OpenPLC Runtime version 3
1.07k stars 433 forks source link

Matiec compiler not terminating #127

Closed FranzJosephII closed 4 years ago

FranzJosephII commented 4 years ago

When compiling the following structured text code the matiec compiler seems to be stuck in an endless loop (Ubuntu 19.10):

CONFIGURATION $ RESOURCE F$ ON _6 TASK YW ( SINGLE := %QL 1 . BYTE # 3_4 , PRIORITY := 16#__e ) ; END_RESOURCE VARACCESS : ON : TIME READ_ONLY ; END_VAR END_CONFIGURATION

innir commented 4 years ago

You should probably file matiec bugs at the matiec bug tracker: https://bitbucket.org/mjsousa/matiec/

OpenPLC is just using matiec as a translator from ST to C++

FranzJosephII commented 4 years ago

Filed the bug there - thanks!