Hi, is it possible to implement a "pause" data command, that will pause feedgunplot (discard all data after "pause", and don't update the plot) until receive a "resume" data command. Thanks!
Example,
data0
pause
data1
resume
data2
UPDATE: I think the data command is not essential, please close the issue.
Hi, is it possible to implement a "pause" data command, that will pause feedgunplot (discard all data after "pause", and don't update the plot) until receive a "resume" data command. Thanks!
Example, data0 pause data1 resume data2
UPDATE: I think the data command is not essential, please close the issue.