[r895]: / trunk / mqttsparkplug / mqttsparkplug / Sparkplug™ MQTT edge and host / Function Blocks / FB_Edge / FB_EdgeStateMachine / STEPS / NBIRTH_exit / svnobj  Maximize  Restore  History

Download this file

7 lines (6 with data), 1.1 kB

1
2
3
4
5
6
IF EoNConnected THEN
    // Call Publish NBIRTH Exit method
    pEdge^.PublishNBIRTHExit();
END_IF
_DelayTimer( IN := FALSE );
_DelayTimer( IN := TRUE, PT := TimeToWait );