How to set 0x1A00:0x00 when adding objects to EC_EXTEND SDO init
When adding a new Object to the PDDO in this case 0x6077:0x00 for Torque Actual Value, the value of 0x1A00:0x00 must be set so that it references all the objects in the PDO inlucing the new one. See below.
Related Articles
EC_EXTEND for SMC JXCE1
Trio have helped to set up the JXCE1 before. It is not a standard axis as far as the controller is concerned so if you look at the attached EC_EXTEND you will see that all the objects are mapped to VRs and so you must look at the manual and see what ...
AN-379 Editing EC_EXTEND file
EC_EXTEND files contain configuration information to allow the Motion Coordinator to start an EtherCAT slave node. It is used when the slave node information is not in the Motion Coordinator’s firmware database, or if a specific PDO configuration is ...
Error message regarding EC_EXTEND
Error message pointing to a line in EC_EXTEND with <! at the start. Why does it occur? Newer versions of Motion Perfect require the correct syntax for XML comments. For example: <!-- CoE CW (2), Target Pos (4), Touch probe (2), Digital outputs ...
EC_EXTEND for ABB E180 Drive with External Encoder
EC_EXTEND for ABB E180 Drive with External Encoder Please see attachment.
EC_EXTEND - comments
Comments can be added to the XML but not at the moment in the full editor. For example I added this: <Transition>2</Transition> </Entry> <!-- Comment #1 --> <Entry> <Index>0x1A00</Index> <SubIndex>0</SubIndex> <Length>1</Length> <Data>0</Data> ...