OPCUAClient_ModifyMonitoredItems (FUN)ΒΆ
FUNCTION OPCUAClient_ModifyMonitoredItems : RTS_IEC_RESULT
This function changes the parameters of a monitored item. The new parameters are sent to the server. The server thae revices these parameters and send back the selected values. The client will be informed using the parameter change callback.
- InOut:
Scope
Name
Type
Comment
Return
OPCUAClient_ModifyMonitoredItemsRTS_IEC_RESULTInput
hSubscriptionRTS_IEC_HANDLEHandle to the subscription of the monitored items.
eTimestampsToReturnOpcUa_TimestampsToReturnThe timestamps that should be returned by the notifications.
noOfItemsToModifyOpcUa_Int32Number of items to be modified.
pMonitoredItemsToModifyPOINTER TO OPCUAClientMonitoredItemConfiguration
Pointer to an array of monitored item configurations.
Note: It is only possible to change the following values:
SamplingInterval
Filter
QueueSize
DiscardOldest