TextCopyToString (FUN) ¶ FUNCTION TextCopyToString : ERROR See documentation of type TEXT how to use the TEXT type. InOut: Scope Name Type Return TextCopyToString ERROR Input xFree BOOL Inout txtValue STO_TEXT sValue STRING(1) szValue CAA.SIZE
TextCopyToWString (FUN) ¶ FUNCTION TextCopyToWString : ERROR See documentation of type TEXT how to use the TEXT type. InOut: Scope Name Type Return TextCopyToWString ERROR Input xFree BOOL Inout txtValue STO_TEXT wsValue WSTRING(1) szValue CAA.SIZE
GetDateTimeFromContents (FUN) ¶ FUNCTION GetDateTimeFromContents : BACnetDateTime Tries to evaluate property contents as BACnetDateTime data type. If the contents are not of type BACnetDateTime 1970-1-1 00:00 is returned. InOut: Scope Name Type Comment Return GetDateTimeFromContents BACnetDateTime Input conts CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The contents to be evaluated as BACnetDateTime .
CANbusDevice Library Documentation ¶ Company : 3S - Smart Software Solutions GmbH Title : CANbusDevice Version : 4.2.0.0 Categories : Intern|CANbus Namespace : CANbusDevice Author : 3S - Smart Software Solutions GmbH Placeholder : CANbusDevice Description [ 1 ] ¶ This library implements functionblocks implicitly instantiated by CANBus device. Contents: ¶ CANbusDevice Function Blocks Library Information GetLibVersion (Function) GetLibVersionNumber (Function) IsLibReleased (Function) Indices and tables ¶ [ 1 ] Based on CANbusDevice.library, last modified 04.09.2023, 11:23:29. LibDoc 4.4.0.0-b.37 The content file CANbusDevice.clean.json was generated with CODESYS V3.5 SP16 Patch 3 on 04.09.2023, 11:23:31.
CANbusDevice ¶ Function Blocks CANbus (FunctionBlock) AutoRecovery (Property) Baudrate (Property) BusAlarm (Property) BusState (Property) NetId (Property) ResetBusAlarm (Method) CANbus_Diag (FunctionBlock) IBus GetBusInfo (Method) GetBusState (Method) GetQoS (Method) INode ChildNodeCount (Property) Connector (Property) Enable (Property) FirstChildNode (Property) Index (Property) IsRootNode (Property) NextSiblingNode (Property) ParentNode (Property) SiblingNodeCount (Property) SetBaudrate (Method) SetNetId (Method)
Function Blocks ¶ CANbus (FunctionBlock) AutoRecovery (Property) Baudrate (Property) BusAlarm (Property) BusState (Property) NetId (Property) ResetBusAlarm (Method) CANbus_Diag (FunctionBlock) IBus GetBusInfo (Method) GetBusState (Method) GetQoS (Method) INode ChildNodeCount (Property) Connector (Property) Enable (Property) FirstChildNode (Property) Index (Property) IsRootNode (Property) NextSiblingNode (Property) ParentNode (Property) SiblingNodeCount (Property) SetBaudrate (Method) SetNetId (Method)
CANbus (FB) ¶ FUNCTION_BLOCK CANbus Note Do not instantiate this function block! An implicit instance will be created for each CANbus in the device tree. Properties: AutoRecovery Baudrate BusAlarm BusState NetId Methods: ResetBusAlarm Structure: AutoRecovery (Property) Baudrate (Property) BusAlarm (Property) BusState (Property) NetId (Property) ResetBusAlarm (Method)
CANbus.AutoRecovery (PROP) ¶ PROPERTY AutoRecovery : BOOL If AutoRecovery is enabled CANbus.ResetBusAlarm is automatically called when CANbus.BusAlarm is TRUE . If AutoRecovery is disabled CANbus.ResetBusAlarm has to be called by application. Default value: TRUE
CANbus.Baudrate (PROP) ¶ PROPERTY FINAL Baudrate : UINT Returns the currently used Baudrate. Baudrate can be changed with CANbus_Diag.SetBaudrate if device diagnosis is activated (needs Reconfigure !).
GetDevObjPropReferenceFromContents (FUN) ¶ FUNCTION GetDevObjPropReferenceFromContents : BACnetDevObjPropReference Tries to evaluate property contents as BACnetDevObjPropReference data type. If the contents are not of type BACnetDevObjPropReference 0 is returned. InOut: Scope Name Type Comment Return GetDevObjPropReferenceFromContents BACnetDevObjPropReference Input conts CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The contents to be evaluated as BACnetDevObjPropReference .