Scripts in Xpanel use a programming language that is very similar to the C Script Editor in CIMON Canvas uses the JavaScript programming language. Within scripts, the user can use variables, call other programsscripts, etc. Also, XpanelDesigner CIMON Canvas also provides keywords for flow control such as Switchswitch-Casecase, For, While, If-Else, and GoTo.The programs are executed in a multi-threaded environment. Each program is assigned a priority level between 1 and 10.for, while, and if-else.
The script syntax is not case-sensitive.
All tags registered in the Xpanel’s CIMON Canvas database can be used as variables in the script.
Two All variable types are supported : Real Type and String Type(i.e. numerical, string, array, etc.). The variable type is decided automatically during program execution. However, you cannot use a single variable for both real and string data.
...
...
For more information about
...
the scripting feature, please refer to the
...
...
Editor section.