SysComAsyncFB.SysComGetSettingsAsyncWrapper (METH) ¶ METHOD SysComGetSettingsAsyncWrapper : RTS_IEC_RESULT InOut: Scope Name Type Return SysComGetSettingsAsyncWrapper RTS_IEC_RESULT Input pParam POINTER TO tSysComGetSettings
MapException (FUN) ¶ FUNCTION MapException : DWORD InOut: Scope Name Type Return MapException DWORD Input ulException UDINT
EventCallbackFunction (FUN) ¶ FUNCTION EventCallbackFunction : UDINT InOut: Scope Name Type Return EventCallbackFunction UDINT Input pEventParam2 POINTER TO EventParam2
SysCallbackRegister (FUN) ¶ FUNCTION SysCallbackRegister : BOOL InOut: Scope Name Type Comment Return SysCallbackRegister BOOL Input pfCallbackFunction DWORD POU address of callback function! Event RTS_EVENT Event to register
OpenEvent (FUN) ¶ FUNCTION OpenEvent : RTS_IEC_HANDLE InOut: Scope Name Type Return OpenEvent RTS_IEC_HANDLE Input Event RTS_EVENT
SysCallbackUnregister (FUN) ¶ FUNCTION SysCallbackUnregister : BOOL InOut: Scope Name Type Comment Return SysCallbackUnregister BOOL Input pfCallbackFunction DWORD POU Index of callback function. Event RTS_EVENT Event to register
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 03.07.2018, 10:34:30 companyName string 3S-Smart Software Solutions GmbH libraryFile SysCallback23.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP13 contentFile SysCallback23.clean.json version version 2.0.0.0 ProjectInformation Released bool True Support32BitOnly True LastModificationDateTime date 03.07.2018, 10:34:30 LibraryCategories library-category-list System|SysLibs23 Company string System Description See: Description Project SysCallback23 Title SysCallback23 Version version 3.5.13.0
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) CmpEventMgr ¶ Library Identification ¶ Placeholder: CmpEventMgr Default Resolution: CmpEventMgr, * (System) Namespace: CmpEventMgr Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: CmpEventMgr SysCpuHandling ¶ Library Identification ¶ Placeholder: SysCpuHandling Default Resolution: SysCpuHandling, * (System) Namespace: SysCpuHandling Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: False SystemLibrary: False Key: SysCpuHandling 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)
SysCom Library Documentation ¶ Company System Title SysCom Version 3.5.17.0 Categories System|SysLibs Author 3S - Smart Software Solutions GmbH Placeholder SysCom Description 1 ¶ Library, to get access to a serial interface (RS232). Contents: ¶ SYS_COM_BAUDRATE (Enum) SYS_COM_DTR_CONTROL (Enum) SYS_COM_PARITY (Enum) SYS_COM_PORTS (Enum) SYS_COM_RTS_CONTROL (Enum) SYS_COM_STOPBITS (Enum) SYS_COM_TIMEOUT (Enum) SysComClose (Function) SysComGetSettings (Function) SysComGetSettings2 (Function) SysComOpen (Function) SysComOpen2 (Function) SysComOpen3 (Function) SysComPurge (Function) SysComRead (Function) SysComSetSettings (Function) SysComSetSettings2 (Function) SysComSetTimeout (Function) SysComSettings (Struct) SysComSettingsEx (Struct) SysComSettingsEx2 (Struct) SysComWrite (Function) Indices and tables ¶ 1 Based on SysCom.library, last modified 20.04.2021, 16:01:39. LibDoc 4.4.0.0-b.27 The content file SysCom.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 16:01:39.
SYS_COM_DTR_CONTROL (ENUM) ¶ TYPE SYS_COM_DTR_CONTROL : <category>DTR control</category> <description>: DTR control configuration</description> InOut: Name Initial Comment SYS_DTR_CONTROL_DISABLE 0 <element name=”SYS_DTR_CONTROL_DISABLE” TYPE=”IN”>Disables the DTR line when the device is opened and leaves it disabled.</element> SYS_DTR_CONTROL_ENABLE 1 <element name=”SYS_DTR_CONTROL_ENABLE” TYPE=”IN”>Enables the DTR line when the device is opened and leaves it on.</element> SYS_DTR_CONTROL_HANDSHAKE 2 <element name=”SYS_DTR_CONTROL_HANDSHAKE” TYPE=”IN”>Enables DTR handshaking.</element>