The object OVOAutomations.Opcmon offers the following parameters and functions:
Parameter | Access Type |
Object name* | In |
ObjValue* | In |
MsgObject* | In |
OptVar | In |
Functions | Description |
Send() | Sends the message to the Message Action Server. All mandatory parameters have to be set before calling this function. |
Dim msgObj Set msgObj = CreateObject("OVOAutomation.Opcmon") msgObj.Object = "MyPolicyObject" msgObj.ObjValue = 7 msgObj.MsgObject = "My Message object" msgObj.Send()
The examples are available on the management server in the following directory:
%OvInstallDir%\examples\OvOW\DevelopmentKit\Agent\VBScript