Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ByteValueDescription
00x00-0xFFAny value. This will be echoed back on the response
10x00Ignored
20x00Ignored
30xF6Command ID for Configuration configuration request

The response packet is returned as follows

...

The information request returns a complete set of the motor's information state data including, position, speed, drive status, IO, etc

Send Data

To request the configuration information data send the following data packet:

length = 4 bytes

ByteValueDescription
00x00-0xFFAny value. This will be echoed back on the response
10x00Interval Time in ms low byte
20x00Interval
CommandB3 (Command ID)B2B1B0Configuration Request0xF4
Time in ms high byte
30xF4Command ID for information request

Interval Time

The Interval Time is a 16 bit value that sets the response interval in ms. It has the following characteristics

  • Value range: [0-65536]
  • If value = 0 then the query sends a single response
  • If value > 0 then a response is sent at the interval time

Receive Data

The following data is received on a request or on an interval response

length = 33 bytes

in ms low bytesome data
ByteNameDescription
0Data echoEcho the data sent in B0 of the request
1-2Counter ValueEach response increments the counter value. A query resets the counter.
30xF5 - Command IDResponse command ID is 0xF5
4-7CPUTimeCPU clock time in 50us counts
8-11ActualPositionThe actual position of the motor in encoder counts
12-15ActualTargetPositionThe actual instantaneous position the motor is currently moving to.
16-17MotorStatusThe motors status (error, homing, in position, etc)
18-19ActualRatedCurrentPercentage (0.1%) of rated current. 1000 = rated, 1100 = peak.
20-21ActualOverloadTorquePercentage (0.1%) of overload torque.
22-23AnalogIN10 bit analog input value (0-1023)
24DigitalINDigital IN status. B0-B3 = IN1-IN4
25TemperatureDrive temperature in ºC
26-27DCVoltage24V DC bus voltage in 0.1V
28DigitalOUTDigital OUT status. B0-B1 = OUT1-OUT2
29Reserved-
30ModeOfOperationDisplayIndicates the mode of operation currently set
31ActualSpeedActual speed of the motor in encoder counts/s