Go to documentation repository
The JScript programming language is used in Axxon PSIM to implement additional user functions not included in the basic Axxon PSIM functionality.
The JScript programming language is a standard feature for developing user scripts. Axxon PSIM supports the version of the JScript language implemented in the ActiveX technology by Microsoft. The general description of the JScript object model, used in Axxon PSIM, is given in the Microsoft documentation (for example, MSDN).
The JScript scripts in Axxon PSIM are executed using the standard ActiveX software components included in the Windows OS. So, when you develop scripts, you can use any components of the JScript object model implemented in the ActiveX technology.
Axxon PSIM additionally provides a specialized object model for script development in the JScript language that allows you to work with system objects of Axxon PSIM, receive and send system events and reactions.