DATETIME_TO_RTS_SYSTIMEDATE (FUN) ¶ FUNCTION DATETIME_TO_RTS_SYSTIMEDATE : ERROR Converts timestamp in milliseconds since 1.1.1970 00:00:00.000 to SYSTIMEDATE InOut: Scope Name Type Comment Return DATETIME_TO_RTS_SYSTIMEDATE ERROR Input uliDateTime ULINT timestamp in milliseconds since 1.1.1970 00:00:00.000 Inout std SYSTIMEDATE
DateTimeToString (FUN) ¶ FUNCTION DateTimeToString : STRING(255) InOut: Scope Name Type Comment Return DateTimeToString STRING(255) Input uliDateTime ULINT timestamp in milliseconds since 1.1.1970 00:00:00.000
DateTimeToTimestamp (FUN) ¶ FUNCTION DateTimeToTimestamp : ULINT Converts a Util.DateTime into a timestamp in milliseconds since 1.1.1970 00:00:00.000. InOut: Scope Name Type Initial Return DateTimeToTimestamp ULINT Input dtm Util.DateTime Output eErrorID ERROR ERROR.NO_ERROR
Directory (FB) ¶ FUNCTION_BLOCK Directory SysDir provides a convenience layer for the SysDir.library Methods: Close GetDir Read SetDir ls_log Structure: Close (Method) GetDir (Method) Read (Method) SetDir (Method) ls_log (Method)
Directory.Close (METH) ¶ METHOD Close : RTS_IEC_RESULT Close the dir. InOut: Scope Name Type Return Close RTS_IEC_RESULT
Directory.GetDir (METH) ¶ METHOD GetDir : FileNameString InOut: Scope Name Type Return GetDir FileNameString
Directory.Read (METH) ¶ METHOD Read : RTS_IEC_RESULT InOut: Scope Name Type Return Read RTS_IEC_RESULT Output dEntry FileNameString dInfo DirInfo
ObjectPersistence.PersistentPath (PROP) ¶ PROPERTY PersistentPath : FileNameString Path where to store persistence data files.
ObjectPersistence.PostUnregister (METH) ¶ METHOD PostUnregister : UDINT InOut: Scope Name Type Return PostUnregister UDINT
ObjectPersistence.PreRegister (METH) ¶ METHOD PreRegister : UDINT InOut: Scope Name Type Return PreRegister UDINT Input itfServer BACnet.IBACnetServer