DataLogStorage_SQLite.Init (METH) ¶ METHOD Init InOut: Scope Name Type Input bOnlineChange BOOL
DataLogVarDescForQueue_FB.ElementCompareTo (METH) ¶ METHOD ElementCompareTo : INT InOut: Scope Name Type Return ElementCompareTo INT Input itfElement COL.IElement
DataLogVarDescForQueue_FB.ElementEquals (METH) ¶ METHOD ElementEquals : BOOL InOut: Scope Name Type Return ElementEquals BOOL Input itfElement COL.IElement
DataLogVarDescForQueue_FB.ElementHashCode (METH) ¶ METHOD ElementHashCode : LINT InOut: Scope Name Type Return ElementHashCode LINT
AC_DeviceDiagnosis Library Documentation ¶ Company 3S - Smart Software Solutions GmbH Title AC_DeviceDiagnosis Version 4.1.0.0 Categories Application|Composer Namespace AC_DD Author 3S - Smart Software Solutions GmbH Placeholder AC_DeviceDiagnosis Description 1 ¶ Base library for the usgae of the device diagnosis generator of the application composer. Most items of this library are used by the application composed indirectly for generation of the device diagnosis generator and don’t need to be used by a IEC programmer directly. Contents: ¶ DeviceDiagnosisInfo BUS_STATE_TO_STRING (Function) BUS_TYPE_TO_STRING (Function) BYTE_TO_HEXSTRING (Function) DEVICE_STATE_TO_STRING (Function) DEVICE_TYPE_TO_STRING (Function) DeviceDiagnosisInfo (FunctionBlock) LOWBYTE_TO_HEXSTRING (Function) TL_BUSSTATE (TextList) TL_BUSTYPE (TextList) TL_DEVICESTATE (TextList) TL_DEVICETYPE (TextList) GlobalTextList (GlobalTextList) IPDeviceDiagnosis (ImagePool) Module DeviceDiagnosis (FunctionBlock) DeviceDiagnosis (FunctionBlock) TLDeviceDiagnosis (TextList) Visu Indices and tables ¶ 1 Based on AC_DeviceDiagnosis.library, last modified 24.05.2022, 17:11:53. LibDoc 4.4.0.0-b.27 The content file AC_DeviceDiagnosis.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 24.05.2022, 17:11:54.
BUS_STATE_TO_STRING (FUN) ¶ FUNCTION BUS_STATE_TO_STRING : STRING Converts a DED.BUS_STATE enumeration to a speaking string InOut: Scope Name Type Comment Return BUS_STATE_TO_STRING STRING Input sState DED.BUS_STATE The bus state to convert into a speaking string
DeviceDiagnosisInfo ¶ Helper funtctions and text lists used by the code generated by the device diagnosis generator. BUS_STATE_TO_STRING (Function) BUS_TYPE_TO_STRING (Function) BYTE_TO_HEXSTRING (Function) DEVICE_STATE_TO_STRING (Function) DEVICE_TYPE_TO_STRING (Function) DeviceDiagnosisInfo (FunctionBlock) BusState (Property) BusType (Property) CheckForCommands (Method) DeviceState (Property) DeviceType (Property) Initialize (Method) OnAfterOnlineChange (Method) ResetDevice (Method) StartDevice (Method) StopDevice (Method) LOWBYTE_TO_HEXSTRING (Function) TL_BUSSTATE (TextList) TL_BUSTYPE (TextList) TL_DEVICESTATE (TextList) TL_DEVICETYPE (TextList)
BUS_TYPE_TO_STRING (FUN) ¶ FUNCTION BUS_TYPE_TO_STRING : STRING Converts a DED.BUS_TYPE enumeration into a speaking string InOut: Scope Name Type Comment Return BUS_TYPE_TO_STRING STRING Input sState DED.BUS_TYPE The bus type to convert into a speaking string
BYTE_TO_HEXSTRING (FUN) ¶ FUNCTION BYTE_TO_HEXSTRING : STRING Converts a byte into the corresponding hexadecimal string InOut: Scope Name Type Comment Return BYTE_TO_HEXSTRING STRING Input byInp BYTE The byte to convert into a hexadecimal string
DEVICE_STATE_TO_STRING (FUN) ¶ FUNCTION DEVICE_STATE_TO_STRING : STRING Returns a DED.DEVICE_STATE enumeration as a speaking string InOut: Scope Name Type Comment Return DEVICE_STATE_TO_STRING STRING Input sState DED.DEVICE_STATE The device state to return as a speaking string