Versions Compared

Key

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

...

Configure the Lilin PIH-800III telemetry control panel in the Intellect Axxon PSIM as follows:

  1. Create the Telemetry controller object.
    1. Configure the Telemetry controller object as follows:
    2. Specify the Lilin PIH-7000/7600 communication protocol.

      Info
      titleNote.

      In order to transmit directly data to Lilin cameras connected via a serial port, select the Lilin PIH-7000/7600 Direct communication protocol. However, the full functionality of these cameras can be used, even what is not supported by Intellect Axxon PSIM.

    3. In the Port list specify the number of the serial (COM) port for connecting to the telemetry controller.
    4. Specify 9600 value for the Speed parameter.
    5.  Specify None value for the Parity parameter.
    6.  Set the DTR and RTS checkboxes checked.
  2. Create the Control panel object under the Telemetry controller object.
  3. Configure the Control panel object as described in Telemetry control panel configuration section.

Lilin PIH-800III telemetry control panel is now configured in Intellect Axxon PSIM.

Using Lilin PIH-800III telemetry control panel

Some of Lilin PIH-800III telemetry control panel's keys correspond to standard functions in Intellect Axxon PSIM.

Info
titleNote.

The functionality of these keys is also described in the reference documentation on Lilin PIH-800III control panel.

...

Some of Lilin PIH-800III control panel's keys can be used through the KEY_PRESSED event. Intellect Axxon PSIM receives the KEY_PRESSED event when these keys are pressed on Lilin PIH-800III telemetry control panel's keyboard.

...

Key

Code

Hexadecimal code

ESC

1769472

0x001B0000

LIGHT

655360

0x000A0000

CTRL1

851969

0x001A0000

CTRL2

851970

0x00090000

CLR

3604480

0x00370000

ENT

3538944

0x00360000

WIPER

786432

0x000C0000

SPRAY

720896

0x000B0000

No messages are sent to Intellect Axxon PSIM when the F1-F4, MON and CAM keys are pressed.

Control panel functions associated with the execution of actions in Intellect Axxon PSIM when events arrive from the control panel can be implemented using the following resources:

  1. Scripts written in the JScript programming language (see Programming Guide (JScript) for more information on how to create scripts);
  2. programs written in internal programming language in Intellect Axxon PSIM;
  3. macros (see Creating and using macros in Administrator's Guide for more information).

...