OnlineVariable.AddBulk



AddBulk(SAFEARRAY(String, szPvNames) As Boolean

Parameters

SAFEARRAY(String
Array of Strings
szPvNames
StrName() As String
Dynamic string array with the names of the control system variables to be monitored.
ED
not used
RT
avaliable

Remarks

This method hands on a dynamic string array to the object OnlineVariable.
This dynamic string array contains the names of the control system variables to be linked.

The variables have to be added to the object before executing the method Define. After executing Define each initialization and each change of value of a linked variable executes a VBA event, in which the linked variable is available as a parameter.

See Also

OnlineVariable