52
Appendix
More Request Commands
Command
Function
Description
Example
POS
Get Actual Position
Calls up the actual position
POS
➔
500000
GN
Get N
Calls up the actual speed
GN
➔
4000
GCL
Get Current Limit
Calls up the actual current limit value
GCL
➔
2800
GRC
Get Real Current
Calls up the actual current
GRC
➔
2000
TEM
Get Temperature
Calls up the actual temperature of the motor casing.
TEM
➔
35
VER
Get Version
Calls up the version the software in use.
VER
➔
...305008..
NE
Notify Error
In the event of an error the host will be signalled.
NE1 asynch
➔
r
NE1: activate. (Sends an “r” to the host terminal)
NE0: deactivate
GST
Get Status
Calls up the actual status (7 Bits)
GST
➔
0101011
From left to right:
Bit 0: 1 ... Position controller active
0 ... Velocity controller active
Bit 1: 1 ... Velocity is analog or PWM
0 ... Velocity given at the RS-232
Bit 2: 1 ... Velocity is PWM (Bit 1 = 1)
0 ... Velocity is analog (Bit 1 = 1)
Bit 3: 1 ... Drive enabled
0 ... Drive disabled
Bit 4: 1 ... Command position has been reached
0 ... Command position has not yet been
reached.
Bit 5: 1 ... Positive edge at limiter switch is active
0 ... Negative edge at limiter switch is active
Bit 6: 1 ... Limiter switch set to high level
0 ... Limiter switch set to low level
GFS
Get Fault Status
Calls up the fault status. (4 Bits)
GFS
➔
0000
0...No Error, 1...Error
From left to right:
Bit 0: Overtemperature
Bit 1: Current Limiting
Bit 2: Undervoltage
Bit 3: Overvoltage
GAST
Get Actual Status
Calls up the actual status at the host RS-232 (4 Bits)
GAST
➔
1100
From left to right:
Bit 0: 1 ... Limiter switch 2 at high level
0 ... Limiter switch 2 at low level
Bit 1: 1 ... Limiter switch 3 at high level
0 ... Limiter switch 3 at low level
Bit 2: 1 ... ction of rotation right by positive values
0 ... Direction of rotation left by positive values
Bit 3: 1 ... Power On Homing Sequence is running
0 ... Power On Homing Sequence has ended