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