Go to documentation repository
Commands You can use commands of the software modules can be used in Intellect Axxon PSIM scripts (see Programming Guide for creating scripts (programming)), or sent send directly to the kernel using IIDK (see Intellect Axxon PSIM Integration Developer Kit (IIDK)).
Commands description:
Command | Description | Software module used |
|---|---|---|
| GET_STATUS | Generates |
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, |
and so on | Neurotracker | |
| MD_INFO | Draws borders of different types | VMDA detection, NeuroTracker VMDA detection, Pose detection, Shooter detection, Handrail grip detection |
Example of the GET_STATUS command:
| No Format |
|---|
DoReact(NEURO_TRACKER|1|GET_STATUS); |
Example of the MD_INFO command (generation of an alarm border and saving it to the archive):
| Code Block |
|---|
DoReactStr("CAM","1","MD_INFO","mdparam0<10-10-56-52-360-5>,iit_object_id0<1>,show<1>,color0<255>,lifetime<3000>,type<8>,parent_id<1>,persistent0<1>,persistent_exist<1>,tss<30-06-2023 12:02:40.000>,type_rect<1>"); |