Hi all,
while I’m working on the UI and fine-tuning the API for the Browse API, I had
to add some Array-Info types that in case of array types.
And as it turns out, in contrast to usual arrays in “normal” programming
languages, in PLCs arrays seem to be able to start at any index and have a
given number of elements.
So, I decided for a notation:
[{from-index} .. {to-index}]
And there can be multi-dimensional arrays, so there could be multiple of these
array blocks in a chain.
Just wanted to keep you informed.
Chris