Historian T-Sql update on vValue.

My client uses the vValue to store the user-selected reason description for the alarm. Would I be able to update the vValue in Historian with a new reason string?

Parents
  • I assume you're asking about using a string tag (as opposed to alarm records): Yes, string tags support both INSERT and UPDATE operations the same way as other types of tags. Note the semantics are somewhat different than conventional SQL operations so be sure to follow the examples in the documentation. 

    If you were, instead, asking about alarm/event history, no INSERTs or UPDATEs are supported--that only supports SELECT.

Reply
  • I assume you're asking about using a string tag (as opposed to alarm records): Yes, string tags support both INSERT and UPDATE operations the same way as other types of tags. Note the semantics are somewhat different than conventional SQL operations so be sure to follow the examples in the documentation. 

    If you were, instead, asking about alarm/event history, no INSERTs or UPDATEs are supported--that only supports SELECT.

Children