Data assembling and splitting
Hello,
There are some data assembling and splitting blocks in "Safety IEC 61131-3" group, like "BYTES_TO_WORD", "WORDS_TO_DWORD". However, the PLC I am working on does not support these block.
From what I feeling, these blocks do the normally data conversion in the memory like most of the PLCs do.
Why are not these blocks provided in the normal "IEC61131-3" group? Where can I find the library for these block?
Thanks
Comments
Hello,
Not sure why the developers felt the need to include these Safety functions, with no equivalents for non-safety PLCs. In any case these are very simple functions, and the same thing can be achieved in one or two lines of ST, for example:
Hope this helps.
~ Martin.