Go to documentation repository
...
| Info | ||
|---|---|---|
| ||
Two types of system messages are available in the Intellect Axxon PSIM system: events and actions. 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 setup. The actions are the control commands sent to specific objects. An action is transmitted only to the kernel where the related object belongs, and not to the whole system. The DoReactStr and DoReact methods are used to generate actions. The NotifyEventStr and NotifyEvent methods are used to generate events. |
...