Hi,
I’m fairly new to Profinet / PLC programming.
We’re working on integrating with a s7 1200 PLC, which has big endianess, whereas IRC5 has little endianness.
One way is to resolve this through the READ_LITTLE cmd in the PLC’s SCL language.
This means effectively “shadowing” your remote IO / signals read over Profinet.
Is there a better way / is this a correct or elegant way of handling this (AFAIK there is no way to control the endianness of IO)?
I realize the Siemens s7 1500 does support little endianness, so perhaps this is more painless / worth the extra cost.