Go to documentation repository
When getting such commands, standard events and reactions will be generated in Axxon PSIM – they . They can be used in scripts and macros (see Creating and using macros section as well as Programming Guide (JScript)) and The Script object. Programming using the JScript language).
| Info | ||
|---|---|---|
| ||
Create and configure the Web server object in order to use these requests – see Creating the Web-server object. In the requests, it is necessary to specify the port set up in the Web server settings. |
GET http://IP-address:port/psim_core/React?command="{react}"
GET http://IP-address:port/psim_core/Event?command="{event}"
or (with the same result)
POST http://IP-address:port/psim_core/React HTTP/1.1
...
| Parameter | Is requiredRequired | Description |
|---|---|---|
| command | Yes | React – a reaction in the Axxon PSIM format Event – an event in the Axxon PSIM format |
...