Documentation for Axxon PSIM 2.0. Documentation for other versions of Axxon PSIM is available too.

Previous page Next page


This section describes the events, commands, and reactions for the main system objects.

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 are connected to each other during the 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, use the DoReactStr and DoReact methods. To generate events, use the NotifyEventStr and NotifyEvent methods.

Note

You can view events for system objects in one of the following ways:

  1. Viewing the main.ddi file content 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 using the settings panel of the Macro system object (see Creating and configuring Macro events).

  • No labels