Go to documentation repository
...
Info | ||
---|---|---|
| ||
Two types of system messages are available in Intellect Axxon PSIM system: events and reactions. The events usually contain some information and are used as notifications sent to all Intellect Axxon PSIM kernels connected to each other during the system configuration. The reactions are the control commands sent to specific objects. The reactions are transmitted only to the kernel where the object belongs, and not to the whole system. The DoReactStr and DoReact methods are used to generate reactions. The NotifyEventStr and NotifyEvent methods are used to generate events. |
...