IoDrvCIFX.ConvertDeviceInfo (METH) ¶ METHOD ConvertDeviceInfo : BOOL InOut: Scope Name Type Return ConvertDeviceInfo BOOL Input wDeviceInfo WORD Inout wModuleType WORD szDeviceName STRING(31)
IoDrvCIFX.DiagCheckSlaves (METH) ¶ METHOD DiagCheckSlaves : UDINT InOut: Scope Name Type Return DiagCheckSlaves UDINT
IoDrvCIFX.ForceSwap (METH) ¶ METHOD ForceSwap : UDINT InOut: Scope Name Type Return ForceSwap UDINT Input pbyBuffer POINTER TO BYTE udiSize UDINT udiCount UDINT
IoDrvCIFX.SetDeviceInfo (METH) ¶ METHOD SetDeviceInfo : UDINT InOut: Scope Name Type Return SetDeviceInfo UDINT Inout tInfo IoDrvInfo
IoDrvBase Library Documentation ¶ Company System Title IoDrvBase Version 3.5.17.0 Categories Intern|IoDriverBase Author 3S - Smart Software Solutions GmbH Placeholder IoDrvBase Description 1 ¶ Contains the base class implementation for an IO-driver written in IEC. This class is typically derived by own IO-driver implementations. Contents: ¶ ClassIds (GVL) IoDrvBase (FunctionBlock) IBase ICmpIoDrv Indices and tables ¶ 1 Based on IoDrvBase.library, last modified 20.04.2021, 14:48:52. LibDoc 4.4.0.0-b.27 The content file IoDrvBase.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 20.04.2021, 14:48:52.
IoDrvBase (FB) ¶ FUNCTION_BLOCK IoDrvBase IMPLEMENTS IBase, ICmpIoDrv Methods: IoDrvGetInfo IoDrvGetModuleDiagnosis QueryInterface Structure: IBase QueryInterface (Method) ICmpIoDrv IoDrvGetInfo (Method) IoDrvGetModuleDiagnosis (Method)
ClassIds (GVL) ¶ InOut: Scope Name Type Initial Constant CLASSID_CCmpIoDrv DWORD 16#13
IBase ¶ QueryInterface (Method)
PB_CNCT (FB) ¶ FUNCTION_BLOCK PB_CNCT This function block can be used for establishing a DPV1 Class 2 connection to a PROFIBUS Slave. The connection is established and kept open if input REQ = TRUE, it’s closed when REQ = FALSE. While the connection is in state open, the ID output has a value that can be used as ID input of RDREC or WRREC. InOut: Scope Name Type Initial Comment Input REQ BOOL Start Request MASTER BYTE Master ID SEGMENT BYTE Always set to 0. STATION BYTE Station address of the target SLOT BYTE Slot number of the target Output VALID BOOL Connection is valid ERROR BOOL Error detected BUSY BOOL FB is busy STATUS DWORD Last detected status ID DWORD CommFB.Constants.INVALID_ID Identifier of a PB Slave. Use for RDREC or WRREC (Class 2)
CommFB ¶ PB_CNCT (FunctionBlock)