Documentation for DetectorPack PSIM 1.0.1.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Commands of the software modules can be used in Axxon PSIM scripts (see Guide for creating scripts (programming)) or sent directly to the kernel using IIDK (see Axxon PSIM Integration Developer Kit (IIDK)).

Commands description:

Command

Description

Software module used
GET_STATUS

Generates the events for each detected object. These events contain a unique object ID, relative x and y coordinates (if the upper left corner is 0.0, and the lower right corner is 100,100), date/time, etc.

Neurotracker

Example of the GET_STATUS command:

DoReact(NEURO_TRACKER|1|GET_STATUS);
  • No labels