How to: Wonderware checks if tags are still connected

Join Date
Apr 2011
Location
Manila, Philippines
Posts
295
I would like to ask what will be your approach to show the connection status of your tags.

Lets say:
We have an image of motor
in FILL COLOR>ANALOG
STATUS 0 = GREEN (OFF)
STATUS 1 = RED (ON)
STATUS 2 = FAULT (I think its a signal from drive)

Now, how can we show that the motor/drive is disconnected or OFFLINE
I think It should be added as status. I ask if status 0 is for OFFLINE but it is for OFF status. HMMMMM....

:unsure:
 
The .QualityStatus and .QualityStatusString Fields

The .QualityStatus and .QualityStatusString Fields

The QualityStatus dot field is an integer value that displays the quality status of an I/O value, that is provided by an I/O Server when the I/O connection is valid. Associated with this dot field is the QualityStatusString dot field, which is the value of the QualityStatus field in a string (i.e., message).

.QualityStatus .QualityStatusString
0 Bad
1 Uncertain
3 Good


You can use a script to check these values and show that there is a communication error. so something like this Tag.QualityStatus = 0 or 1 means the tag is not being updated. Then do your error handling from there. In the past i have used black symbols to show there is a communication error. Easy to pick up by operators.

Hope this helps
 
Last edited:

Similar Topics

Hi guys, I have experience with PLC to Excel etc...just starting on using intouch scada screens. I have an Excel sheet that uses mainly...
Replies
1
Views
143
Hello everyone, Recently, my Archestra IDE shut down while I was editing. After restarting the IDE, I noticed warning symbols under my opened...
Replies
1
Views
101
Good morning all. I'm working on a rehab where they had a standalone InTouch 2014 HMI that they called a SCADA, but it's really basic stuff. The...
Replies
4
Views
182
Hi, We are setting up an Aveva Plant SCADA node with the intention to connect it to a Wonderware Historian node. Everywhere I look online I see...
Replies
1
Views
175
Hola chicos. Tengo un problema con el driver de comucicacion dasabcip 5, y un plc controllogix v34, ya realice la comunicacion pero en ciertos...
Replies
2
Views
157
Back
Top Bottom