Hello!
I've just connected a digital input to my AM3359 ICE board and sent this to TwinCAT. And I wondered why i get such a strange input value while the input is 0 (value of 2864434176).
I found the solution. It's caused by an OR command in the SIMPLE ETHERCAT EXAMPLE of SDK:
INPUT |= 0xaabbcc00;
What was the original intention of this command? Or is it a fault?
Regards