Hi all,
so multiple times it has come up in the past, that depending on different
target devices, there sometimes is the need to customize how we handle
PlcValues. Some cases where a different String encoding was required, sometimes
a different endianness.
So, I would like to pick up Lukasz idea of adding a Json-Style syntax to the
end … something like this:
STRING(30){encoding=”USASCII”}
REAL{byteOrder=”LE”}
This way we’re extensible for the future.
If you agree, I’d start working on this pretty soon (got a few days of PTO
coming up)
Chris