CHANNEL_TIME
Description
Set the time of stay in second for a connected channel to the decoder. In here, this time duration is called channel dwell time.
If the channel dwell time is set to 0, the decoder will stay this channel forever.
In the decoder devices, it could connect an encoder and move to next channel after current channel dwell time.
Input Argument
n,m
where
n : the channel ID in the decoder, 1~16
m : channel dwell time from 0 to 65535.
Attribute
Return of Message
CHANNEL_TIME='1,60'
CHANNEL_TIME='2,60'
CHANNEL_TIME='3,60'
...
...
CHANNEL_TIME='15,60'
CHANNEL_TIME='16,60'
OK: CHANNEL_TIME='1,60'
or
ERROR: CHANNEL_TIME='1,60'
Applicability
Status
Valid
See Also
CHANNEL_CONFIG, CHANNEL_VARIABLE_FPS, CHANNEL_INFO, CHANNEL_SWITCH
Example
http://ip:port/cgi-bin/decoder?USER=Admin&PWD=123456&CHANNEL_TIME
or
http://ip:port/cgi-bin/cmd/decoder?CHANNEL_TIME
http://ip:port/cgi-bin/decoder?USER=Admin&PWD=123456&CHANNEL_TIME=2,60
or
http://ip:port/cgi-bin/cmd/decoder?CHANNEL_TIME=2,60
Back to