Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • The script syntax is case-sensitive. To help alleviate any issues caused by this, Canvas' Script Editor includes an autocomplete feature.

  • All tags registered in the CIMON Canvas ' Tag Editor database can be used as variables in the script.

  • Three All JavaScript ES5 variable types are supported : Bool Type, Number Type, and String Type(i.e. number, boolean, string, object, etc.). The variable type is decided automatically during script program execution.