/
3.6.5 Script Editor...
3.6.5 Script Editor...
Script Editor in CIMON Canvas uses the JavaScript programming language. Within scripts, the user can use variables, call other scripts, etc. CIMON Canvas also provides keywords for flow control such as switch-case, for, while, and if-else.
The script syntax is case-sensitive.
All tags registered in the CIMON Canvas database can be used in the script.
All variable types are supported (i.e. numerical, string, array, etc.). The variable type is decided automatically during program execution.
For more information about the scripting feature, please refer to the Script Editor section.