This Method removes entries from the DateList Property. Even if one entry cannot be removed, the other entries are still processed and removed, if possible. The signature of this Method is specified below. Table 8 and Table 9 specify the Arguments and AddressSpace representation, respectively.
Signature
RemoveDateListElements (
[in] CalendarEntryType[] CalendarEntries
[out]0:Int32[] EntryResults
);
Table 8 – RemoveDateListElements Method Arguments
Argument |
Description |
CalendarEntries |
An array of calendar entries to be removed from the DateList Property. |
EntryResults |
An array of results, one entry per entry in CalendarEntries, indicating if the individual entry could be removed. Each result <> 0 indicates, that removing this calendar entry was not successful. 0 – OK -1 – Not found – Entry is not in DateList Values larger 0 can be used for vendor-specific errors. |
Method Result Codes (defined in Call Service)
Result Code |
Description |
BadNodeIdUnknown |
See OPC 10000-4 for a general description. |
BadNotWritable |
See OPC 10000-4 for a general description. |
Table 9 – RemoveDateListElements Method AddressSpace definition
Attribute |
Value |
||||
BrowseName |
RemoveDateListElements |
||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule |
0:HasProperty |
Variable |
0:InputArguments |
0:Argument[] |
0:PropertyType |
0:Mandatory |
0:HasProperty |
Variable |
0:OutputArguments |
0:Argument[] |
0:PropertyType |
0:Mandatory |