Diff of /project/sparkplug™_mqtt_host_b9741afd/function_blocks_8ad6e219/fb_primaryhost_ec6863e3/fb_primaryhostmessageconsumer_070fbc41/consumendatamessage_70b22bc3/70b22bc3fb4f4037aaa016074753f75d.object [000000] .. [fba71e]  Maximize  Restore

Switch to unified view

a b/project/sparkplug™_mqtt_host_b9741afd/function_blocks_8ad6e219/fb_primaryhost_ec6863e3/fb_primaryhostmessageconsumer_070fbc41/consumendatamessage_70b22bc3/70b22bc3fb4f4037aaa016074753f75d.object
1
{"payload":{"meta":{"Graph":{"@Type":"81297157","@Value":{"Guid":"(Guid)70b22bc3-fb4f-4037-aaa0-16074753f75d","ParentGuid":"(Guid)070fbc41-83aa-457a-b520-a064079b516d","Name":"(string)ConsumeNDATAMessage","Properties":{"@Type":"2c41fa04:IDictionary","@Value":{}},"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}","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)1071","Tag":null,"Text":"(string)MyEdge REF= pPrimaryHost^.GetEdge( GroupId := TopicParser.GroupId,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1072","Tag":null,"Text":"(string)                                    EdgeId := TopicParser.EdgeId,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1073","Tag":null,"Text":"(string)                                    eError => GetEdgeError );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1074","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1075","Tag":null,"Text":"(string)CASE GetEdgeError OF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1076","Tag":null,"Text":"(string)    SPStack.ERROR.NO_ERROR: // ==> UPDATE EXISTING EDGE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1077","Tag":null,"Text":"(string)        MyEdge.ProcessNDATA( itfPrimaryHost := pPrimaryHost^,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1078","Tag":null,"Text":"(string)                              pMessage := RecvMesg,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1079","Tag":null,"Text":"(string)                              xError => xProcessNDATAError,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1080","Tag":null,"Text":"(string)                              eError => ProcessNDATAError );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1081","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1082","Tag":null,"Text":"(string)ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1083","Tag":null,"Text":"(string)    xProcessNDATAError := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1084","Tag":null,"Text":"(string)    ProcessNDATAError := SPStack.Error.EdgeIDNotFound;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1085","Tag":null,"Text":"(string)    WriteHostLog( CmpLog.LogClass.LOG_WARNING,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1086","Tag":null,"Text":"(string)                  'PrimaryHost process NDATA metric error: %s',"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1087","Tag":null,"Text":"(string)                  TO_STRING( GetEdgeError ) );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1088","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)5","Tag":null,"Text":"(string)END_CASE"}}]}}}}},"Interface":{"@Type":"a9ed5b7e","@Value":{"TextDocument":{"@Type":"f3878285","@Value":{"TextLines":{"@Type":"[a5de0b0b]","@Value":[{"@Type":"a5de0b0b","@Value":{"Id":"(long)1051","Tag":null,"Text":"(string)METHOD PRIVATE ConsumeNDATAMessage"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1052","Tag":null,"Text":"(string)VAR_INPUT"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1053","Tag":null,"Text":"(string)    pPrimaryHost : POINTER TO FB_PrimaryHost;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1054","Tag":null,"Text":"(string)END_VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1055","Tag":null,"Text":"(string)VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1056","Tag":null,"Text":"(string)    RecvMesg : REFERENCE TO SPStack.FB_Payload;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1058","Tag":null,"Text":"(string)    TopicParser : FB_TopicParser; "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1061","Tag":null,"Text":"(string)    MyEdge : REFERENCE TO FB_RemoteEdge;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1062","Tag":null,"Text":"(string)END_VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1063","Tag":null,"Text":"(string)VAR_OUTPUT"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1064","Tag":null,"Text":"(string)    GetEdgeError : SPStack.ERROR; // an error that will be given back by a function, but we can handle the error. "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1065","Tag":null,"Text":"(string)    ProcessNDATAError : SPStack.ERROR; // an error that will be given back by a function, but we can handle the error."}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1069","Tag":null,"Text":"(string)    xProcessNDATAError : BOOL;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1070","Tag":null,"Text":"(string)END_VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)1","Tag":null,"Text":"(string)"}}]}}}}}}},"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"}