_ExternalFilesDoku ¶ dslkfjdslkfjlkdsf sldkfjldsfjds
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. IoStandard ¶ Library Identification ¶ Placeholder: IoStandard Default Resolution: IoStandard, * (System) Namespace: IoStandard Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: IoStandard
ConnectorFlagController.State (PROP) ¶ PROPERTY State : ConnectorState Sets or gets the actually state of the connector, which is set in ConnectorFlagController.init . For each state in ConnectorState expect ConnectorState.DISABLED a fixed bit combination is set in the CONNECTOR_FLAG_STATES_RS.STATE_BITS of dwFlags with the representation in CONNECTOR_FLAG_STATES_RS . The mask CONNECTOR_FLAG_STATES_RS.STATE_BITS ensures to write the correct bits. If the masked bits have no valid combination, then ConnectorState.UNDEFINED is returned in get.
ConnectorFlagController.DiagnosticAvailable (PROP) ¶ PROPERTY DiagnosticAvailable : BOOL This property sets or resets the exclamation mark. Used if a diagnostic message is enable.
ConnectorFlagController.DemolicenseActive (PROP) ¶ PROPERTY DemolicenseActive : BOOL This property sets or resets the Demo Icon (orange).
ConnectorFlagController.AutoFlush (PROP) ¶ PROPERTY AutoFlush : BOOL Set flags immediately? If FALSE , ConnectorFlagController.Flush must be called explicitly. Default: TRUE
ConnectorFlagController.AutoSetErrorClearedFlag (PROP) ¶ PROPERTY AutoSetErrorClearedFlag : BOOL Set this property to TRUE if ErrorClearedFlag should be automatically set by ConnectorFlagController according to the current state transition.
ConnectorFlagController.DiagProvider (PROP) ¶ PROPERTY DiagProvider : BOOL Sets or resets the Diag Provider bit.
ConnectorFlagController.Connector (PROP) ¶ PROPERTY Connector : POINTER TO IoConfigConnector The connector given in ConnectorFlagController.Init .
ConnectorFlagController.ErrorClearedActive (PROP) ¶ PROPERTY ErrorClearedActive : BOOL Sets or resets the Error cleared bit. The bit could be used to show the user that an error, warning or diagnostic message was automatically reset and the problem does not exist anymore. If ConnectorFlagController.AutoSetErrorClearedFlag is TRUE , this flag will be set automatically by the ConnectorFlagController . In this case you only have to implement the reset functionality.