This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How can I extend the PDIO data byte length in EtherCAT(SSC) of AM3359?

Dear all:

I have the problems to extend the bytes length in EtherCAT (SSC).

As I know, it can be defined the PDI and PDO byte length as follow in tiescutils.c

#define PD_INPUT_SIZE 8   //4
#define PD_OUTPUT_SIZE 8   //4

Then it can be implement by

 pSlaveInterface = Ecat_Open(PD_INPUT_SIZE,PD_OUTPUT_SIZE);

I want to change the byte length from 32 bits to 64 bits.

However, the TWINCAT (PC host side) can't be in run mode.

Becase of the byte length is mot match (TWINCAT defination are 32 bits).

How can I do with TWINCAT or SSC in this case?

Best regards

Henry Chou