Versions Compared

Key

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

...

  1. scripts in JScript (see details on how to create scripts in Programming Guide (JScript) The Script object. Programming using the JScript language);
  2. programs in internal language in Intellect;
  3. macros (see details in Administrator's Guide, Creating and using macros section).

...

  1. Clear screen – allows clearing the device screen.
  2. Type text (set by Y coordinate, Text and Indication parameters) – displaying text with certain position and indication on the device screen.
  3. Set alarm (set by Audio alarm parameter). Set alarm signal type.
  4. Switch on relay (set by Relay identifier parameter). This command allows switching on the indicator.
  5. Switch off relay (set by Relay identifier parameter). This command allows switching off the indicator.
  6. Reboot (set by Reboot type parameter). Allows rebooting the device immediately or after a time period.

Example of JScript script

The file with JScript can be found here. It allows assigning actions to Panasonic WV-CU950 control panel keys:

...