Closed fyyxxm closed 11 months ago
As far as I know there are no slaves that support PDO over CoE. I never had the opportunity to test these functions. It is in the EtherCAT standard however, that is why it is implemented in SOEM.
All PDO transfers are via virtual memory by means of FMMU. And the support for this lays in ecx_send_processdata, ecx_receive_processdata and friends. Or ,if you want to do it yourself, in low level instructions LRD, LWR and LRW.
Understood, thank you for your explanation
If I send a message through COE mailbox (
ecx-TxPDO()
), what should be the value of the input parameterTxPDOnumber
for this function? Is it index or something else?