[r676]: / branches / h-hermsen / mqttsparkplugb / SparkplugB / Functions / WriteDeviceLog / svnobj  Maximize  Restore  History

Download this file

4 lines (4 with data), 6.3 kB

Gx_l©!0…jüow$hi™ë3ÐSystem.StringL{6f9dac99-8de1-4efc-8465-68ac443b7d08}SpecialFuncL{0db3d7bb-cde0-4416-9a7b-ce49a0124323}NoneImplementationL{3b83b776-fb25-43b8-99f2-3c507c9143fc}TextDocument	L{f3878285-8e4f-490b-bb1b-9acbb7eb04db}
TextLinesL{a5de0b0b-1cb5-4913-ac21-9d70293ec00d}Id
longTagText0WriteDeviceLog := FALSE;ViCharPos       := Standard.FIND( msgFmtStr,P                                 '%s' );(IF iCharPos = 0 THEN    RETURN;END_IFN// add message to registered Device LogJsText := Standard.REPLACE( msgFmtStr,D                           strArg,:                           2,L                           iCharPos );@IF LEN( stext ) > uiMaxSize THENŒ    // log the right side of the message first (be carefull of offset)z    GVL_SparkplugB._CmpSparkplugLog.AddLogEntry( msgCtrlMask,f                                                 0, |                                                 RIGHT( sText,!®                                                        (LEN( sText ) - uiMaxSize) ) );"2    // then the left side#z    GVL_sparkplugB._CmpSparkplugLog.AddLogEntry( msgCtrlMask,$z                                                 LEFT( sText,%Š                                                       uiMaxSize ) );&ELSE'r                                                 sText );(.WriteDeviceLog := TRUE;)Interface*L{a9ed5b7e-75c5-4651-af16-d2c27e98cb94}+(* ,–    Adds a message to the log, if the message is longer then 127 characters-–    ithe entry splits into two log messages (max 255 chars = 2 log entries).$    Usage example:/ž    WriteDeviceLog( msgCtrlMask := UDINT_TO_DWORD( CmpLog.LogClass.LOG_INFO ), 0f		            msgFmtStr := 'Ammount of tests : %s',1J			        strArg := uiTestAmmount );2	3P    results into the following logstring4:        Ammount of tests : 3 58	Returns TRUE when finnished6*)7${attribute 'hide'}8<FUNCTION WriteDeviceLog : BOOL9VAR_INPUT:     msgCtrlMask : DWORD;       // use UDINT_TO_DWORD( CmpLog.LogClass.LOG_.... );’    msgFmtStr   : T_MaxString; // Usage example: ' Ammount of tests : %s'<|    strArg      : T_MaxString; // Usage example: uiTestAmmount=END_VAR>VAR?:    uiMaxSize : USINT := 127;@8    sText     : T_MaxString;A(    iCharPos  : INT;B"UniqueIdGeneratorC453DPOULevelEL{8e575c5b-1d37-49c6-941b-5c0ec7874787}FStandardG ChildObjectGuidsH8System.Collections.ArrayListI,AddAttributeSubsequentJboolÐÐ-ÐÐ	E
$ÐÐ
­£ÚÐ-ÐÐ
­¤ÚÐ-ÐÐ
­¥ÚÐ-ÐÐ
­¦ÚÐ-ÐÐ
­§ÚÐ-ÐÐ
­¨ÚÐ-ÐÐ
­©ÚÐ-ÐÐ
­ªÚÐ-ÐÐ
­«ÚÐ-ÐÐ
­¬ÚÐ-ÐÐ
­­ÚÐ-ÐÐ
­®ÚÐ-ÐÐ
­¯ÚÐ-ÐÐ
­°ÚÐ-ÐÐ
­±ÚÐ-ÐÐ
­²ÚÐ-ÐÐ
­³ÚÐ-ÐÐ
­´ÚÐ-ÐÐ
­µÚÐ-ÐÐ
­¶ÚÐ- ÐÐ
­·ÚÐ-!ÐÐ
­¸ÚÐ-ÐÐ
­¹ÚÐ-"ÐÐ
­ºÚÐ-#ÐÐ
­»ÚÐ-ÐÐ
­¼ÚÐ-ÐÐ
­½ÚÐ-$ÐÐ
­¾ÚÐ-%ÐÐ
­¿ÚÐ-&ÐÐ
­ÀÚÐ-#ÐÐ
­ÁÚÐ-ÐÐ
­ÂÚÐ-ÐÐ
­ÃÚÐ-'ÐÐ
­ÄÚÐ-ÐÐ
­ÅÚÐ-ÐÐ
­ÚÐ-(Ð)*Ð	E
ÐÐ
­†ÚÐ-ÐÐ
­‡ÚÐ-ÐÐ
­ˆÚÐ-ÐÐ
­‰ÚÐ-+ÐÐ
­ŠÚÐ-,ÐÐ
­‹ÚÐ--ÐÐ
­ŒÚÐ-ÐÐ
­ÚÐ-.ÐÐ
­ŽÚÐ-/ÐÐ
­ÚÐ-0ÐÐ
­ÚÐ-1ÐÐ
­‘ÚÐ-2ÐÐ
­’ÚÐ-3ÐÐ
­“ÚÐ-4ÐÐ
­”ÚÐ-2ÐÐ
­•ÚÐ-5ÐÐ
­–ÚÐ-6ÐÐ
­—ÚÐ-7ÐÐ
­˜ÚÐ-8ÐÐ
­™ÚÐ-9ÐÐ
­šÚÐ-:ÐÐ
­›ÚÐ-;ÐÐ
­œÚÐ-<ÐÐ
­ÚÐ-=ÐÐ
­žÚÐ->ÐÐ
­ŸÚÐ-?ÐÐ
­ ÚÐ-@ÐÐ
­¡ÚÐ-AÐÐ
­¢ÚÐ-=ÐÐ
­ÚÐ-ÐB-CÐDE-FGHÐIJ­