SendSignedOperatorMessage Method
Sends the signed operator message to the alarm system.
Syntax
object.SendSignedOperatorMessage(bstrMessageText, bstrNodeName, bstrTagName, bstrPerformedByUserID, [bstrPerformComment], [bstrVerifiedByUserID], [bstrVerifyComment])
Properties
The SendSignedOperatorMessage method syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
bstrMessageText |
String. Text of the signed operator message. |
bstrNodeName |
String. Name of the SCADA node the you made the change on. |
bstrTagName |
String. Name of the tag that has been changed (may be empty string). |
bstrPerformedByUserID |
String. Performed By user ID. |
bstrPerformComment |
String. (Optional). Performed By comment. |
bstrVerifiedByUserID |
String. (Optional). Verified By user ID. |
bstrVerifyComment |
String. (Optional). Verified By comment. |
Return Value
This method returns HRESULT. If the HRESULT is a value other than S_OK, VBA generates an error. You can handle this error using the On Error Statement You can find out more information about the error by using Err Object.