File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 02.03.2023, 11:05:40 companyName string 3S-Smart Software Solutions GmbH libraryFile SysFileAsync.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile SysFileAsync.clean.json version version 2.0.0.0 ProjectInformation LinkInSimulation bool True Released True LastModificationDateTime date 02.03.2023, 11:05:38 LibraryCategories library-category-list System|SysLibs Author string 3S - Smart Software Solutions GmbH Company System CompiledLibraryCompatibilityVersion CODESYS V3.5 SP15 Description See: Description DocFormat reStructuredText Placeholder SysFileAsync Project SysFileAsync Title SysFileAsync Version version 3.5.19.0
ADDRESS_SEGMENTS (ENUM) ¶ TYPE ADDRESS_SEGMENTS : InOut: Name DATAID_MEMORY DATAID_INPUT DATAID_OUTPUT DATAID_RETAIN DATAID_GLOBVARS
POUs ¶ SysLibGetAddress (Function) SysLibGetSize (Function)
SysLibGetAddress (FUN) ¶ FUNCTION SysLibGetAddress : DWORD This function returns the start address of a segment of the first application. If every segment is in its own area, this function works in V3 InOut: Scope Name Type Return SysLibGetAddress DWORD Input iSegment INT
SysLibGetSize (FUN) ¶ FUNCTION SysLibGetSize : DWORD This function returns the start address of a segment of the first application. If every segment is in its own area, this function works in V3 InOut: Scope Name Type Return SysLibGetSize DWORD Input iSegment INT
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 03.07.2018, 10:34:51 companyName string 3S-Smart Software Solutions GmbH libraryFile SysGetAddress23.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP13 contentFile SysGetAddress23.clean.json version version 2.0.0.0 ProjectInformation Released bool True Support32BitOnly True LastModificationDateTime date 03.07.2018, 10:34:51 LibraryCategories library-category-list System|SysLibs23 Author string 3S - Smart Software Solutions GmbH Company System Description See: Description Project SysGetAddress23 Title SysGetAddress23 Version string V 1.1 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
SysGraphicLight Implementation Library Documentation ¶ Company System Title SysGraphicLight Implementation Version 3.5.18.0 Categories System|SysLibs Author CODESYS Development GmbH Placeholder SysGraphicLight Implementation Description 1 ¶ This library contains the external functions for the SysGraphicLight component. Contents: ¶ Draw SysGraphicLightDrawBitmap (Function) SysGraphicLightDrawPolygon (Function) SysGraphicLightDrawRect (Function) SysGraphicLightDrawText (Function) Environment SysGraphicLightBeginPaint (Function) SysGraphicLightEndPaint (Function) SysGraphicLightGetDisplayDeviceContext (Function) SysGraphicLightReleaseDisplayDeviceContext (Function) PenBrushFont SysGraphicLightRegisterFont (Function) SysGraphicLightSetFill (Function) SysGraphicLightSetFont (Function) SysGraphicLightSetLine (Function) Indices and tables ¶ 1 Based on SysGraphicLight Implementation.library, last modified 01.04.2022, 08:15:48. LibDoc 4.4.0.0-b.27 The content file SysGraphicLight Implementation.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 01.04.2022, 08:15:48.
Draw ¶ SysGraphicLightDrawBitmap (Function) SysGraphicLightDrawPolygon (Function) SysGraphicLightDrawRect (Function) SysGraphicLightDrawText (Function)
SysGraphicLightDrawBitmap (FUN) ¶ FUNCTION SysGraphicLightDrawBitmap : RTS_IEC_RESULT <description> Function to draw a bitmap into a rectangle. </description> <param name=”hDisplayContext” type=”IN”>Handle to device context.</param> <param name=”rectangle” type=”IN”>Rectangle description.</param> <param name=”pbyData” TYPE=”IN”>Bitmap data</param> <param name=”udiDataSize” type=”IN”>Bitmap data size</param> <param name=”udiTransparentColor” type=”IN”>Contains the color that should be used as the transparent color. Will only be evaluated when the according flag is set. </param> <param name=”udiFlags” type=”IN”>Flags. Defined in IEC-Code for Visualization. At the moment only the flag for transparency is relevant when loading an image!</param> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result> InOut: Scope Name Type Return SysGraphicLightDrawBitmap RTS_IEC_RESULT Input hDisplayContext RTS_IEC_HANDLE rectangle SimpleRectangle pbyData POINTER TO BYTE udiDataSize UDINT udiTransparentColor UDINT udiFlags UDINT