I am starting a new application and and thinking about how to define my tags to keep the HMI responsive. There will be many pushbuttons and discrete indicators with some integer and floating point value indicators. I am supposing that rather than having a bunch of unique names for the tags, it would be better to group them into arrays. Or am I overthinking this thing?
For instance, for the property PLCAddressHighLight, we might use a Tag: HMI_ButtonHighlight[0].0
so for 64 buttons, all the highlights could be handled by a 4 dint tag array, HMI_ButtonHighlight[0] .. HMI_ButtonHighlight[3]
These are tags that are read are the polling rate, correct?
So in the case of tags that are written, is it relevant? When Advanced HMI writes to a bit of a dint in the PLC, is it addressing the dint bit directly, or writing the whole Dint?
thanks for the great support!