Tag (OPC) connection Quality check -based on number of entry in Variable Table

Hei,

Do we have native function or functions that could be utilized to loop through all entry in the Variable table and list tags/rows that has bad connections?

Thanks

Rune

  • Solved this with following functions:
    TagBrowse ->TagGetValue->VariableQuality->QualityIsBad

    Had a few rounds with the Help file to get my head around Quality functions. I think the help file could benefit of having a few better examples, specially if you like this; want to dynamically add tags to the Quality functions.

    Rune