American Dynamics ADCC1100 User Manual Page 22

  • Download
  • Add to my manuals
  • Print
  • Page
    / 29
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 21
MEGAPOWER 3200 EXTENDED DOME/PTZ CAMERA PROTOCOL 8200-0421-23, REV. A
USER GUIDE
20 of 25
Spectra IV SE Model DD4C22 Ver. V1.072 with
Back Box BB4-F
Examples
1. You want a Pelco-D camera with Address 1 (00)
to pan left at speed 0x47 (2F). The command
template string of the first 6 bytes would be:
Pan Left (Command 2): 0 0 0 0 0 1 0 0 = 04.
Template string is FF 01 00 04 2F 00
2. Another example:
Iris Open (Command 1): 0 0 0 0 0 0 1 0 = 02.
Template string is FF 01 02 00 00 00
Defining the command string
In each command definition, the template string is
provided, which gets translated before being sent to
the camera. In this handler, the command begins
with the camera address, which is inserted using the
{camera} parameter. Each command ends with a
checksum byte using the {check} parameter. Extra
blank lines are ignored.
„Count‟ specifies a send count. The default is 1. The
command string is sent the number of times
specified. This is typically used to send stop
commands more than once to ensure the string gets
there. The code waits 100ms between sends. If set
to 0 (zero), the string is never sent. This might be
useful during debugging to disable a command
temporarily without actually deleting it.
See the example on the next page.
Page view 21
1 2 ... 17 18 19 20 21 22 23 24 25 26 27 28 29

Comments to this Manuals

No comments