Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Creating and using a custom object in Axxon PSIM  GRABBER Video capture device Next page


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.

Note

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

  1. Viewing the psim.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 using the settings panel of the Macro system object (see Creating and configuring Macro events).
  • No labels