<?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[Dashboard slider set value]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
I'm making some tests on modifying data values of a MODBUS data sources.</p>
<p dir="auto">In your demo about the dashboard's slider component, I'm seeing that each action on the slider entail directly a write data command towards the connected  MODBUS slave.</p>
<p dir="auto">In my dashboard I'd like to write MODBUS data by means of two following steps:</p>
<p dir="auto">1 - modifying client-side data by using the slider;<br />
2 - setting the MODBUS source data point with the client-side data values by means a "SET" button.</p>
<p dir="auto">Is there a way to do it?<br />
Thanks a lot.</p>
]]></description><link>https://forum.mango-os.com/topic/2579/dashboard-slider-set-value</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 18:42:21 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2579.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Dec 2016 16:54:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dashboard slider set value on Tue, 06 Dec 2016 13:45:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jared-wiltshire" aria-label="Profile: Jared-Wiltshire">@<bdi>Jared-Wiltshire</bdi></a><br />
Thanks, it works!</p>
]]></description><link>https://forum.mango-os.com/post/13425</link><guid isPermaLink="true">https://forum.mango-os.com/post/13425</guid><dc:creator><![CDATA[LarryVaredo]]></dc:creator><pubDate>Tue, 06 Dec 2016 13:45:47 GMT</pubDate></item><item><title><![CDATA[Reply to Dashboard slider set value on Mon, 05 Dec 2016 17:46:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/larryvaredo" aria-label="Profile: LarryVaredo">@<bdi>LarryVaredo</bdi></a> I think this should accomplish what you are asking.</p>
<pre><code>&lt;div layout="column"&gt;
    &lt;md-input-container class="md-block"&gt;
        &lt;label&gt;Choose a point&lt;/label&gt;
        &lt;ma-point-list limit="200" ng-model="myPoint"&gt;&lt;/ma-point-list&gt;
    &lt;/md-input-container&gt;

    &lt;ma-point-value point="myPoint"&gt;&lt;/ma-point-value&gt;

    &lt;md-slider ng-disabled="!myPoint.enabled" md-discrete step="1" min="0" max="100" ng-model="ptValue"&gt;
    &lt;/md-slider&gt;
        
    &lt;md-button ng-click="myPoint.setValue(ptValue)" class="md-raised"&gt;Set to slider value&lt;/md-button&gt;
&lt;/div&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/post/13417</link><guid isPermaLink="true">https://forum.mango-os.com/post/13417</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Mon, 05 Dec 2016 17:46:07 GMT</pubDate></item></channel></rss>