Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 6 Next »

[Script Editor] in CIMON Canvas uses a programming language that is JavaScript language. Within scripts, the user can use variables, call other scripts, etc. Also, CIMON Canvas 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 [Writing a Script] section.

  • No labels