Index parameter HMI
Hi,
I'm using a parameter with an index to data in HMI. I want to change the index value with an integer from an array but that is not possible, or am I doing something wrong?
It looks something like this ProfinetData.Device[PnIndex[0]]
If I use an integer it works fine but then I need 10-20 tags for the elements in 1 page
Br Stefan
Comments
Hello!
As I know, there is some limitations while using nested indexing in HMI. But if you use not array but regular int as dynamic index, it should work fine, e.g. ProfinetData.Device[Index];