Go to documentation repository
Page History
...
Section | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Configuring Lilin PIH-800III telemetry control panel
...
- Create the Telemetry controller object.
- Configure the Telemetry controller object as follows:
Specify the Lilin PIH-7000/7600 communication protocol.
Info title Note. 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.
- In the Port list specify the number of the serial (COM) port for connecting to the telemetry controller.
- Specify 9600 value for the Speed parameter.
- Specify None value for the Parity parameter.
- Set the DTR and RTS checkboxes checked.
- Create the Control panel object under the Telemetry controller object.
- Configure the Control panel object as described in Telemetry control panel configuration section.
Lilin PIH-800III telemetry control panel is now configured in Intellect.
...
Info | ||
---|---|---|
| ||
The functionality of these keys is also described in the reference documentation on Lilin PIH-800III control panel. |
Key | Function |
ZOOM IN / ZOOM OUT | Increases/decreases the size of the image |
FOCUS FAR / FOCUS NEAR | Increases/decreases the focal distance of the lens |
IRIS O / IRIS C | Opens/closes the aperture |
AUTOFOCUS | Sets the focal distance of the lens automatically |
AUTOIRIS | Automatically selects the position of the aperture |
AUTOPAN | Switches the pan head to auto-pan mode; or switches a dome camera to auto-patrol mode |
PRESET | Switches to a preset; saves a preset |
PRESET 1/2/3/4 | Switches to preset 1/2/3/4 |
Some of Lilin PIH-800III control panel's keys can be used through the KEY_PRESSED event. Intellect receives the KEY_PRESSED event when these keys are pressed on Lilin PIH-800III telemetry control panel's keyboard.
Event | Message | Parameter | Description |
KEY_PRESSED | A key was pressed | param0 | Code the key that was pressed |
The The source of this event is the Control panel object (TELEMETRY_EXT). The event's documentation indicates the code of the key that was pressed (param0). The key code for entering a number (1, 2, or 4 digits) is equal to the number entered. A four-byte hexadecimal code is used for function keys.
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 when the F1-F4, MON and CAM keys are pressed.
...
- Scripts written in the JScript programming language (see Programming Guide (JScript) for more information on how to create scripts);
- programs written in internal programming language in Intellect;
- macros (see Creating and using macros in Administrator's Guide for more information).
...