--- a/project/sparkplug™_mqtt_edge_b9741afd/function_blocks_d9bd2ff1/fb_device_309d3c13/fb_device_98658e3f/imessagesource_7fdd83d5/getmessage_45e9b6d4/45e9b6d4853c441abd29a1ec642b841c.object
+++ b/project/sparkplug™_mqtt_edge_b9741afd/function_blocks_d9bd2ff1/fb_device_309d3c13/fb_device_98658e3f/imessagesource_7fdd83d5/getmessage_45e9b6d4/45e9b6d4853c441abd29a1ec642b841c.object
@@ -1 +1 @@
-{"payload":{"meta":{"Graph":{"@Type":"81297157","@Value":{"Guid":"(Guid)45e9b6d4-853c-441a-bd29-a1ec642b841c","ParentGuid":"(Guid)98658e3f-2022-4201-ad82-e23b1cb5aaf1","Name":"(string)getMessage","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)7fdd83d5-6cb8-42f4-8cd7-5479f3e62c71"}]}}}}]},"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)349","Tag":null,"Text":"(string)//Ignore if publishing already!"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)350","Tag":null,"Text":"(string)//Get the "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)351","Tag":null,"Text":"(string)pSparkplugB := ADR( THIS^._SparkplugB );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)412","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)353","Tag":null,"Text":"(string)IF NOT THIS^._Message_publishing THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)354","Tag":null,"Text":"(string)    IF _PleasePublishDBIRTH THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)355","Tag":null,"Text":"(string)        THIS^._Message_publishing := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)413","Tag":null,"Text":"(string)        // Check Edge if Aliases are configured for use"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)414","Tag":null,"Text":"(string)        IF itfEdge.UseAlias THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)415","Tag":null,"Text":"(string)            itfEdge.ProvideAlias( AllMetricsList := _Metrics );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)356","Tag":null,"Text":"(string)        END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)357","Tag":null,"Text":"(string)        //getDBIRTH payload"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)358","Tag":null,"Text":"(string)        IF THIS^._SparkplugB.GetDeviceBirthCertificate( ALLMetricsList := _Metrics, UseAliases := itfEdge.useAlias ) = SPStack.ERROR.NO_ERROR THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)401","Tag":null,"Text":"(string)            "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)405","Tag":null,"Text":"(string)            "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)407","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)359","Tag":null,"Text":"(string)            pPayload := ADR( THIS^._SparkplugB._Encoder );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)360","Tag":null,"Text":"(string)            //getDBIRTH topic : This was set in FB_Device.Initialize"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)361","Tag":null,"Text":"(string)            pTopic := ADR( THIS^._TopicProvider.DBIRTH );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)362","Tag":null,"Text":"(string)            getMessage := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)363","Tag":null,"Text":"(string)        ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)364","Tag":null,"Text":"(string)            THIS^._Message_publishing := FALSE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)365","Tag":null,"Text":"(string)        END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)366","Tag":null,"Text":"(string)    ELSIF _PleasePublishDDATA THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)367","Tag":null,"Text":"(string)        THIS^._Message_publishing := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)368","Tag":null,"Text":"(string)        //getDDATA payload"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)369","Tag":null,"Text":"(string)        SPStack.PrepareDATA( pSparkplugB := ADR( _SparkplugB ) );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)370","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)371","Tag":null,"Text":"(string)        IF SPStack.AddChangesToPayload( AllMetricsList := _Metrics,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)372","Tag":null,"Text":"(string)                                        pSparkplugB := ADR( _SparkplugB ),"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)416","Tag":null,"Text":"(string)                                        UseAliases := itfEdge.UseAlias,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)373","Tag":null,"Text":"(string)                                        ChangeDetected => ChangesDetected,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)374","Tag":null,"Text":"(string)                                        ERRORDetected =>,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)375","Tag":null,"Text":"(string)                                        NumberOfChanges => ) ="}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)376","Tag":null,"Text":"(string)            SPStack.ERROR.NO_ERROR AND_THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)377","Tag":null,"Text":"(string)            ChangesDetected"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)378","Tag":null,"Text":"(string)            THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)379","Tag":null,"Text":"(string)            pPayload := ADR( THIS^._SparkplugB._Encoder );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)380","Tag":null,"Text":"(string)            //getDDATA topic : This was set in FB_Device.Initialize"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)381","Tag":null,"Text":"(string)            pTopic := ADR( THIS^._TopicProvider.DDATA );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)382","Tag":null,"Text":"(string)            getMessage := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)383","Tag":null,"Text":"(string)        ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)384","Tag":null,"Text":"(string)            THIS^._Message_publishing := FALSE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)385","Tag":null,"Text":"(string)        END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)386","Tag":null,"Text":"(string)    ELSIF _PleasePublishDDEATH THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)387","Tag":null,"Text":"(string)        THIS^._Message_publishing := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)388","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)389","Tag":null,"Text":"(string)        //getDDEATH payload"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)390","Tag":null,"Text":"(string)        IF THIS^._SparkplugB.GetDeviceDeathCertificate() = SPStack.ERROR.NO_ERROR THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)391","Tag":null,"Text":"(string)            pPayload := ADR( THIS^._SparkplugB._Encoder );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)392","Tag":null,"Text":"(string)            //getDDEATH topic : This was set in FB_Device.Initialize"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)393","Tag":null,"Text":"(string)            pTopic := ADR( THIS^._TopicProvider.DDEATH );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)394","Tag":null,"Text":"(string)            getMessage := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)395","Tag":null,"Text":"(string)        ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)396","Tag":null,"Text":"(string)            THIS^._Message_publishing := FALSE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)397","Tag":null,"Text":"(string)        END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)398","Tag":null,"Text":"(string)    ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)399","Tag":null,"Text":"(string)        getMessage := FALSE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)400","Tag":null,"Text":"(string)    END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)207","Tag":null,"Text":"(string)END_IF"}}]}}}}},"Interface":{"@Type":"a9ed5b7e","@Value":{"TextDocument":{"@Type":"f3878285","@Value":{"TextLines":{"@Type":"[a5de0b0b]","@Value":[{"@Type":"a5de0b0b","@Value":{"Id":"(long)280","Tag":null,"Text":"(string)// Congratulations! You're going to be published!!"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)281","Tag":null,"Text":"(string)// Returning TRUE indicates that you accept the deal for exclusive publishing rights!"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)282","Tag":null,"Text":"(string)// Returns false if you've already given the rights away, OR if you don't even have anything to publish"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)283","Tag":null,"Text":"(string)METHOD getMessage : BOOL"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)284","Tag":null,"Text":"(string)VAR_OUTPUT"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)285","Tag":null,"Text":"(string)    // contains the unencoded FB_PayloadSimpleEncoder"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)286","Tag":null,"Text":"(string)    // IMessageSource will not set the SeqNum, this will be done by the publisher!"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)287","Tag":null,"Text":"(string)    // 0 (Null pointer) if it doesn't want published"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)288","Tag":null,"Text":"(string)    pSparkplugB : POINTER TO SPStack.FB_SparkplugBSimple := ADR(THIS^._SparkplugB);"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)289","Tag":null,"Text":"(string)    pPayload : POINTER TO SPStack.FB_PayloadSimpleEncoder;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)290","Tag":null,"Text":"(string)    pTopic : POINTER TO WSTRING(SPStack.GC_sparkplug.supported_string_lengths); // resembles the topic under which the message is posted"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)291","Tag":null,"Text":"(string)    // LT#0s if there's no timeout, and the publisher can just sit on your work for ever"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)292","Tag":null,"Text":"(string)    // Otherwise, you can assume after timeout expires that the publish was unsuccessful."}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)293","Tag":null,"Text":"(string)    timeout : LTIME;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)294","Tag":null,"Text":"(string)END_VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)295","Tag":null,"Text":"(string)VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)296","Tag":null,"Text":"(string)    ChangesDetected : BOOL;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)154","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)45e9b6d4-853c-441a-bd29-a1ec642b841c","ParentGuid":"(Guid)98658e3f-2022-4201-ad82-e23b1cb5aaf1","Name":"(string)getMessage","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)7fdd83d5-6cb8-42f4-8cd7-5479f3e62c71"}]}}}}]},"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)349","Tag":null,"Text":"(string)//Ignore if publishing already!"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)350","Tag":null,"Text":"(string)//Get the "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)351","Tag":null,"Text":"(string)pSparkplugB := ADR( THIS^._SparkplugB );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)412","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)353","Tag":null,"Text":"(string)IF NOT THIS^._Message_publishing THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)354","Tag":null,"Text":"(string)    IF _PleasePublishDBIRTH THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)355","Tag":null,"Text":"(string)        THIS^._Message_publishing := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)413","Tag":null,"Text":"(string)        // Check Edge if Aliases are configured for use"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)414","Tag":null,"Text":"(string)        IF itfEdge.UseAlias THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)415","Tag":null,"Text":"(string)            itfEdge.ProvideAlias( AllMetricsList := _Metrics );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)356","Tag":null,"Text":"(string)        END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)357","Tag":null,"Text":"(string)        //getDBIRTH payload"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)358","Tag":null,"Text":"(string)        IF THIS^._SparkplugB.GetDeviceBirthCertificate( ALLMetricsList := _Metrics, UseAliases := itfEdge.useAlias ) = SPStack.ERROR.NO_ERROR THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)401","Tag":null,"Text":"(string)            "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)405","Tag":null,"Text":"(string)            "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)407","Tag":null,"Text":"(string)        "}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)359","Tag":null,"Text":"(string)            pPayload := ADR( THIS^._SparkplugB._Encoder );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)360","Tag":null,"Text":"(string)            //getDBIRTH topic : This was set in FB_Device.Initialize"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)361","Tag":null,"Text":"(string)            pTopic := ADR( THIS^._TopicProvider.DBIRTH );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)362","Tag":null,"Text":"(string)            getMessage := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)363","Tag":null,"Text":"(string)        ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)364","Tag":null,"Text":"(string)            THIS^._Message_publishing := FALSE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)365","Tag":null,"Text":"(string)        END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)366","Tag":null,"Text":"(string)    ELSIF _PleasePublishDDATA THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)367","Tag":null,"Text":"(string)        THIS^._Message_publishing := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)368","Tag":null,"Text":"(string)        //getDDATA payload"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)369","Tag":null,"Text":"(string)        SPStack.PrepareDATA( pSparkplugB := ADR( _SparkplugB ) );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)370","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)371","Tag":null,"Text":"(string)        IF SPStack.AddChangesToPayload( AllMetricsList := _Metrics,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)372","Tag":null,"Text":"(string)                                        pSparkplugB := ADR( _SparkplugB ),"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)416","Tag":null,"Text":"(string)                                        UseAliases := itfEdge.UseAlias,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)373","Tag":null,"Text":"(string)                                        ChangeDetected => ChangesDetected,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)374","Tag":null,"Text":"(string)                                        ERRORDetected =>,"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)375","Tag":null,"Text":"(string)                                        NumberOfChanges => ) ="}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)376","Tag":null,"Text":"(string)            SPStack.ERROR.NO_ERROR AND_THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)377","Tag":null,"Text":"(string)            ChangesDetected"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)378","Tag":null,"Text":"(string)            THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)379","Tag":null,"Text":"(string)            pPayload := ADR( THIS^._SparkplugB._Encoder );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)380","Tag":null,"Text":"(string)            //getDDATA topic : This was set in FB_Device.Initialize"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)381","Tag":null,"Text":"(string)            pTopic := ADR( THIS^._TopicProvider.DDATA );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)382","Tag":null,"Text":"(string)            getMessage := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)383","Tag":null,"Text":"(string)        ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)384","Tag":null,"Text":"(string)            THIS^._Message_publishing := FALSE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)385","Tag":null,"Text":"(string)        END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)386","Tag":null,"Text":"(string)    ELSIF _PleasePublishDDEATH THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)387","Tag":null,"Text":"(string)        THIS^._Message_publishing := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)388","Tag":null,"Text":"(string)"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)389","Tag":null,"Text":"(string)        //getDDEATH payload"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)390","Tag":null,"Text":"(string)        IF THIS^._SparkplugB.GetDeviceDeathCertificate() = SPStack.ERROR.NO_ERROR THEN"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)391","Tag":null,"Text":"(string)            pPayload := ADR( THIS^._SparkplugB._Encoder );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)392","Tag":null,"Text":"(string)            //getDDEATH topic : This was set in FB_Device.Initialize"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)393","Tag":null,"Text":"(string)            pTopic := ADR( THIS^._TopicProvider.DDEATH );"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)394","Tag":null,"Text":"(string)            getMessage := TRUE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)395","Tag":null,"Text":"(string)        ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)396","Tag":null,"Text":"(string)            THIS^._Message_publishing := FALSE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)397","Tag":null,"Text":"(string)        END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)398","Tag":null,"Text":"(string)    ELSE"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)399","Tag":null,"Text":"(string)        getMessage := FALSE;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)400","Tag":null,"Text":"(string)    END_IF"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)207","Tag":null,"Text":"(string)END_IF"}}]}}}}},"Interface":{"@Type":"a9ed5b7e","@Value":{"TextDocument":{"@Type":"f3878285","@Value":{"TextLines":{"@Type":"[a5de0b0b]","@Value":[{"@Type":"a5de0b0b","@Value":{"Id":"(long)280","Tag":null,"Text":"(string)// Congratulations! You're going to be published!!"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)281","Tag":null,"Text":"(string)// Returning TRUE indicates that you accept the deal for exclusive publishing rights!"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)282","Tag":null,"Text":"(string)// Returns false if you've already given the rights away, OR if you don't even have anything to publish"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)283","Tag":null,"Text":"(string)METHOD getMessage : BOOL"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)284","Tag":null,"Text":"(string)VAR_OUTPUT"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)285","Tag":null,"Text":"(string)    // contains the unencoded FB_PayloadSimpleEncoder"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)286","Tag":null,"Text":"(string)    // IMessageSource will not set the SeqNum, this will be done by the publisher!"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)287","Tag":null,"Text":"(string)    // 0 (Null pointer) if it doesn't want published"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)288","Tag":null,"Text":"(string)    pSparkplugB : POINTER TO SPStack.FB_SparkplugBSimple := ADR(THIS^._SparkplugB);"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)289","Tag":null,"Text":"(string)    pPayload : POINTER TO SPStack.FB_Payload;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)290","Tag":null,"Text":"(string)    pTopic : POINTER TO WSTRING(SPStack.GC_sparkplug.supported_string_lengths); // resembles the topic under which the message is posted"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)291","Tag":null,"Text":"(string)    // LT#0s if there's no timeout, and the publisher can just sit on your work for ever"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)292","Tag":null,"Text":"(string)    // Otherwise, you can assume after timeout expires that the publish was unsuccessful."}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)293","Tag":null,"Text":"(string)    timeout : LTIME;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)294","Tag":null,"Text":"(string)END_VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)295","Tag":null,"Text":"(string)VAR"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)296","Tag":null,"Text":"(string)    ChangesDetected : BOOL;"}},{"@Type":"a5de0b0b","@Value":{"Id":"(long)154","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