ContentFeatureFlags (ENUM)

TYPE ContentFeatureFlags :

The feature flags describing the contents of the symbol tables files. This enum corresponds to the runtime subset (lower 16 bit) of the enumeration _3S.CoDeSys.SymbolConfigObject.SymbolConfigContentFeatureFlags which is defined in the SymbolConfigObject interface assembly in the automation platform, and has to be kept in sync with it. The presence of those flags only indicates that the feature has been enabled in the symbol configuration, it does not necessarily indicate that there is actually data of that type within the symbol tables (e. G. a user could just have no configured executables, or no comments, or the filter for attributes rejects everything).

Attributes:
qualified_only
InOut:

Name

Initial

Comment

None

0

Nothing configured.

SupportOPCUA

1

Support OPC UA features (flag supported since V3.5.8.30).

This is required for IncludeComments, IncludeAttributes, IncludeTypeNodeAttributes and IncludeExecutables.

IncludeComments

2

Include comments (flag supported since V3.5.9.0).

IncludeAttributes

4

Include attributes (flag supported since V3.5.9.0).

IncludeTypeNodeAttributes

8

Also include comments / attributes for type nodes (flag supported since V3.5.9.0).

IncludeExecutables

16

Inclusion of executable members (flag supported since V3.5.11.0, allows calling of programs, functions, FBs and methods, requires OPC UA support).

If this flag is set, the list of available signatures may also include callable.

UseEmptyNamespaceByDefault

32

This instance was generated by setting an empty namespace as default.

OPCUAInformationModel

64

This instance represents a OPC UA information model.

Additional will available to retrieve all information model relevant data.