StateChart_R_TRIG (FB) ¶ FUNCTION_BLOCK StateChart_R_TRIG Rising edge detection InOut: Scope Name Type Comment Input CLK BOOL Signal to detect BYPASS BOOL Output Q BOOL rising edge at signal detected
_UML_SC_IntraStatePosition (ENUM) ¶ TYPE _UML_SC_IntraStatePosition : InOut: Name beforeEntry AfterEntry AfterDo
_UML_SC_State (STRUCT) ¶ TYPE _UML_SC_State : STRUCT InOut: Name Type Comment Active BOOL Check if this state is currently active FastExecutionFault BOOL Check if the maximum do-cycles have been exceeded (in-cycle state only) ID INT The identifier for the related state ActivationTime TIME The time stamp of the last activation Name STRING Added in 4.0.2.1 to show the name of the state.
_UML_SC_StateTypes (ENUM) ¶ TYPE _UML_SC_StateTypes : InOut: Name UnDefined InitialState FastState SlowState OrthogonalState CompositeState FinalState
_UML_SC_Statechart (STRUCT) ¶ TYPE _UML_SC_Statechart : STRUCT InOut: Name Type Initial Comment InFinalState BOOL Check if the state chart is in its final state ReInit BOOL Set to reinit the state chart from its start state Abort BOOL Set to abort the current operation and enter the final state AutoReInit BOOL TRUE Set to auto-reinitialize the state chart, after it reached its final state
_UML_SC_Transition (STRUCT) ¶ TYPE _UML_SC_Transition : STRUCT InOut: Name Type Comment Active BOOL Flag to determine if the related transition is currently active ID INT The identifier for the related transition
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. Standard ¶ Library Identification ¶ Placeholder: Standard Default Resolution: Standard, * (System) Namespace: Standard Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Standard
CmpIoMgr Interfaces Library Documentation ¶ Company : System Title : CmpIoMgr Interfaces Version : 3.5.19.30 Categories : System|SysLibs Author : CODESYS Development GmbH Description [ 1 ] ¶ This library provides access to the IO manager of the runtime system. Contents: ¶ Config Types BaseTypeInformation (GVL) BusIndependentParameterIDs (GVL) ConnectorFlags (GVL) ConnectorOptions (GVL) ConnectorTypes (GVL) DriverPropertyFlags (GVL) IoConfigChannelMap (Struct) IoConfigConnector (Struct) IoConfigConnectorMap (Struct) IoConfigParameter (Struct) IoConfigTaskMap (Struct) LockScopes (GVL) ParameterValueFlags (GVL) TaskMapTypes (GVL) ICmpEventMgr EVTPARAM_CmpIoMgr (Struct) EventIDs (GVL) ICmpIoDrv BusCycleType (GVL) Indices and tables ¶ [ 1 ] Based on CmpIoMgr_Itfs.library, last modified 22.09.2023, 10:42:59. LibDoc 4.4.0.0-b.37 The content file CmpIoMgr_Itfs.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 22.09.2023, 10:43:00.
Config Types ¶ BaseTypeInformation (GVL) BusIndependentParameterIDs (GVL) ConnectorFlags (GVL) ConnectorOptions (GVL) ConnectorTypes (GVL) DriverPropertyFlags (GVL) IoConfigChannelMap (Struct) IoConfigConnector (Struct) IoConfigConnectorMap (Struct) IoConfigParameter (Struct) IoConfigTaskMap (Struct) LockScopes (GVL) ParameterValueFlags (GVL) TaskMapTypes (GVL)
BaseTypeInformation (GVL) ¶ Base type and swapping information for io channels InOut: Scope Name Type Initial Comment Constant CMLBT_Mask WORD 16#FF The low byte contains the base clase of the io channel CMLBT_IS_SET WORD 16#100 If this bit is set, the base type information is valid CMLBT_ENABLE WORD 16#8000 Enable flag, if this bit is set to 1, the swapping must be disabled.