Versions Compared

Key

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

...

  1. Edit the DBI file.
  2. Edit the DDI file.
  3. Prepare a module.mdl file, where “module” is the name of the module to be integrated (this file is a transformed DLL file).
  4. Prepare an executable file, module.run, where “module” is the name of the module to be integrated (this file is a transformed EXE file).
  5. Copy module.mdl and module.run to the Axxon PSIM\Modules folder. 

Figure below shows a diagram of interaction between a functional module and the system core.

Image Added

The DBI and DDI files contain information on the integrated functional modules (objects); this information is needed for the operation of the system core. The DBI file describes the structure of Axxon PSIM's configuration database. The DDI file describes the objects and their parameters. When an object is integrated, the name of the object, its parameters, and the related system events and reactions are added to these files.  

...

In this document, we describe the steps for module integration by using the Axxon PSIM Demo  DEMO module, which emulates working with virtual hardware. This module includes devices with unique addresses for accessing and polling these devices. The system allows you to perform a number of actions with devices and to pass all their events to the system core.