Hi there!
Once there is no 8-bits native type available for this platform (instead, only single bit, 16 and 32 bits are supported), I would like know if anybody here has some Function Block (FB) that do this job, or rather, if there is a trick to do that. I could not realize a simple way so far.
The problem that I'm facing now is that in order to handle the TCP protocol, it is necessary to handle byte per byte.
Thanks in advance,
Andre.
[EDIT]
I found instructions WTOB, SHL and SHR which seems candidates to be used....I'll make experiments with it.