3) Pelco-D command string examples
Camera Address: 1
Pan Left at high speed:
FF 01 00 04 3F 00 44
Pan Right at medium speed:
FF 01 00 02 20 00 23
Tilt Up at high speed:
FF 01 00 08 3F 00 48
Tilt Down at medium speed:
FF 01 00 10 20 00 31
Stop all actions (Pan/Tilt/Zoom/Iris etc.):
FF 01 00 00 00 00 01
Note: there will be no response from cameras in Pelco-D protocol
4) How to use 232Analyzer to control the Pelco-D cameras
Suppose you are controlling camera address no. 1 to pan left at medium speed (
command
string: FF 01 00 04 20 00 25)
Way 1:
From the command pane - choose "Hex" as the TX data format and key in the
command string "FF,01,00,04,20,00,25," in the input box as shown below. Then click on the
"Send" button. The command will then be sent out immediately and you will notice the camera
panning left continuously.
Note: If you are using the FREE Version, choose "Dec" as TX data format and key in
"255,1,0,4,32,0,37,"