[r893]: / branches / develop / mqttsparkplug / mqttsparkplug / Sparkplug™ MQTT edge and host / Function Blocks / FB_Edge / FB_EdgeStateMachine / STEPS / NDATA_exit_1 / svnobj  Maximize  Restore  History

Download this file

9 lines (7 with data), 1.2 kB

1
2
3
4
5
6
7
8
IF _EdgeDataPublished THEN
    // Call exit NDATA Exit method if data was published
    pEdge^.PublishNDATAExit();
    _ChangeDetected := FALSE;
	
	_DelayTimer( IN := FALSE );
	_DelayTimer( IN := TRUE, PT := TimeToWait );
END_IF