<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Clear Chart Data]]></title><description><![CDATA[<p dir="auto">Hello community,</p>
<p dir="auto">I am using an ESP32 with a bluetooth connection to visualise data in a chart. I would like to reset the chart data at a certain point in time so that the chart starts visualising new data from the beginning. However, I have not yet managed to delete the old data. My initialisation of the chart looks like this:</p>
<pre><code>sendMsg("|CH UID:Current_Chart X:50 Y:82.5 W:90 H:30 VIS:1 CHN:\"Current [A]\" YLO:0 YHI:40 FSZ:2 XMA:8 YMA:6\r\n");
</code></pre>
<p dir="auto">Before the chart reset i continuously send the new measurements every second with the following command :</p>
<pre><code>string str = "@Current_Chart YP:" + String(BatCurrent) + "\n\r";
sendMsg(str);
</code></pre>
<p dir="auto">Does anyone have an idea how I can reset the chart so that the new data is plotted from the beginning again? Thank you in advance for your support and best regards.<br />
Fehr</p>
]]></description><link>https://forum.gui-o.com/topic/237/clear-chart-data</link><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 21:22:34 GMT</lastBuildDate><atom:link href="https://forum.gui-o.com/topic/237.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 01 Dec 2024 15:44:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Clear Chart Data on Sun, 01 Dec 2024 16:35:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/986">@Fehr</a></p>
<p dir="auto">Try  : Print "@Current_Chart CL:1"</p>
<p dir="auto">Bernard</p>
]]></description><link>https://forum.gui-o.com/post/964</link><guid isPermaLink="true">https://forum.gui-o.com/post/964</guid><dc:creator><![CDATA[Bernard]]></dc:creator><pubDate>Sun, 01 Dec 2024 16:35:15 GMT</pubDate></item></channel></rss>