Versions Compared

Key

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

All reactions for the main objects of the system are specified in this section.

In Axxon PSIM, there are two types of system messages: events and reactions. Events are generally used for informational purposes—to send notifications to all Axxon PSIM cores that were connected to each other during architecture configuration. Reactions are commands sent to specific system objects. Reactions are sent directly to those cores on which the object is registered, and not to the entire system. To generate reactions, the DoReactStr and DoReact methods are used. To generate events, the NotifyEventStr and NotifyEvent methods are used.

Info
titleNote

It is possible to You can view events for system objects by in one of the following ways:

  1. Viewing the Axxon PSIMpsim.ddi file using the ddi.exe utility (see Getting the list of system names of objects, reactions and events in Axxon PSIM).
  2. Viewing events for the selected system object of system using the control settings panel of the the Macro system object (see Creating and configuring Macro events).

...