Search found 2 matches

by kd6kca
Wed Oct 20, 2021 9:48 pm
Forum: MegunoLink
Topic: plotting with wifi
Replies: 1
Views: 1995

plotting with wifi

I find lots of examples of plotting with a serial link. But I want to plot over UDP. I just can't get the XYPlot to work over UDP. My XYPlot constructor is "XYPlot UDP_XY_Plot, udp;" To send data to the UDP plot "UDP_XY_Plot.SendData("P1Watts", DataPointX, P1Watts);". T...
by kd6kca
Mon Aug 09, 2021 7:28 pm
Forum: MegunoLink
Topic: Clear xy plot from interface panel button
Replies: 1
Views: 2245

Clear xy plot from interface panel button

I can clear the xy plot from the Arduino, but I need to clear the xy plot from an interface panel button. How can I do this? Is there an example of clearing a plot from an interface button?

Ed