Télécharger Imprimer la page

Capture CPT-DVR4132XP Manuel D'utilisation page 206

Publicité

Les langues disponibles

Les langues disponibles

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
The text can include special characters.
v
Next(0), Full(1), 2x2(2), 3+4(3), 3x3(4), 2+8(5), 1+12(6), 4x4(7), PIP(8)
vi
A/Z/F/B/P/S: first, last, forward, backward, pause, stop
vii
Alarm Mute : alarm out is off while Alarm Mute is on regardless of alarm status
viii
00~99/AA(id) : 00~99 for each alarm, or AA for all alarms
ix
Alarm Out: generate alarm out, which is automatically turned off after the programmed dwell time
x
Alarm Reset: clear alarm out
xi
Reset Event-Recording: resets event-driven recording associated with alarm-in of the given id.
xii
Percentage
xiii
S/P/</>/R/F : stop/pause/backward playback/forward playback/rewind/fast forward
16-Channel Digital Video Recorder
99

Publicité

loading