NxOnlineDataView HMI EditorHide

I found an issue in the HMI of the Online Data View.

I have an array, where I want to show different items in the first array and in the second array.

After deploying to the HMI, it looks like, only the hide properties of the first array is shown and the second is ignored.

Here some screenshots:

Hide the array in the second array completely

In the HMI it is visible

I'm working with CPS V5.4 with the HMI 5.4.1.31Test.

OnlineDataView V1.0.3.0

Thanks in advance

Best reply by nexidator

The configuration format of the Control plus HMI does not support this. For arrays of structs, the configuration file only contains the description of the struct once, not for every array index. The HMI export in Control plus Studio uses the properties of the first array entry and adds them to the struct description. All other indexes are ignored because there is no place in the configuration file where their properties could be written.

View original
2 replies
Resolved