winccoa-manager
    Preparing search index...

    Enumeration WinccoaDpSub

    Enumerates the different sub-strings that can be selected by WinccoaManager.dpSubStr.

    Index

    Enumeration Members

    ALL: 65535

    WinccoaManager.dpSubStr returns the whole name string.

    CONF: 4

    WinccoaManager.dpSubStr only returns the config.

    CONF_DET: 6

    WinccoaManager.dpSubStr only returns the config and detail.

    CONF_DET_ATT: 7

    WinccoaManager.dpSubStr only returns the config, detail and attribute.

    DP: 16

    WinccoaManager.dpSubStr only returns the data point name.

    DP_EL: 24

    WinccoaManager.dpSubStr returns the name string without the system details, attribute, detail and config.

    DP_EL_CONF: 28

    WinccoaManager.dpSubStr returns the name string without the system details, attribute and detail.

    DP_EL_CONF_DET: 30

    WinccoaManager.dpSubStr returns the name string without the system details and attribute.

    DP_EL_CONF_DET_ATT: 31

    WinccoaManager.dpSubStr returns the name string without the system details.

    SYS: 32

    WinccoaManager.dpSubStr only returns the system details of a name string.

    SYS_DP: 48

    WinccoaManager.dpSubStr only returns the system details and the data point name.

    SYS_DP_EL: 56

    WinccoaManager.dpSubStr returns the name path except for the attribute and the config.

    SYS_DP_EL_CONF: 60

    WinccoaManager.dpSubStr returns the name path except for the attribute and the detail.

    SYS_DP_EL_CONF_DET: 62

    WinccoaManager.dpSubStr returns the name path except for the attribute.

    SYS_DP_EL_CONF_DET_ATT: 63

    WinccoaManager.dpSubStr returns the name path with attribute.