How to bind more than one property to a control

How can I bind more than 1 tag to a control in perspective.
If I have 10 tags to turn on 10 lights, how can I add all these tags to a single button in Ignition 8 perspective?

You’ll have to use a script. Scripts can write to multiple tags, either in separate calls or a single call with a list (much more efficient).

1 Like