Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Scripts in Xpanel use [Script Editor] in CIMON Canvas uses a programming language that is very similar to the C programming JavaScript language. Within scripts, the user can use variables, call other programsscripts, etc. Also, XpanelDesigner CIMON Canvas provides keywords for flow control such as Switchswitch-Casecase, Forfor, Whilewhile, If-Else, and GoTo.The programs are executed in a multi-threaded environment. Each program is assigned a priority level between 1 and 10.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 each basic objectthe scripting feature, please refer to the [Writing a Script] section.