I have one more question on my project (I posted previously a few weeks ago - and THANKS! for the help).
I need to transfer bit and word data via my Twido ethernet port to a Modbus master. It looks like the EXCH3 and %MSG3 commands must/should be used. It appears that these commands can only be used to transfer word data. My question is how to transfer bit data (in consecutive %M registers) to a word.
An example in the manual shows:
%MW100 := %I0:16
what I would like to do is the following:
%MW100 := %M80:16, where the 16 consecutive bits following %M80 would be stored in %MW100. But, that is not allowed.
So, I was wondering if anyone had any suggestions on what I might do.
Thanks,
Steve