--- a/project/sparkplug™_mqtt_edge_and_host-stack_b9741afd/function_blocks_8ad6e219/fb_sparkplugbsimple_c978db11/fb_sparkplugbsimple_b276ae31/encoding_8456840b/addallmetrics_dc19db10/dc19db10f822457fa370f18990f00500.object
+++ b/project/sparkplug™_mqtt_edge_and_host-stack_b9741afd/function_blocks_8ad6e219/fb_sparkplugbsimple_c978db11/fb_sparkplugbsimple_b276ae31/encoding_8456840b/addallmetrics_dc19db10/dc19db10f822457fa370f18990f00500.object
@@ -1 +1 @@
-{"payload":{"meta":{"Graph":{"@Type":"81297157","@Value":{"Guid":"(Guid)dc19db10-f822-457f-a370-f18990f00500","ParentGuid":"(Guid)b276ae31-a54c-4d6f-8b78-cab400d0ac12","Name":"(string)AddAllMetrics","Properties":{"@Type":"2c41fa04:IDictionary","@Value":[{"@Key":"(Guid)829a18f2-c514-4f6e-9634-1df173429203","@Value":{"@Type":"829a18f2","@Value":{"ParentObjects":{"@Type":"fa2ee218:IDictionary","@Value":[{"@Key":"(Guid)21af5390-2942-461a-bf89-951aaf6999f1","@Value":"(Guid)8456840b-f929-4ae9-92b5-1004504d37e0"}]}}}}]},"TypeGuid":"(Guid)f8a58466-d7f6-439f-bbb8-d4600e41d099","EmbeddedTypeGuids":{"@Type":"[Guid]","@Value":["(Guid)a9ed5b7e-75c5-4651-af16-d2c27e98cb94","(Guid)3b83b776-fb25-43b8-99f2-3c507c9143fc"]}}},"TypeInfos":{"2c41fa04":"{2c41fa04-1834-41c1-816e-303c7aa2c05b}","81297157":"{81297157-7ec9-45ce-845e-84cab2b88ade}","829a18f2":"{829a18f2-c514-4f6e-9634-1df173429203}","fa2ee218":"{fa2ee218-a39b-4b6d-b249-49dbddbd168a}","Guid":"System.Guid","string":"System.String"}},"object":{"Graph":{"@Type":"f8a58466","@Value":{"Implementation":{"@Type":"3b83b776","@Value":{"TextDocument":{"@Type":"f3878285","@Value":{"TextLines":{"@Type":"[a5de0b0b]","@Value":[{"@Type":"a5de0b0b","@Value":{"Id":"(long)1287","Tag":null,"Text":"(string)// At first we set no error"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1288","Tag":null,"Text":"(string)// If something changes it before end of the method we yield an error"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1289","Tag":null,"Text":"(string)AddAllMetrics := ERROR.NO_ERROR;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1290","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1291","Tag":null,"Text":"(string)IF SendList.ListSize <> 0 THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1292","Tag":null,"Text":"(string)    ItfCurElement := SendList.HeadElem;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1293","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1294","Tag":null,"Text":"(string)    WHILE ItfCurElement <> 0 DO"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1295","Tag":null,"Text":"(string)        ElementCounter := ElementCounter + 1;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1296","Tag":null,"Text":"(string)        HasItfMetric := __QUERYINTERFACE(itfCurElement,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1297","Tag":null,"Text":"(string)            itfMetric);"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1298","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1299","Tag":null,"Text":"(string)        IF HasItfMetric THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1300","Tag":null,"Text":"(string)            // we can safely 'plug it' in the method"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1301","Tag":null,"Text":"(string)            AddAllMetrics := _Encoder.AddMetric(Timestamp := Timestamp,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1302","Tag":null,"Text":"(string)                SparkplugObject := itfMetric);"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1303","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1304","Tag":null,"Text":"(string)            // Succes"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1305","Tag":null,"Text":"(string)            WriteStackLog(GC_Sparkplug.CMP_CORE,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1306","Tag":null,"Text":"(string)                CmpLog.LogClass.LOG_DEBUG,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1307","Tag":null,"Text":"(string)                'SparkplugBSimple AddMetricList Element added: %s',"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1308","Tag":null,"Text":"(string)                TO_STRING(WCONCAT(itfMetric.Name,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1309","Tag":null,"Text":"(string)                        WCONCAT(\" : \","}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1310","Tag":null,"Text":"(string)                            TO_WSTRING(itfMetric.DataType)))));"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1311","Tag":null,"Text":"(string)        ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1312","Tag":null,"Text":"(string)            // SimpleValue Interface is NOT implemented"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1313","Tag":null,"Text":"(string)            WriteStackLog(GC_Sparkplug.CMP_CORE,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1314","Tag":null,"Text":"(string)                CmpLog.LogClass.LOG_ERROR,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1315","Tag":null,"Text":"(string)                'SparkplugBSimple AddMetricList Error: element does not implement IMetric Interface: %s',"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1316","Tag":null,"Text":"(string)                'Oops, this shouldn$'t happen');"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1317","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1318","Tag":null,"Text":"(string)            AddAllMetrics := ERROR.NotImplemented;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1319","Tag":null,"Text":"(string)        END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1320","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1321","Tag":null,"Text":"(string)        HasItfMetric := FALSE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1322","Tag":null,"Text":"(string)        ItfCurElement := ItfCurElement.NextElem; // If NextElem = 0 we reached the end of the List"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1323","Tag":null,"Text":"(string)    END_WHILE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1324","Tag":null,"Text":"(string)ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1325","Tag":null,"Text":"(string)    // List empty"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1326","Tag":null,"Text":"(string)    WriteStackLog(GC_Sparkplug.CMP_CORE,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1327","Tag":null,"Text":"(string)        CmpLog.LogClass.LOG_DEBUG,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1328","Tag":null,"Text":"(string)        'SparkplugBSimple AddMetricList Error, List empty.',"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1329","Tag":null,"Text":"(string)        '');"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1330","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1331","Tag":null,"Text":"(string)    AddAllMetrics := ERROR.NotImplemented;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)425","Tag":null,"Text":"(string)END_IF"}}]}}}}},"Interface":{"@Type":"a9ed5b7e","@Value":{"TextDocument":{"@Type":"f3878285","@Value":{"TextLines":{"@Type":"[a5de0b0b]","@Value":[{"@Type":"a5de0b0b","@Value":{"Id":"(long)1268","Tag":null,"Text":"(string)(*"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1269","Tag":null,"Text":"(string)    Add a List of metric value's by spoonfeeding each metric in the List and add it seperatly"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1270","Tag":null,"Text":"(string)    -> Start Encoder and Send Blob immediatly after usage."}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1271","Tag":null,"Text":"(string)    "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1272","Tag":null,"Text":"(string)    The Method returns 'No Error' if all metrics have been processed with succes  "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1273","Tag":null,"Text":"(string)    An error is thrown if at least one metric adding has failed."}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1274","Tag":null,"Text":"(string)    Check the SparkPlugLog for details on which Metric has thrown the error."}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1275","Tag":null,"Text":"(string)*)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1276","Tag":null,"Text":"(string)METHOD AddAllMetrics : ERROR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1277","Tag":null,"Text":"(string)VAR_INPUT"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1278","Tag":null,"Text":"(string)    Timestamp : T_DateTime;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1279","Tag":null,"Text":"(string)    // List of metrics we curently wish to send"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1280","Tag":null,"Text":"(string)    SendList : LinkedList.IList; // OF ISimpleStorage"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1281","Tag":null,"Text":"(string)END_VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1282","Tag":null,"Text":"(string)VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1283","Tag":null,"Text":"(string)    ItfCurElement : LinkedList.IElement;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1284","Tag":null,"Text":"(string)    itfMetric : IMetric;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1285","Tag":null,"Text":"(string)    HasItfMetric : BOOL;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1286","Tag":null,"Text":"(string)    ElementCounter : UDINT := 0; // keep track of current elementnumber which is processed"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)14","Tag":null,"Text":"(string)END_VAR"}}]}}}}}}},"TypeInfos":{"3b83b776":"{3b83b776-fb25-43b8-99f2-3c507c9143fc}","a5de0b0b":"{a5de0b0b-1cb5-4913-ac21-9d70293ec00d}","a9ed5b7e":"{a9ed5b7e-75c5-4651-af16-d2c27e98cb94}","f3878285":"{f3878285-8e4f-490b-bb1b-9acbb7eb04db}","f8a58466":"{f8a58466-d7f6-439f-bbb8-d4600e41d099}","long":"System.Int64","string":"System.String"}}},"FormatVersion":"1.0"}
\ No newline at end of file
+{"payload":{"meta":{"Graph":{"@Type":"81297157","@Value":{"Guid":"(Guid)dc19db10-f822-457f-a370-f18990f00500","ParentGuid":"(Guid)b276ae31-a54c-4d6f-8b78-cab400d0ac12","Name":"(string)AddAllMetrics","Properties":{"@Type":"2c41fa04:IDictionary","@Value":[{"@Key":"(Guid)829a18f2-c514-4f6e-9634-1df173429203","@Value":{"@Type":"829a18f2","@Value":{"ParentObjects":{"@Type":"fa2ee218:IDictionary","@Value":[{"@Key":"(Guid)21af5390-2942-461a-bf89-951aaf6999f1","@Value":"(Guid)8456840b-f929-4ae9-92b5-1004504d37e0"}]}}}}]},"TypeGuid":"(Guid)f8a58466-d7f6-439f-bbb8-d4600e41d099","EmbeddedTypeGuids":{"@Type":"[Guid]","@Value":["(Guid)a9ed5b7e-75c5-4651-af16-d2c27e98cb94","(Guid)3b83b776-fb25-43b8-99f2-3c507c9143fc"]}}},"TypeInfos":{"2c41fa04":"{2c41fa04-1834-41c1-816e-303c7aa2c05b}","81297157":"{81297157-7ec9-45ce-845e-84cab2b88ade}","829a18f2":"{829a18f2-c514-4f6e-9634-1df173429203}","fa2ee218":"{fa2ee218-a39b-4b6d-b249-49dbddbd168a}","Guid":"System.Guid","string":"System.String"}},"object":{"Graph":{"@Type":"f8a58466","@Value":{"Implementation":{"@Type":"3b83b776","@Value":{"TextDocument":{"@Type":"f3878285","@Value":{"TextLines":{"@Type":"[a5de0b0b]","@Value":[{"@Type":"a5de0b0b","@Value":{"Id":"(long)1287","Tag":null,"Text":"(string)// At first we set no error"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1288","Tag":null,"Text":"(string)// If something changes it before end of the method we yield an error"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1289","Tag":null,"Text":"(string)AddAllMetrics := ERROR.NO_ERROR;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1290","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1291","Tag":null,"Text":"(string)IF SendList.ListSize <> 0 THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1292","Tag":null,"Text":"(string)    ItfCurElement := SendList.HeadElem;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1293","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1294","Tag":null,"Text":"(string)    WHILE ItfCurElement <> 0 DO"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1295","Tag":null,"Text":"(string)        ElementCounter := ElementCounter + 1;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1296","Tag":null,"Text":"(string)        HasItfMetric := __QUERYINTERFACE(itfCurElement,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1297","Tag":null,"Text":"(string)            itfMetric);"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1298","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1299","Tag":null,"Text":"(string)        IF HasItfMetric THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1300","Tag":null,"Text":"(string)            // we can safely 'plug it' in the method"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1301","Tag":null,"Text":"(string)            AddAllMetrics := _Encoder.AddMetric(Timestamp := Timestamp,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1302","Tag":null,"Text":"(string)                SparkplugObject := itfMetric);"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1303","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1304","Tag":null,"Text":"(string)            // Succes"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1305","Tag":null,"Text":"(string)            WriteStackLog(GC_Sparkplug.CMP_STACK,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1306","Tag":null,"Text":"(string)                CmpLog.LogClass.LOG_DEBUG,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1307","Tag":null,"Text":"(string)                'SparkplugBSimple AddMetricList Element added: %s',"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1308","Tag":null,"Text":"(string)                TO_STRING(WCONCAT(itfMetric.Name,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1309","Tag":null,"Text":"(string)                        WCONCAT(\" : \","}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1310","Tag":null,"Text":"(string)                            TO_WSTRING(itfMetric.DataType)))));"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1311","Tag":null,"Text":"(string)        ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1312","Tag":null,"Text":"(string)            // SimpleValue Interface is NOT implemented"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1313","Tag":null,"Text":"(string)            WriteStackLog(GC_Sparkplug.CMP_STACK,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1314","Tag":null,"Text":"(string)                CmpLog.LogClass.LOG_ERROR,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1315","Tag":null,"Text":"(string)                'SparkplugBSimple AddMetricList Error: element does not implement IMetric Interface: %s',"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1316","Tag":null,"Text":"(string)                'Oops, this shouldn$'t happen');"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1317","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1318","Tag":null,"Text":"(string)            AddAllMetrics := ERROR.NotImplemented;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1319","Tag":null,"Text":"(string)        END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1320","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1321","Tag":null,"Text":"(string)        HasItfMetric := FALSE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1322","Tag":null,"Text":"(string)        ItfCurElement := ItfCurElement.NextElem; // If NextElem = 0 we reached the end of the List"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1323","Tag":null,"Text":"(string)    END_WHILE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1324","Tag":null,"Text":"(string)ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1325","Tag":null,"Text":"(string)    // List empty"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1326","Tag":null,"Text":"(string)    WriteStackLog(GC_Sparkplug.CMP_STACK,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1327","Tag":null,"Text":"(string)        CmpLog.LogClass.LOG_DEBUG,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1328","Tag":null,"Text":"(string)        'SparkplugBSimple AddMetricList Error, List empty.',"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1329","Tag":null,"Text":"(string)        '');"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1330","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1331","Tag":null,"Text":"(string)    AddAllMetrics := ERROR.NotImplemented;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)425","Tag":null,"Text":"(string)END_IF"}}]}}}}},"Interface":{"@Type":"a9ed5b7e","@Value":{"TextDocument":{"@Type":"f3878285","@Value":{"TextLines":{"@Type":"[a5de0b0b]","@Value":[{"@Type":"a5de0b0b","@Value":{"Id":"(long)1268","Tag":null,"Text":"(string)(*"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1269","Tag":null,"Text":"(string)    Add a List of metric value's by spoonfeeding each metric in the List and add it seperatly"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1270","Tag":null,"Text":"(string)    -> Start Encoder and Send Blob immediatly after usage."}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1271","Tag":null,"Text":"(string)    "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1272","Tag":null,"Text":"(string)    The Method returns 'No Error' if all metrics have been processed with succes  "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1273","Tag":null,"Text":"(string)    An error is thrown if at least one metric adding has failed."}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1274","Tag":null,"Text":"(string)    Check the SparkPlugLog for details on which Metric has thrown the error."}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1275","Tag":null,"Text":"(string)*)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1276","Tag":null,"Text":"(string)METHOD AddAllMetrics : ERROR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1277","Tag":null,"Text":"(string)VAR_INPUT"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1278","Tag":null,"Text":"(string)    Timestamp : T_DateTime;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1279","Tag":null,"Text":"(string)    // List of metrics we curently wish to send"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1280","Tag":null,"Text":"(string)    SendList : LinkedList.IList; // OF ISimpleStorage"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1281","Tag":null,"Text":"(string)END_VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1282","Tag":null,"Text":"(string)VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1283","Tag":null,"Text":"(string)    ItfCurElement : LinkedList.IElement;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1284","Tag":null,"Text":"(string)    itfMetric : IMetric;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1285","Tag":null,"Text":"(string)    HasItfMetric : BOOL;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1286","Tag":null,"Text":"(string)    ElementCounter : UDINT := 0; // keep track of current elementnumber which is processed"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)14","Tag":null,"Text":"(string)END_VAR"}}]}}}}}}},"TypeInfos":{"3b83b776":"{3b83b776-fb25-43b8-99f2-3c507c9143fc}","a5de0b0b":"{a5de0b0b-1cb5-4913-ac21-9d70293ec00d}","a9ed5b7e":"{a9ed5b7e-75c5-4651-af16-d2c27e98cb94}","f3878285":"{f3878285-8e4f-490b-bb1b-9acbb7eb04db}","f8a58466":"{f8a58466-d7f6-439f-bbb8-d4600e41d099}","long":"System.Int64","string":"System.String"}}},"FormatVersion":"1.0"}
\ No newline at end of file