ConnectorFlags (GVL)ΒΆ
Connector flags: Flags that specifies diagnostic informations of a connector
- InOut:
- Scope - Name - Type - Initial - Comment - Constant - CF_ENABLE - WORD- 16#1 - Connector enabled - CF_DIAG_PROVIDER - WORD- 16#2 - Connector provides diagnosis for the associated device. - CF_DEVICE_ENABLED - WORD- 16#4 - Only valid if CF_DIAG_PROVIDER is set. Specifies if device is currently enabled (used by Reconfigure). - CF_DEMOLICENSE_ACTIVE - WORD- 16#8 - Demo License is active - CF_DRIVER_AVAILABLE - WORD- 16#10 - A driver is available - CF_CONNECTOR_FOUND - WORD- 16#20 - Connector found (device detected) - CF_CONNECTOR_CONFIGURED - WORD- 16#40 - Connector configured - CF_CONNECTOR_ACTIVE - WORD- 16#80 - Connector active - CF_CONNECTOR_BUS_ERROR - WORD- 16#100 - Bus error - CF_CONNECTOR_ERROR - WORD- 16#200 - General connector error - CF_CONNECTOR_DIAGNOSTIC_AVAILABLE - WORD- 16#400 - Diagnostic information available - CF_CONNECTOR_PASSIVE - WORD- 16#800 - Passive mode of the second master in redundancy systems - CF_ERROR_CLEARED - WORD- 16#1000 - An Error was automatically cleared by the driver 
