<?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[Handling modbus registers in a script]]></title><description><![CDATA[<p dir="auto">Hi,<br />
How to write a numeric value to modbus register in meta data source script? Thanks for help.</p>
]]></description><link>https://forum.mango-os.com/topic/2828/handling-modbus-registers-in-a-script</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 16:14:00 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2828.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Jun 2017 08:17:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Handling modbus registers in a script on Mon, 26 Jun 2017 12:37:27 GMT]]></title><description><![CDATA[<p dir="auto">Hi przemom,</p>
<p dir="auto">Meta point scripts don't have the .set() function like a scripting data source does. So, your options are either to use a point link from your meta point to your modbus point, or to configure a scripting data source to set the value using <code>varName.set( 12.34 );</code></p>
]]></description><link>https://forum.mango-os.com/post/14731</link><guid isPermaLink="true">https://forum.mango-os.com/post/14731</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Mon, 26 Jun 2017 12:37:27 GMT</pubDate></item></channel></rss>