_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
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 28.09.2023, 15:49:51 companyName string 3S-Smart Software Solutions GmbH libraryFile UML Statechart Types.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile UML Statechart Types.clean.json version version 2.0.0.0 ProjectInformation Released bool True LastModificationDateTime date 28.09.2023, 15:49:48 LibraryCategories library-category-list Intern|UML Author string 3S - Smart Software Solutions GmbH Company 3S - Smart Software Solutions GmbH CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 DefaultNamespace UML_SC Description See: Description Placeholder UML_SC Project UML Statechart Types Title UML Statechart Types Version version 4.3.0.0
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.
BusIndependentParameterIDs (GVL) ¶ Fieldbus independent parameters InOut: Scope Name Type Initial Comment Constant FIP_NETX_DEVICE UDINT 16#70000000 Parameter to identify netX devices.TRUE indicates a netX device. FIP_WATCHDOG UDINT 16#70000001 Master Watchdog TIME. 0 deactivates the watchdog, 1-0xFFFF sets the watchdog TIME. FIP_NETX_SLOT_NUMBER UDINT 16#70000002 Slot number of the NetX device e.g. PCI slot FIP_NETX_CHANNEL_NUMBER UDINT 16#70000003 A NetX chip may have up to four communication channels. FIP_BUS_ON_TIMEOUT UDINT 16#70000004 Wait time for the BUS_ON signal of the master in the IO Driver. If it is set to 0, the IO driver does not wait for the BUS ON signal. FIP_DEVICENAME UDINT 16#70000010 Name of the device, if target setting deviceconfiguration:enableAdditionalParameters is set to TRUE. FIP_DEVICEIDENTIFICATION_HASH UDINT 16#70000011 Hashcode of DeviceIdentification, if target setting deficeconfiguration:enableAdditionalParameters is set to TRUE. FIP_UPDATE_IO_IN_STOP UDINT 16#70000012 Value of UpdateIOInStop (see PLC settings). FIP_SAFETY_PROTOCOL UDINT 16#70000018 Used for Safety. Describing the used protocols. FIP_CONFIG_VERSION UDINT 16#70001000 Contains the version of the fieldbus config schema e.g. 16#03050100 for V3.5.1.0 FIP_NUMBER_OF_SAFETY_PROTOCOLS UDINT 16#7F000018 Number of parameters beginning at 0x7f000019 (max. 256 Parameters) describing the used safety protocols. FIP_FIRST_SAFETY_PROTOCOL_PARAM UDINT 16#7F000019 First Safety Protocol Parameter FIP_LAST_SAFETY_PROTOCOL_PARAM UDINT 16#7F000118 Last Safety Protocol Parameter
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
ConnectorOptions (GVL) ¶ Connector options: Options to specify properties of a connector InOut: Scope Name Type Initial Comment Constant CO_NONE WORD 16#0 No option CO_SCAN_PENDING_SUPPORTED WORD 16#1 Scan the IO-configuration with segmented transfer is supported. In this case, the call of IoDrvScanModules() can return ERR_PENDING to get further calls to transmit more scan results.