MOVE_LIMIT

 

Description

Set or Clear the maximum movement limitation in pan and tilt directions./p>

The firmware will use the maximum movement range if the limitation of movement in this URL is out of device movement range. No error message will be returned. The position in the return message will be the device's moving boundaries.

The firmware has to verify if the positions in URL make sense or not. The error code will be returned when the positions in URL is not valid.

In CLEAR command, the movement limit will be reset to default settings in both Up-Right and Down-Left corners.

Input Argument

SET,PositionPanUR,PositionTiltUR,PositionPanDL,PositionTiltDL
or
CLEAR
where
PositionPanUR and PositionTiltUR are the position to the Up-Right corner and
PositionPanDL and PositionTiltDL re the position to the Down-Left corner.

Attribute

Return of Message

Applicability

Status

Valid

See Also

ADDR, PTZ_VENDOR, ZOOM, ZOOM_POSITION, FOCUS_POSITION, MOVE, MOVE_LIMIT_GET, MOVE_MAX_SPEED_GET, MOVE_SPEED, POSITION, POSITION_GET, XYZ_POS_GET

Example

http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&MOVE_LIMIT=SET,7187,-1224,-8179,3671
or
http://ip:port/cgi-bin/cmd/encoder?MOVE_LIMIT=SET,7187,-1224,-8179,3671
or
http://ip:port/cgi-bin/cmd/encoder?USER=Admin&PWD=123456&MOVE_LIMIT=CLEAR
or
http://ip:port/cgi-bin/cmd/encoder?MOVE_LIMIT=CLEAR

Back to

HOME, ENCODER CGI