Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Purpose of custom objects and their implementation in Axxon PSIM  DBI file preparation Next page


Here you can find out how to create the following custom objects:

  1. CUSTOM type with SLAVE (Computer) parent type.
  2. CUSTOM_CHILD type with CUSTOM parent type (see item 1).

An object of the CUSTOM type has the property set:

  1. Custom_param1 and custom_param2 parameters
  2. Events: ALARM, INFO, ON, OFF
  3. Reactions: ON, OFF
  4. States: ON, OFF
  5. State machine:
    1. Set ON state for ON event
    2. Set OFF state for OFF event

The CUSTOM_CHILD type of the object is created to demonstrate tree structure and has no user parameters, events, reactions or states.

  • No labels