![PACOM PDR16-RMT Series User Manual Download Page 126](http://html.mh-extra.com/html/pacom/pdr16-rmt-series/pdr16-rmt-series_user-manual_746722126.webp)
User’s Manual
120
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.
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
A/Z/F/B/P/S: first, last, forward, backward, pause, stop
ix
Alarm Mute : alarm out is off while Alarm Mute is on regardless of alarm status
x
00~99/AA(id) : 00~99 for each alarm, or AA for all alarms
xi
Alarm Out: generate alarm out, which is automatically turned off after the programmed dwell time
xii
Alarm Reset: clear alarm out
xiii
Reset Event-Recording: resets event-driven recording associated with alarm-in of the given id.
xiv
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’.
xv
Turn on or off the auxiliary function supported the PTZ or Dome.
xvi
Percentage
xvii
S/P/</>/R/F : stop/pause/backward playback/forward playback/rewind/fast forward