There is a visual problem as I declare an enumeration on TwinCAT3 as has been shown in the following:
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:
Current XAE version: 3.14024.47
Any help would be appreciated.