MOVE_LIMIT
Description
Set or Clear the maximum movement limitation in pan and tilt directions.
If the CHANNEL=n was not set with this URL to the Multi-Channel device, the error message will be returned.
MOVE Command Description SET,Direction,PostionPan,PositionTilt Set the maximum movement limitation of camera CLR,Direction Reset the maximum movement limitation to the factory default setting The Direction could be UPRIGHT or DOWNLEFT.
The PositionPan and PositionTilt are in hexadeciaml started from 0x0 to 0xFFFF. The PTZ camera might not have such wide range of these positions. However, the device will NOT validate them before parser and handle this URL. Please refer to the device specification to have correct pan and tilt position ranges.
In CLR command, the device will try to match the Direction. If it matches, remove the movement limitation. The MOVE_LIMIT_GET returns current movement limitation setting after this CLR command.
Input Argument
Refer to above command table
Attribute
Return of Message
OK: echo of command
or
ERROR: echo of command
Applicability
Status
Valid
See Also
ADDR, PTZ_VENDOR, ZOOM, ZOOM_POSITION, FOCUS_POSITION, MOVE, MOVE_LIMIT_GET, MOVE_MAX_SPEED_GET, POSITION, POSITION_GET
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&MOVE_LIMIT=SET,UPRIGHT,0x5643,0x3743
or
http://ip:port/cgi-bin/cmd/encoder?MOVE_LIMIT=SET,UPRIGHT,0x5643,0x3743
or
http://ip:port/cgi-bin/cmd/encoder?USER=Admin&PWD=123456&MOVE_LIMIT=CLR,UPRIGHT
or
http://ip:port/cgi-bin/cmd/encoder?MOVE_LIMIT=CLR,UPRIGHT
Back to