GeoCOM Reference Manual
Motorisation – MOT
Leica TPS1200 – Version 1.50
133
15.4.2
MOT_StartController – starting the motor controller
MOT_StartController.............................................................................................................................................................................................................................................................................
roller
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 6001
6001 ................................................................................................................................................................................................................................................................MOT_StartCont
C-Declaration
MOT_StartController(MOT_MODE ControlMode)
VB-Declaration
VB_MOT_StartController(ControlMode As Long)
ASCII-Request
%R1Q,6001:
ControlMode[long]
ASCII-Response
%R1P,0,0:
RC
Remarks
This command is used to enable remote or user interaction to the motor controller.
Parameters
ControlMode In
Controller mode. If used together with
MOT_SetVelocity
the control mode has to be
MOT_OCONST
.
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
GRC_IVPARAM
2
The value of
ControlMode
is not
MOT_OCONST
.
GRC_NOT_IMPL
5
No motorization available (no automated instrument).
GRC_MOT_BUSY
1793
Subsystem is busy (e.g. controller already started).
GRC_MOT_UNREADY
1792
Subsystem is not initialised.
See Also
MOT_SetVelocity
MOT_StopController
Example
see MOT_SetVelocity