GetObjectIDFromContents (FUN) ¶ FUNCTION GetObjectIDFromContents : CmpBACnet.IEC_BACNET_OBJECT_ID Tries to evaluate property contents as IEC_BACNET_OBJECT_ID data type. If the contents are not of type IEC_BACNET_OBJECT_ID an IEC_BACNET_OBJECT_ID(typ = _OBJ_MAX_SIZE, instNumber = 0) is returned. InOut: Scope Name Type Comment Return GetObjectIDFromContents CmpBACnet.IEC_BACNET_OBJECT_ID Input conts CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The contents to be evaluated as IEC_BACNET_OBJECT_ID.
GetRealFromContents (FUN) ¶ FUNCTION GetRealFromContents : REAL Tries to evaluate property contents as REAL data type. If the contents are not of apropriate type 0 is returned. InOut: Scope Name Type Comment Return GetRealFromContents REAL Input conts CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The contents to be evaluated as LREAL.
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 .
GetLrealFromContents (FUN) ¶ FUNCTION GetLrealFromContents : LREAL Tries to evaluate property contents as LREAL data type. If the contents are not of apropriate type 0 is returned. InOut: Scope Name Type Comment Return GetLrealFromContents LREAL Input conts CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The contents to be evaluated as LREAL.
GetDateRangeFromContents (FUN) ¶ FUNCTION GetDateRangeFromContents : BACnetDateRange Tries to evaluate property contents as BACnetDateRange data type. If the contents are not of type BACnetDateRange 1970-1-1 is returned. InOut: Scope Name Type Comment Return GetDateRangeFromContents BACnetDateRange Input conts CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The contents to be evaluated as BACnetDateRange .
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 .
GetSetpointReferenceFromContents (FUN) ¶ FUNCTION GetSetpointReferenceFromContents : BACnetSetpointReference Tries to evaluate property contents as BACnetSetpointReference data type. If the contents are not of type BACnetSetpointReference 0 is returned. InOut: Scope Name Type Comment Return GetSetpointReferenceFromContents BACnetSetpointReference Input conts CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The contents to be evaluated as BACnetSetpointReference .
GetSignedFromContents (FUN) ¶ FUNCTION GetSignedFromContents : DINT Tries to evaluate property contents as DINT data type. If the contents are not of type DINT 0 is returned. InOut: Scope Name Type Comment Return GetSignedFromContents DINT Input conts CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The contents to be evaluated as DINT.
GetTimeFromContents (FUN) ¶ FUNCTION GetTimeFromContents : TIME Tries to evaluate property contents as TIME data type. If the contents are not of type TIME 0 is returned. InOut: Scope Name Type Comment Return GetTimeFromContents TIME Input conts CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The contents to be evaluated as TIME.
GetUnsignedFromContents (FUN) ¶ FUNCTION GetUnsignedFromContents : UDINT Tries to evaluate property contents as UDINT data type. If the contents are not of type UDINT 0 is returned. InOut: Scope Name Type Comment Return GetUnsignedFromContents UDINT Input conts CmpBACnet.IEC_BACNET_PROPERTY_CONTENTS The contents to be evaluated as UDINT.