thiagoralves / OpenPLC_v3

OpenPLC Runtime version 3
1.02k stars 421 forks source link

Wideregistersupport #221

Closed r2k-in-the-vortex closed 7 months ago

r2k-in-the-vortex commented 8 months ago

Apparently some devices have registers wider than 16 bits.

In glue generator, added possibilities for %IDn.n %QDn.n, %ILn.n, %QLn.n

EtherCAT interface also upgraded to allow for 32 and 64 bit variables.

LeSpocky commented 7 months ago

You have merged master into your branch. You might want to rebase your PR on master instead to not clutter it with irrelevant changesets.

r2k-in-the-vortex commented 7 months ago

Yeah, I can do that, I guess I'll close this request and open up a new neater one.