OnTagWrite

<< Click to Display Table of Contents >>

 

OnTagWrite

OnTagWrite(Tag, Succeeded, User)

Occurs when a writing operation is triggered on any Driver Tag.

OnTagWrite event variables

Name

Description

Tag

A reference to the Tag object being written. For example, users can access the Tag property using a syntax such as Tag.DocString

Succeeded

A Boolean value indicating whether a writing operation was successful or not

User

Parameter that receives the name of the user performing the writing operation. Default value of this parameter is "System". If there is no user logged in the E3 Viewer generating this event, this parameter contains the value "Anonymous"

Was this page useful?