<?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[[ANSWERED] Text parsor actor too intelligent for me]]></title><description><![CDATA[<p>I am trying to extract values from the following text:</p>
<p><em>status.MoveStatus=Idle</em></p>
<p><em>status.PTS=0</em></p>
<p><em>status.Postion[0]=259.300000</em></p>
<p><em>status.Postion[1]=-10.500000</em></p>
<p><em>status.Postion[2]=0.8000000</em></p>
<p><em>status.PresetID=0</em></p>
<p><em>status.Sequence=0</em></p>
<p><em>status.UTC=0</em></p>
<p><em>status.ZoomStatus=Idle</em></p>
<p>I manage to extract one value per actor  with this: <em>"status.Postion[0]="Position_0:float=.#  </em><em> (</em>or<em> "status.Postion[1]="Position_1:float=.#</em>  or <em>"status.Postion[?]="Zoom:float=.#</em> ) and the eom char value 13</p>
<p>But i I try: <em>"status.Postion[0]="Position_0:float=.# "status.Postion[1]="Position_1:float=.# "status.Postion[2]="zoom:float=.#</em></p>
<p>or : </p>
<p><em>"status.Postion[0]="Position_0:float=.# <br />"status.Postion[1]="Position_1:float=.# <br />"status.Postion[2]="zoom:float=.#</em></p>
<p>I get this but no value in the output.</p>
<p><img /></p>
<p>Where is the error I make?</p>
<p></p>
<p>Thank you for help</p>
<p>Jean-François </p>
<p></p>]]></description><link>https://community.troikatronix.com/topic/7231/answered-text-parsor-actor-too-intelligent-for-me</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 14:49:44 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/7231.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Mar 2021 12:10:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [ANSWERED] Text parsor actor too intelligent for me on Mon, 08 Mar 2021 19:56:21 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/43">@jfg</a> said:</p>
<blockquote>PS: Can I and how set this post to answered?
</blockquote>
<p> We just edit the title of the post :)</p><p>All done &lt;3</p><p>- Woland</p>]]></description><link>https://community.troikatronix.com/post/45215</link><guid isPermaLink="true">https://community.troikatronix.com/post/45215</guid><dc:creator><![CDATA[Woland]]></dc:creator><pubDate>Mon, 08 Mar 2021 19:56:21 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Text parsor actor too intelligent for me on Mon, 08 Mar 2021 18:31:27 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a></p><p>I found a solution. to get only lines 3 to 5 I have to add for the previous lines that I want to ignore <em>eol</em> for each line:</p><p>eol<br />eol<br />"status.Postion[0]="Position_0:float=.# <br />"status.Postion[1]="Position_1:float=.# <br />"status.Postion[2]="zoom:float=.#</p><p>Thanks</p><p>Jean-François </p><p>PS: Can I and how set this post to answered?</p><p></p>]]></description><link>https://community.troikatronix.com/post/45212</link><guid isPermaLink="true">https://community.troikatronix.com/post/45212</guid><dc:creator><![CDATA[jfg]]></dc:creator><pubDate>Mon, 08 Mar 2021 18:31:27 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Text parsor actor too intelligent for me on Mon, 08 Mar 2021 14:28:19 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a></p>
<p><strong>the difference between my and your patch is that you send from the trigger Text actor only the 3 lines:</strong></p>
<p><em>status.Postion[0]=259.300000</em></p>
<p><em>status.Postion[1]=-10.500000</em></p>
<p><em>status.Postion[2]=0.8000000</em></p>
<p><strong>and I send all the text as I get it from the camera:</strong></p>
<p><em>status.MoveStatus=Idle</em></p>
<p><em>status.PTS=0</em></p>
<p><em>status.Postion[0]=300.300000</em></p>
<p><em>status.Postion[1]=220.500000</em></p>
<p><em>status.Postion[2]=1.000000</em></p>
<p><em>status.PresetID=0</em></p>
<p><em>status.Sequence=0</em></p>
<p><em>status.UTC=0</em></p>
<p><em>status.ZoomStatus=Idle</em></p>
<p><strong>EDIT: if I delete the two first line it works well.</strong></p><p>best</p>
<p>Jean-François </p>
<p></p>
<p></p>]]></description><link>https://community.troikatronix.com/post/45205</link><guid isPermaLink="true">https://community.troikatronix.com/post/45205</guid><dc:creator><![CDATA[jfg]]></dc:creator><pubDate>Mon, 08 Mar 2021 14:28:19 GMT</pubDate></item><item><title><![CDATA[Reply to [ANSWERED] Text parsor actor too intelligent for me on Mon, 08 Mar 2021 14:02:20 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/43">@jfg</a> said:</p>
<blockquote>I get this but no value in the output.</blockquote>
<p>Hmmm... just tried it and it worked fine for me. See the attached patch. Are you doing something different? Do you have the 'eom char' set to 0?</p><p>Best Wishes,<br />Mark</p><p><a href="/assets/uploads/files/1615212139400-parsing-data.izz">parsing-data.izz</a></p>]]></description><link>https://community.troikatronix.com/post/45204</link><guid isPermaLink="true">https://community.troikatronix.com/post/45204</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Mon, 08 Mar 2021 14:02:20 GMT</pubDate></item></channel></rss>