Hi all,
I have question about logging in CEL.
We use INT variable for commands (MOTOR_CMD), with the following values
0 - IDLE
1 - START
2 - PAUSE
3 - STOP
CEL logging activated via dynamic element and checked Old and New value.
So, when operator press button START scada set value 1 to command variable.
In CEL we have meassage: Modified value: Old: (0) New: (1)
Is there any way to set this as follows: Modified value: Old: (IDLE) New: (START)
So, to log symbolic representation of value, not the value itself.
BR, MK