Skip to content

Commit aef67fc

Browse files
tpoignoneciris2
andauthored
fixed ati description (#12)
* Fix: ethercat index for rpdo channels * fix factor and add offset placeholder --------- Co-authored-by: iris2 <[email protected]>
1 parent a279bbd commit aef67fc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ethercat_slave_description/config/ati/ati_ftsensor.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ product_id: 0x26483052
55
rpdo: # RxPDO
66
- index: 0x1601
77
channels:
8-
- {index: 0x6000, sub_index: 0x01, type: uint32} # Control 1
9-
- {index: 0x6000, sub_index: 0x02, type: uint32} # Control 2
8+
- {index: 0x7010, sub_index: 0x01, type: uint32} # Control 1
9+
- {index: 0x7010, sub_index: 0x02, type: uint32} # Control 2
1010
tpdo: # TxPDO
1111
- index: 0x1a00
1212
channels:
13-
- {index: 0x6000, sub_index: 0x01, type: int32, state_interface: force.x} # Fx/Gage0
14-
- {index: 0x6000, sub_index: 0x02, type: int32, state_interface: force.y} # Fy/Gage1
15-
- {index: 0x6000, sub_index: 0x03, type: int32, state_interface: force.z} # Fz/Gage2
16-
- {index: 0x6000, sub_index: 0x04, type: int32, state_interface: torque.x} # Tx/Gage3
17-
- {index: 0x6000, sub_index: 0x05, type: int32, state_interface: torque.y} # Ty/Gage4
18-
- {index: 0x6000, sub_index: 0x06, type: int32, state_interface: torque.z} # Tz/Gage5
13+
- {index: 0x6000, sub_index: 0x01, type: int32, state_interface: force.x, factor: 1e-6, offset: 0.0} # Fx/Gage0
14+
- {index: 0x6000, sub_index: 0x02, type: int32, state_interface: force.y, factor: 1e-6, offset: 0.0} # Fy/Gage1
15+
- {index: 0x6000, sub_index: 0x03, type: int32, state_interface: force.z, factor: 1e-6, offset: 0.0} # Fz/Gage2
16+
- {index: 0x6000, sub_index: 0x04, type: int32, state_interface: torque.x, factor: 1e-6, offset: 0.0} # Tx/Gage3
17+
- {index: 0x6000, sub_index: 0x05, type: int32, state_interface: torque.y, factor: 1e-6, offset: 0.0} # Ty/Gage4
18+
- {index: 0x6000, sub_index: 0x06, type: int32, state_interface: torque.z, factor: 1e-6, offset: 0.0} # Tz/Gage5
1919
- {index: 0x6010, sub_index: 0x00, type: uint32} # Status Code
2020
- {index: 0x6020, sub_index: 0x00, type: uint32} # Sample Counter
2121
sm: # Sync Manager

0 commit comments

Comments
 (0)