


The cracked version (7.33) available for download has some tricky behavior and it has at least one bug sometime important for programming.
As I found one problem there can be much more and they can lead to some problems with PLCs programmed with the very software.
I use licensed version of the software and it has no such behavior.
Also the demo/trial version downloaded from IBH works OK.
The bug I found is related to STL load operation of a floating point value KG.
Instead of expected
L KG 55
all that is displayed is:
L KG
and no value
If one attempts to insert a new line with similar code eg.
L KG 10
the editor accepts such instruction but again displays it in red
L KG
without any number at the end of the line, so there is no guarantee the hidden value is such as it was input.