Other Parts Discussed in Thread: AM2434
Tool/software:
Dear TI-Support Team,
I am using EtherCAT Subdevice Stack from TI in industrial communications SDK 09.02 on a custom board with AM2434 chip.
- in EtherCAT one can decide if the subdevice supports PdoConfiguration (mapping changes of PDO), I currently do not want to support
- in the ESI file this is configured via CoE entry <CoE PdoAssign="true" PdoUpload="false" SdoInfo="true" SegmentedSdo="true" />
- I am not able to set this in TI EtherCAT stack, I haven't found any suitable function
- The Conformance test always issues an error that PDOConfiguration is set to true in subdevice, even if all PDOs are set to fixed with EC_API_SLV_PDO_setFixed(...)
Do I have any chance to set PdoConfiguration to false and if yes how?
Thank you!