LED (ENUM) ¶ TYPE LED : InOut: Name NOLED U1 U2 U3 U4 U5 U6 U7 MAXLED
LedState (ENUM) ¶ TYPE LedState : InOut: Name Initial STATIC_OFF 16#0 STATIC_GRN 16#1 STATIC_RED 16#2 STATIC_YLW 16#3 BLINK_GRN 16#10 BLINK_RED 16#11 BLINK_YLW 16#12 BLINK_GRN_RED 16#13 BLINK_GRN_YLW 16#14 BLINK_RED_YLW 16#15 BLINK_OFF_GRN 16#16 BLINK_OFF_RED 16#17 BLINK_OFF_YLW 16#18 BLINK_RED_GRN 16#19 BLINK_YLW_GRN 16#1A BLINK_YLW_RED 16#1B
Functions ¶ Log_EVENT_LogId (Function) SetLed (Function)
Log_EVENT_LogId (FUN) ¶ FUNCTION Log_EVENT_LogId : BOOL InOut: Scope Name Type Return Log_EVENT_LogId BOOL Input eventid DWORD set DINT
SetLed (FUN) ¶ FUNCTION SetLed : BOOL InOut: Scope Name Type Return SetLed BOOL Input which LED how LedState
File and Project Information ¶ Scope Name Type Content FileHeader creationDateTime date 25.10.2023, 14:05:08 companyName string 3S-Smart Software Solutions GmbH libraryFile CmpPfcx00.library primaryProject True productName CODESYS productProfile CODESYS V3.5 SP16 Patch 3 contentFile CmpPfcx00.clean.json version version 2.0.0.0 ProjectInformation IsEndUserLibrary bool False Released True LastModificationDateTime date 25.10.2023, 14:05:06 LibraryCategories library-category-list System|SysLibs Author string CODESYS Development GmbH Company CODESYS CompiledLibraryCompatibilityVersion CODESYS V3.5 SP16 DefaultNamespace PFC Description See: Description DocFormat reStructuredText LanguageModelAttribute qualified-access-only Placeholder CmpPfcx00 Project CmpPfcx00 Title CmpPfcx00 Version version 4.10.0.0
Library Reference ¶ This is a dictionary of all referenced libraries and their name spaces. CAA Types Extern ¶ Library Identification ¶ Placeholder: CAA Types Default Resolution: CAA Types Extern, * (CAA Technical Workgroup) Namespace: CAA Library Properties ¶ LinkAllContent: False Optional: False QualifiedOnly: True SystemLibrary: False Key: CAA Types
IoDrvGPIO Library Documentation ¶ Company : CODESYS Title : IoDrvGPIO Version : 4.10.0.0 Categories : Target|3S - Smart Software Solutions GmbH Namespace : IoDrvGPIO Author : CODESYS Development GmbH Placeholder : IoDrvGPIO Description [ 1 ] ¶ Library containing IO driver for Raspberry GPIOs Contents: ¶ GPIO (FunctionBlock) connector internal status GPIOType (Enum) IoDrvGPIO (FunctionBlock) ProcessorType (Enum) Indices and tables ¶ [ 1 ] Based on IoDrvGPIO.library, last modified 25.10.2023, 14:06:34. LibDoc 4.4.0.0-b.37 The content file IoDrvGPIO.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 25.10.2023, 14:06:35.
ReadBool (FUN) ¶ FUNCTION ReadBool : DINT The ReadBool method reads one bit from the given offset into value. @param deviceId The device to read the bit from. @param bitOffset The bit offset to read the bit at. @param data Pointer to where the bit will be read to. @return Returns 0 on success, -1 otherwise. InOut: Scope Name Type Return ReadBool DINT Input deviceId DINT taskId UDINT bitOffset UDINT value POINTER TO BOOL
ReadBytes (FUN) ¶ FUNCTION ReadBytes : DINT Reads size bytes at offset from the devices pi into data. @param deviceId Id of the device @param offset Offset at which the data will be read. @param size Size of the data to read. @param data Pointer to the buffer. @return Returns 0 on success, -1 otherwise. InOut: Scope Name Type Return ReadBytes DINT Input deviceId DINT taskId UDINT offset UDINT size UDINT data POINTER TO BYTE