Versions Compared

Key

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

[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.

Image RemovedImage Added

※    For more information about the scripting feature, please refer to the [Writing a Script] section.