Edit on GitHub

Python GroupSyncRead

Methods Description
GroupSyncRead Initializes members of packet data pointer struct
addParam Adds parameter storage for read
removeParam Removes parameter on the storage
clearParam Clears parameter storage
txPacket Transmits packet to the number of DYNAMIXEL’s
rxPacket receives packet from the number of DYNAMIXEL’s
txRxPacket Transmits and receives packet on the number of DYNAMIXEL’s
isAvailable Checks whether there is available data in the data storage
getData Gets data from received packet

Method References

GroupSyncRead
Parameters Description
port PortHandler instance
ph PacketHandler instance
start_address Control table address to start reading data
data_length Total data length
addParam
Parameters Description
dxl_id DYNAMIXEL ID
removeParam
Parameters Description
dxl_id DYNAMIXEL ID
clearParam

None

txPacket

None

rxPacket

None

txRxPacket

None

##### isAvailable

Parameters Description
dxl_id DYNAMIXEL ID
address Address on the control table of DYNAMIXEL
data_length data length
getData
Parameters Description
dxl_id DYNAMIXEL ID
address Address on the control table of DYNAMIXEL
data_length data length