<?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[Resolution of data passed through GoTo block]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">I'm reading some registers on a device and passing them to other parts within the REX program.</p>
<p dir="auto">My question is why am I dropping the decimal point? on the left you can see the true values and on the right you can see the value has now dropped a decimal. What would cause this?<br />
<img src="/assets/uploads/files/1782091843330-f2f52232-b300-430f-adbb-5ca7b11e5bfb-image.png" alt="f2f52232-b300-430f-adbb-5ca7b11e5bfb-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Cheers,<br />
Mike</p>
]]></description><link>https://forum.rexygen.com/topic/625/resolution-of-data-passed-through-goto-block</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 10:18:12 GMT</lastBuildDate><atom:link href="https://forum.rexygen.com/topic/625.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Jun 2026 01:32:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Resolution of data passed through GoTo block on Wed, 08 Jul 2026 09:27:33 GMT]]></title><description><![CDATA[<p dir="auto">Hi Mike, I think Jan’s explanation makes sense here. This kind of issue usually happens when the data type changes somewhere in the program flow. If the value is being stored as an integer, the decimal part will get removed automatically. I would check the variable definitions and block settings to make sure they are using the correct data type.</p>
<p dir="auto">Cheers,<br />
Nichole</p>
]]></description><link>https://forum.rexygen.com/post/1759</link><guid isPermaLink="true">https://forum.rexygen.com/post/1759</guid><dc:creator><![CDATA[nichole14]]></dc:creator><pubDate>Wed, 08 Jul 2026 09:27:33 GMT</pubDate></item><item><title><![CDATA[Reply to Resolution of data passed through GoTo block on Mon, 22 Jun 2026 06:37:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.rexygen.com/uid/11">@MikeyH</a><br />
Hi Mike,</p>
<p dir="auto">Without seeing the full schema, my guess would be a data type mismatch. It looks like the block with the val0-2 inputs might be expecting an integer (long) data type. If that's the case, any incoming real number would get automatically rounded or truncated, which would explain the lost decimal places.<br />
<img src="/assets/uploads/files/1782110244819-4c1bb596-2757-4241-9838-e73fc8ea7611-image.png" alt="4c1bb596-2757-4241-9838-e73fc8ea7611-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Cheers,<br />
Jan</p>
]]></description><link>https://forum.rexygen.com/post/1758</link><guid isPermaLink="true">https://forum.rexygen.com/post/1758</guid><dc:creator><![CDATA[Jan Reitinger]]></dc:creator><pubDate>Mon, 22 Jun 2026 06:37:39 GMT</pubDate></item></channel></rss>