Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 15 Next »

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.

  • No labels