Hi, thanks for the reply.
Unfortunately this doesn't solve the problem. I can access the individual bits of my HMI alarm word by using their individual PLC addresses, but this means importing 16 different tags. I want to only import a single word length tag. In VTScada I have a PLC tag (word) called "HMI Alarm Word". When I try to create a new "alarm" tag, I want to use a single bit of this word as the trigger tag. In VTscada, when I select the "tag" trigger, I can only add the entire tag (word) in the field, I cannot modify the tag name to add a /2 or whatever other bit I need. If I select expression, I can enter Bit([HMI Alarm Word],2) but the alarm doesn't work. It would be helpful if you could provide a step-by-step solution to this, as I've already read through most of the documentation I could find that would be relevant to this.
Hi, thanks for the reply.
Unfortunately this doesn't solve the problem. I can access the individual bits of my HMI alarm word by using their individual PLC addresses, but this means importing 16 different tags. I want to only import a single word length tag. In VTScada I have a PLC tag (word) called "HMI Alarm Word". When I try to create a new "alarm" tag, I want to use a single bit of this word as the trigger tag. In VTscada, when I select the "tag" trigger, I can only add the entire tag (word) in the field, I cannot modify the tag name to add a /2 or whatever other bit I need. If I select expression, I can enter Bit([HMI Alarm Word],2) but the alarm doesn't work. It would be helpful if you could provide a step-by-step solution to this, as I've already read through most of the documentation I could find that would be relevant to this.