MOVE_SPEED
Description
Set or get the speed configurations in pan and tilt directions.
The error message will be returned if the speeds of pan and tilt are not in the range of device's pan and tile speeds.
When write, the new speed setting will take effect in the next movement. The speed will not be affected if the PT is running as new speeds were applied.
If the CHANNEL=n was not set with this URL to the Multi-Channel device, this command is read-only command and the CHANNEL 1 video server's MOVE_SPEED configuration will be returned. If the CHANNEL 1 video server does not connect to the router, the error message will be returned.
Input Argument
PanSpeed,TiltSpeed
or
None
Attribute
Return of Message
OK: MAVE_SPEED='PanSpeed,TiltSpeed'
or
ERROR: MAVE_SPEED='PanSpeed,TiltSpeed'
MAVE_SPEED='PanSpeed,TiltSpeed'
Applicability
Status
Valid
See Also
ADDR, PTZ_VENDOR, ZOOM, ZOOM_POSITION, FOCUS_POSITION, MOVE, MOVE_LIMIT, MOVE_LIMIT_GET, MOVE_MAX_SPEED_GET, POSITION, POSITION_GET, XYZ_POS_GET
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&MOVE_SPEED=3,5
or
http://ip:port/cgi-bin/cmd/encoder?MOVE_SPEED=3,5
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&MOVE_SPEED
or
http://ip:port/cgi-bin/cmd/encoder?MOVE_SPEED
Back to