QuickOPC User's Guide and Reference
RecommendedSet Property



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Extensions Namespace > DAPropertyIdSet Class : RecommendedSet Property
Properties recommended by OPC Foundation (related to Item Value, and also to Alarm and Condition Values).
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Public Shared ReadOnly Property RecommendedSet As DAPropertyIdSet
'Usage
 
Dim value As DAPropertyIdSet
 
value = DAPropertyIdSet.RecommendedSet
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public static DAPropertyIdSet RecommendedSet {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[ElementsNotNull()]
[NotNull()]
public:
static property DAPropertyIdSet^ RecommendedSet {
   DAPropertyIdSet^ get();
}
Remarks

This is a union of ExtensionSet and AlarmAndEventsSet property sets.

ID Set 2:
"Recommended Properties - This is additional information which is commonly associated with ITEMs. This includes additional ranges of values that are reserved for use by other future OPC specifications. For information about the newest field ID assignments, consult the other OPC Foundation specifications."
"... properties associated with an item which seem to fit the descriptions [are] recommended [to] use these specific descriptions and ID codes to expose those properties ... ."
"A server can provide any subset of these values (or none of them)."

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also