Tabular view for enumeration on TwinCAT3

68 Views Asked by At

There is a visual problem as I declare an enumeration on TwinCAT3 as has been shown in the following: enter image description here

here is my simple declaration;

VAR
state:(init , operate, stop);//a simple example of enum declaration 
END_VAR

and here is the code that I faced before crashing:

enter image description here

Current XAE version: 3.14024.47

Any help would be appreciated.

0

There are 0 best solutions below