![PACOM H264 User Manual Download Page 94](http://html.mh-extra.com/html/pacom/h264/h264_user-manual_746717094.webp)
User’s Manual
88
Revision History
May 5, 2003 (Version 1.2)
–
Added ss command for getting the status of system
–
Added ao command for getting the status of alarm out
October 6, 2003 (Version 1.3)
–
Added PX for specifying the speed at which PTZ moves
–
Added PE for specifying the extended PTZ functions
November 5, 2003 (Version 1.4)
–
Change SC, SS command to have 2 digit number for specifying spot monitor.
–
Added PA for auto pan, which is different from PE:52 in PE:52 can specify the type of auto pan.
November 7, 2003 (Version 1.5)
–
Add LI, LO, PM, PR commands.
July 22, 2008 (Version 1.6)
–
Added FG, NF, NG command for 32ch control.
i
For DVR sample code for Checksum is followed.
int GetCheckSum(char *msg, int len)
{
DWORD sum = 0;
BYTE *p = (BYTE*)msg;
while (len > 0) {
sum += DWORD(*p++);
len--;
}
return int(sum%100);
}
void AddCheckSum(char* msg)
{
int len = strlen(msg);
int checksum = GetCheckSum(msg, len);
sprintf(msg+len, "%02d", checksum);
}
ii
Notation:
–
(..): explanation only: do not include in the message.
–
/: single selection from list of possible symbols.
–
~: for interval.
–
…: the length is not fixed but determined by preceding operand
iii
Only 24hour format is supported: ex) 20000603135030
iv
Only support for Lan Control. ID can be up to 16 characters and password can be up to 8 characters.
v
Only support for Lan Control.
vi
The text can include special characters.
vii
Next(0), Full(1), 2x2(2), 3+4(3), 3x3(4), 2+8(5), 1+12(6), 4x4(7), PIP(8)
viii
1(full), 2(2x2), 3(3+4), 4(3x3), 5(2+8), 6(1+12), 7(4x4), 8(PIP), 9, 10(Not used on IDR), 11(5x5), 12(1+32)
ix
A/Z/F/B/P/S: first, last, forward, backward, pause, stop
x
Alarm Mute : alarm out is off while Alarm Mute is on regardless of alarm status
xi
00~99/AA(id) : 00~99 for each alarm, or AA for all alarms
xii
Alarm Out: generate alarm out, which is automatically turned off after the programmed dwell time
xiii
Alarm Reset: clear alarm out
xiv
Reset Event-Recording: resets event-driven recording associated with alarm-in of the given id.
xv
00 means stop, 01 is the minimum speed and 16 is the maximum speed. All stop commands of left, right, up, down by this
speed operand call same internal function of DVR – ‘MovingStop’.
xvi
Turn on or off the auxiliary function supported the PTZ or Dome.
xvii
Percentage
xviii
S/P/</>/R/F : stop/pause/backward playback/forward playback/rewind/fast forward
Summary of Contents for H264
Page 1: ......
Page 2: ......
Page 10: ...User s Manual 4 ...
Page 40: ...User s Manual 34 ...
Page 70: ...User s Manual 64 ...