Maybe someone could help with this. When I add ENUM to a text field I get the number instead of the text. For my own ENUM variable I have declared and enabled text list value is displayed as text, but I need enum text displayed from softMotion and other internal FB's.
In the picture I have one of desired ENUM variable setup, but in the visu I have number, but in the watch window it's text.
There is probably some checkbox to tick, but was looking for an hour, can't find a solution. Would apreciate some help
Probably the enum from the library doesn't have text support. In that case you need to add your own TextList to the application.
In the rectangle you should use the property "dynamic text" to link this object to the textlist which you have created yourself and then link the text index to your enum variable.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Maybe someone could help with this. When I add ENUM to a text field I get the number instead of the text. For my own ENUM variable I have declared and enabled text list value is displayed as text, but I need enum text displayed from softMotion and other internal FB's.
In the picture I have one of desired ENUM variable setup, but in the visu I have number, but in the watch window it's text.
There is probably some checkbox to tick, but was looking for an hour, can't find a solution. Would apreciate some help
Probably the enum from the library doesn't have text support. In that case you need to add your own TextList to the application.
In the rectangle you should use the property "dynamic text" to link this object to the textlist which you have created yourself and then link the text index to your enum variable.