SysGraphicLightBeginPaint (FUN) ¶ FUNCTION SysGraphicLightBeginPaint : RTS_IEC_RESULT <description> This function and <see>SysGraphicEndPaint</see> are used to encapsule some paint calls together. An implementing platform could use this encapsulation for some optimizations. For every call to SysGraphicBeginPaint there will be an according call to SysGraphicEndPaint. </description> <param name=”hDisplayContext” type=”IN”>Handle to device context.</param> <param name=”rsCurrentVisuName” type=”IN”>The name of the current visualization.</param> <param name=”udiFlags” type=”IN”>Additional flags.</param> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result> InOut: Scope Name Type Return SysGraphicLightBeginPaint RTS_IEC_RESULT Input hDisplayContext RTS_IEC_HANDLE rsCurrentVisuName REFERENCE TO STRING udiFlags UDINT
SysGraphicLightEndPaint (FUN) ¶ FUNCTION SysGraphicLightEndPaint : RTS_IEC_RESULT <description> This function and <see>SysGraphicBeginPaint</see> are used to encapsule some paint calls together. An implementing platform could use this encapsulation for some optimizations. For every call to SysGraphicBeginPaint there will be an according call to SysGraphicEndPaint. </description> <param name=”hDisplayContext” type=”IN”>Handle to device context.</param> <param name=”rsCurrentVisuName” type=”IN”>The name of the current visualization.</param> <param name=”udiFlags” type=”IN”>Additional flags.</param> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result> InOut: Scope Name Type Return SysGraphicLightEndPaint RTS_IEC_RESULT Input hDisplayContext RTS_IEC_HANDLE rsCurrentVisuName REFERENCE TO STRING udiFlags UDINT
SysGraphicLightGetDisplayDeviceContext (FUN) ¶ FUNCTION SysGraphicLightGetDisplayDeviceContext : RTS_IEC_HANDLE <description> Provides a handle to the basic display context. If you do not use this handle any more, release it using <see>SysGraphicLightReleaseDisplayDeviceContext</see> </description> <param name=”udiDisplayID” type=”IN”>Optional parameter for indicating different display contexts by ID. If only one display is used the parameter is always 0. </param> <param name=”pResult” type=”OUT”>Pointer to runtime system error code (see CmpErrors.library)</param> <result><p>RESULT: Handle to the display context or RTS_INVALID_HANDLE if failed.</p></result> InOut: Scope Name Type Return SysGraphicLightGetDisplayDeviceContext RTS_IEC_HANDLE Input udiDisplayID UDINT pResult POINTER TO RTS_IEC_RESULT
SysGraphicLightReleaseDisplayDeviceContext (FUN) ¶ FUNCTION SysGraphicLightReleaseDisplayDeviceContext : RTS_IEC_RESULT <description> Releases a handle to the basic display context that was returned by <see>SysGraphicLightGetDisplayDeviceContext</see>. </description> <param name=”hDisplayContext” type=”IN”>The display device context to release.</param> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result> InOut: Scope Name Type Return SysGraphicLightReleaseDisplayDeviceContext RTS_IEC_RESULT Input hDisplayContext RTS_IEC_HANDLE
SysGraphicLightRegisterFont (FUN) ¶ FUNCTION SysGraphicLightRegisterFont : RTS_IEC_RESULT <description> Function to register a font, which is downloaded by the user. </description> <param name=”pbyData” TYPE=”IN”>Font data</param> <param name=”udiDataSize” type=”IN”>Font data size</param> <param name=”pszFontName” type=”IN”>Name of the font that should be created.</param> <param name=”iFontSize” type=”IN”>Size of the font.</param> <param name=”udiFontFlags” type=”IN”>The font flags.</param> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result> InOut: Scope Name Type Return SysGraphicLightRegisterFont RTS_IEC_RESULT Input pbyData POINTER TO BYTE udiDataSize UDINT Input Const pszFontName REFERENCE TO STRING Input iFontSize INT udiFontFlags UDINT
PenBrushFont ¶ SysGraphicLightRegisterFont (Function) SysGraphicLightSetFill (Function) SysGraphicLightSetFont (Function) SysGraphicLightSetLine (Function)
SysPciGetCardInfo30 (FUN) ¶ FUNCTION SysPciGetCardInfo30 : UDINT InOut: Scope Name Type Return SysPciGetCardInfo30 UDINT Input usVendorId WORD usDeviceId WORD usCardIndex WORD pPciInfo POINTER TO PCI_INFO
GVL (GVL) ¶ InOut: Name Type g_PciCards ARRAY [0..(PCI_MAX_INFO - 1)] OF PCI_INFO
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 03.07.2018, 10:35:02 companyName string 3S-Smart Software Solutions GmbH libraryFile SysPci23.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP13 contentFile SysPci23.clean.json version version 2.0.0.0 ProjectInformation Released bool True Support32BitOnly True LastModificationDateTime date 03.07.2018, 10:35:02 LibraryCategories library-category-list System|SysLibs23 Author string 3S - Smart Software Solutions GmbH Company System Description See: Description Project SysPci23 Title SysPci23 Version version 3.5.13.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces.