Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CmpApp ¶ Library Identification ¶ Placeholder: CmpApp Default Resolution: CmpApp, * (System) Namespace: CmpApp Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpApp CmpErrors2 Interfaces ¶ Library Identification ¶ Name: CmpErrors2 Interfaces Version: newest Company: System Namespace: CmpErrors Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpErrors2 Interfaces, * (System) CmpIecTask ¶ Library Identification ¶ Placeholder: CmpIecTask Default Resolution: CmpIecTask, * (System) Namespace: CmpIecTask Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpIecTask Standard ¶ Library Identification ¶ Placeholder: Standard Default Resolution: Standard, * (System) Namespace: Standard Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: Standard SysTypes Interfaces ¶ Library Identification ¶ Name: SysTypes Interfaces Version: newest Company: System Namespace: SysTypes Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysTypes Interfaces, * (System)
SysInt Library Documentation ¶ Company System Title SysInt Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder SysInt Description 1 ¶ SysLib for Interrupt Handling Contents: ¶ BusSpecific (Union) BusTypes (GVL) ClassIds (GVL) ISysInt (Alias) InterfaceIds (GVL) InterruptModes (GVL) IsaInterrupt (Struct) PciInterrupt (Struct) SYS_INT_DESCRIPTION (Struct) SysIntClose (Function) SysIntDisable (Function) SysIntDisableAll (Function) SysIntEnable (Function) SysIntEnableAll (Function) SysIntLevel (Function) SysIntOpen (Function) SysIntOpenByName (Function) SysIntRegister (Function) SysIntUnregister (Function) Indices and tables ¶ 1 Based on SysInt.library, last modified 20.04.2021, 16:04:17. LibDoc 4.4.0.0-b.27 The content file SysInt.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 16:04:17.
BusSpecific (UNION) ¶ TYPE BusSpecific : UNION <category>Bus specific</category> <description><p> Bus specific interrupt description </p></description> InOut: Name Type Comment pciInterrupt PciInterrupt <param name=”pciInterrupt”>PCI interrupt</param> isaInterrupt IsaInterrupt <param name=”isaInterrupt”>ISA interrupt</param>
BusTypes (GVL) ¶ <category>Bus types</category> <description><p>Architecture specific bus types</p></description> InOut: Scope Name Type Initial Constant BT_Internal UDINT 0 BT_ISA UDINT 1 BT_EISA UDINT 2 BT_PCI UDINT 3 BT_VME UDINT 4 BT_PCMCIA UDINT 5 BT_ProcessorInternal UDINT 6 BT_MaxType UDINT 7
ClassIds (GVL) ¶ <category>ClassID</category> InOut: Scope Name Type Initial Constant CLASSID_CSysInt UDINT 16#106
ISysInt (ALIAS) ¶ TYPE ISysInt : ISysIntIEC
InterfaceIds (GVL) ¶ <category>InterfaceID</category> InOut: Scope Name Type Initial Constant ITFID_ISysInt UDINT 16#106
InterruptModes (GVL) ¶ <category>Interrupt modes</category> InOut: Scope Name Type Initial Constant IM_LevelSensitive UDINT 0 IM_Latched UDINT 1
IsaInterrupt (STRUCT) ¶ TYPE IsaInterrupt : STRUCT <category>Isa interrupt</category> <description><p> ISA specific interrupt description </p></description> InOut: Name Type Comment ulBusNumber UDINT <element name=”ulBusNumber” type=”IN”>Unused on the ISA bus</element> ulDevciceNumber UDINT <element name=”ulDevciceNumber” type=”IN”>Unused on the ISA bus</element> ulFunctionNumber UDINT <element name=”ulFunctionNumber” type=”IN”>Unused on the ISA bus</element> ulIntLine UDINT <element name=”ulIntLine” type=”IN”>Unused on the ISA bus</element>
PciInterrupt (STRUCT) ¶ TYPE PciInterrupt : STRUCT <category>Pci interrupt</category> <description><p> PCI specific interrupt description </p></description> InOut: Name Type Comment ulBusNumber UDINT <element name=”ulBusNumber” type=”IN”>Bus number on the PCI bus</element> ulDevciceNumber UDINT <element name=”ulDevciceNumber” type=”IN”>Device number on the PCI bus</element> ulFunctionNumber UDINT <element name=”ulFunctionNumber” type=”IN”>Function number on the PCI bus. Is used for different functions on the same device.</element> ulIntLine UDINT <element name=”ulIntLine” type=”IN”>Interrupt line on the PCI bus.</element>