Go to documentation repository
...
The TELEMETRY object sends events presented in the table. Procedure is started when the corresponding event appears.
...
Description of events of the TELEMETRY object.
Event | Description | Comment |
LOCKED | Locked | Event is received after the LOCK command (see the following command) |
UNLOCKED | Unlocked | Event is received after the UNLOCK command (see the following command) |
Operator format to describe actions with the short message service is:
...
List of commands and parameters for the TELEMETRY object is presented in the following table:
Command – command description | Parameters | Description |
"AUTOFOCUS_ON" – enable autofocus |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"AUTOPAN_END_P" – specify end point of autopan |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"AUTOPAN_START" – start autopan |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"AUTOPAN_START_P" – specify start point of autopan |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"AUTOPAN_STOP" – stop autopan |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"CLEAR_PRESET" – clear selected preset |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
preset<> | Preset |
"D2OFF" – disable additional dynamic settings for Panasonic ptz video cameras designed to increase quality of analog video signal |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"D2ON" – enable additional dynamic settings for Panasonic ptz video cameras designed to increase quality of analog video signal |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"DOWN" – rotate video camera objective down |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"FOCUS_IN" – zoom in |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"FOCUS_OUT" – zoom out |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"FOCUS_STOP" – stop zooming in/out of image |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"GO_PRESET" – rotate video camera to position specified on preset |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
preset<> | Preset |
"HOME" – rotate video camera to initial (home) position |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"IRIS_CLOSE" – close diaphragm |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"IRIS_OPEN" – open diaphragm |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"IRIS_STOP" – stop diaphragm |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"LEFT" – rotate video camera objective left |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"LEFT_DOWN" – rotate video camera objective left and down |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"LEFT_UP" – rotate video camera objective left and up |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"PATROL_LEARN" – start procedure of patrol programming performed by record of video camera actions |
tel_prior<> | Priority ( |
1– low, 2 – medium, 3 – high) |
"PATROL_PLAY" – start patrolling |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"PATROL_STOP" – stop patrolling |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"RIGHT" – rotate video camera objective right |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"RIGHT_DOWN" – rotate video camera objective right and down |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"RIGHT_UP" – rotate video camera objective right and up |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"SET_PRESET" – record current position of video camera to the selected preset |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
preset<> | Preset |
"STOP" – stop video camera rotation |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"UP" – rotate video camera objective up |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high) |
"SETUP" – set up ptz device |
address<> | Device address |
cam<> | Camera ID to control |
flags<> | Flag of object operating (0 – ON, 1 |
– OFF) |
name<> | Object name of ptz device |
speed<> | Speed |
"SEND_BUFFER" – send command to COM port in hexadecimal format |
buffer<> | Command in hexadecimal format |
parent_id<> | ID of Telemetry controller parent object. |
Required parameter |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high). Value of parameter is to be more than 0 |
LOCK |
– lock. Switch over telemetry to the LOCKED state for specified time |
tel_prior<> | Priority (1 |
– low, 2 – medium, 3 – high). Value of parameter is to be more than 0. It is forbidden to perform control commands with lower priority than specified during the blocking time |
duration<> | Locking duration. Locking in force until UNLOCK command performing if parameter is not specified |
UNLOCK |
– unlock. Switch over telemetry to the UNLOCKED state for specified time |
- | - |
Properties of the TELEMETRY object are shown in the table.
Properties of the TELEMETRY object | Description of properties |
ID<> | Object ID |
PARENT_ID<> | Parent object ID |
The TELEMETRY object can be in the following states:
State of the TELEMETRY object | Description |
LOCKED |
– locked | Control of telemetry is locked with some priority. It is forbidden to control telemetry with priority higher than specified while locking (see the table below) |
UNLOCKED |
– unlocked | It is allowed to control telemetry with any priority |
Examples of using events and reactions of the TELEMETRY object:
...