ConvertSysTimeValueToLWord (FUN) ¶ FUNCTION ConvertSysTimeValueToLWord : LWORD converts a time, with possible milli, micro and nanoseconds to dword InOut: Scope Name Type Comment Return ConvertSysTimeValueToLWord LWORD Input TimeValue SYSTIMEDATE including days (LTIME and TIME), hour, minutes, seconds and milliseconds uiMicroSeconds UINT uiNanoSeconds UINT CurrVarType Visu_Types the type of the TimeVar
ConvertSystimedateToUTC (FUN) ¶ FUNCTION ConvertSystimedateToUTC : LWORD returns the UTC time: UTC time in seconds since 1.1.1970 00:00:00 there will be no overflow. In case of possible overflow, the year is changed. units smaller than milliseconds are ignored right now. InOut: Scope Name Type Comment Return ConvertSystimedateToUTC LWORD Input DateToConvert SYSTIMEDATE uiMaxPossibleYear UINT the max. possible year. Is dependent on the rts
ConvertSystimedateUsingLDate (FUN) ¶ FUNCTION ConvertSystimedateUsingLDate : LWORD InOut: Scope Name Type Return ConvertSystimedateUsingLDate LWORD Input DateToConvert SYSTIMEDATE lwDate LWORD
StyleUtils ¶ StyleUtilFct_GetBoolFromStyle (Function) StyleUtilFct_GetBoolFromStyleEnumOrExplicitValue (Function) StyleUtilFct_GetSimpleTypeFromStyleEnumOrExplicitValue (Function) StyleUtilFct_GetUDIntFromStyle (Function)
StyleUtilFct_GetBoolFromStyle (FUN) ¶ FUNCTION StyleUtilFct_GetBoolFromStyle : BOOL InOut: Scope Name Type Return StyleUtilFct_GetBoolFromStyle BOOL Input sInput POINTER TO STRING udiDefault UDINT
VisuFbAlarmBannerDataBlock.SetTotalCountRows (METH) ¶ METHOD SetTotalCountRows : BOOL InOut: Scope Name Type Return SetTotalCountRows BOOL Input diCount DINT
VisuFbAlarmBannerDataBlock.GetAlarmMetaObjectStub2 (METH) ¶ METHOD GetAlarmMetaObjectStub2 : IAlarmMetaObjectStub3 This method is an extension GetAlarmMetaObjectStub that uses DINT instead of INT InOut: Scope Name Type Comment Return GetAlarmMetaObjectStub2 IAlarmMetaObjectStub3 Input diRow DINT The row index. diOffset DINT The offset, that will be added to the row index.
VisuFbAlarmBannerDataBlock.GetCountRows2 (METH) ¶ METHOD GetCountRows2 : DINT InOut: Scope Name Type Return GetCountRows2 DINT
VisuFbAlarmBannerDataBlock.IsValidIndex2 (METH) ¶ METHOD IsValidIndex2 : BOOL InOut: Scope Name Type Return IsValidIndex2 BOOL Input diRow DINT diOffset DINT
VisuFbAlarmBannerDataBlock.SetActiveAlarms2 (METH) ¶ METHOD SetActiveAlarms2 Sets the array of active alarms. The return value is not used InOut: Scope Name Type Input pArrActiveAlarms POINTER TO ARRAY [0..0] OF IAlarmMetaObjectStub3 diArrSize DINT