SW-D7000U, 9CH. COLOR VIDEO MULTIPLEXER
JVC PROFESSIONAL, IMAGING PRODUCTS 85
The last byte macro buffer[x] = 58; Macro_End
The number of bytes in the macros may not
exceed 32.
y) Enable activity detection
buffer[0] = 0xff;
buffer[1] = 0xAA;
buffer[2] = 16;
buffer[3] = ENACTIVITY;
buffer[4] - buffer[19] = BINARY list of 16 numbers
- digits (0 - disable, 1 -enable)
z) Request activity settings
buffer[0] = 0xff;
buffer[1] = 0xBB;
buffer[2] = 0;
buffer[3] = UP_ACT_SETTINGS;
aa) Request activity grid
buffer[0] = 0xff;
buffer[1] = 0xBB;
buffer[2] = 0;
buffer[3] = UP_ACT_GRID;
ab) Request alarm and video loss status
buffer[0] = 0xff;
buffer[1] = 0xBB;
buffer[2] = 0;
buffer[3] = UP_ALM_AND_VDL;
ac) Download activity grid
buffer[0] = 0xff;
buffer[1] = 0xAA;
buffer[2] = 32;
buffer[3] = DN_ACT_GRID_1 to
DN_ACT_GRID_16
buffer[4] -- buffer[35] = BINARY digits
corresponding to zones
Two bytes per row, 16 rows. (1 - active, 0 - off)
NOTE:
This message must be used with caution.
Delays of 100ms must be inserted between
consecutive camera grids.
ad) Downloading Timed Macro Information
buffer[0] = 0xff;
buffer[1] = 0xAA;
buffer[2] = 6;
buffer[3] = DN_TIMED_MACRO;
buffer[4] = Event number (1 - 20)
buffer[5] = Day (0 - 8) 0 -> Disabled
buffer[6] = Hour (1 - 12)
buffer[7] = Minute (0 - 59)
buffer[8] = AM/PM (0 - AM, 1 - PM)
buffer[9] = Macro Number (1-16)
ae) Setting the Record Lock
buffer[0] = 0xff;
buffer[1] = 0xAA;
buffer[2] = 1;
buffer[3] = REC_LOCK;
buffer[4] = 0 - OFF, 1 - ON
af) Setting the VCR Type
buffer[0] = 0xff;
buffer[1] = 0xAA;
buffer[2] = 1;
buffer[3] = VCR_TYPE;
buffer[4] = 0 - Type A,1 - Type B
ag) Setting the Vext Pulse active edge
buffer[0] = 0xff;
buffer[1] = 0xAA;
buffer[2] = 1;
buffer[3] = SWITCH_EDGE;
buffer[4] = 1 - Negative Edge,0 - Positive Edge
ah) Setting the Network Address
buffer[0] = 0xff;
buffer[1] = 0xAA;
buffer[2] = 1;
buffer[3] = NETWORK_ADDRESS;
buffer[4] = Binary number (0-255)
UPLOADING DATA
a) Alarm history list
When the "Request Alarm History List" message is
received by the system, it will respond by sending
an ASCII string for every alarm event in its alarm
history list. The string is formatted as follows:
dd.bmm/ddbhh:mm:ss<CR><LF>