<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error 1055 when Creating One Element Stream Channel Read with Abort in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3791661#M1069652</link>
    <description>&lt;P&gt;I'm trying to add a one element stream channel with abort for a Boolean. I can create the write with abort, but whenever I try to create the read with abort, I get an error 1055 as shown in the screenshot. I can create a regular one element stream channel write and read, and the regular stream with abort works fine.&lt;/P&gt;
&lt;P&gt;I've tried with multiple data types on the one element with abort, but get the same error.&lt;/P&gt;
&lt;P&gt;I've tried on another computer with LV 2017 32-bit, but get the same error.&lt;/P&gt;
&lt;P&gt;I've tried deleting the channel instances in&amp;nbsp;C:\Users\&amp;lt;me&amp;gt;\Documents\LabVIEW Data\2017(32-bit)\ExtraVILib\ChannelInstances, but I still get the error.&lt;/P&gt;
&lt;P&gt;I'm starting to wonder if the one element stream with abort is not a valid channel type...&lt;/P&gt;</description>
    <pubDate>Thu, 10 May 2018 20:11:22 GMT</pubDate>
    <dc:creator>cous</dc:creator>
    <dc:date>2018-05-10T20:11:22Z</dc:date>
    <item>
      <title>Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3791661#M1069652</link>
      <description>&lt;P&gt;I'm trying to add a one element stream channel with abort for a Boolean. I can create the write with abort, but whenever I try to create the read with abort, I get an error 1055 as shown in the screenshot. I can create a regular one element stream channel write and read, and the regular stream with abort works fine.&lt;/P&gt;
&lt;P&gt;I've tried with multiple data types on the one element with abort, but get the same error.&lt;/P&gt;
&lt;P&gt;I've tried on another computer with LV 2017 32-bit, but get the same error.&lt;/P&gt;
&lt;P&gt;I've tried deleting the channel instances in&amp;nbsp;C:\Users\&amp;lt;me&amp;gt;\Documents\LabVIEW Data\2017(32-bit)\ExtraVILib\ChannelInstances, but I still get the error.&lt;/P&gt;
&lt;P&gt;I'm starting to wonder if the one element stream with abort is not a valid channel type...&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 20:11:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3791661#M1069652</guid>
      <dc:creator>cous</dc:creator>
      <dc:date>2018-05-10T20:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3791737#M1069673</link>
      <description>&lt;P&gt;I use Channel Wires&amp;nbsp;&lt;U&gt;a lot&lt;/U&gt; -- my latest Project has over 100 running simultaneously (and very happily).&amp;nbsp; I must confess that until I build a little test VI in reference to your post, I'd never used the Abort inputs.&amp;nbsp; I&amp;nbsp;&lt;U&gt;do&lt;/U&gt; use the Last Element and Valid? inputs (very handy in orderly shutdown of Producer/Consumer patterns).&amp;nbsp; The Abort of either Reader&amp;nbsp;&lt;U&gt;or&lt;/U&gt; Writer will cause the Stream to shut down, with both Reader and Writer showing their Aborted? outputs True (so you could also use this signal to stop a loop, but it seems clumsy, to me).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bob Schor&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 00:44:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3791737#M1069673</guid>
      <dc:creator>Bob_Schor</dc:creator>
      <dc:date>2018-05-11T00:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3791955#M1069771</link>
      <description>&lt;P&gt;Yes, I agree that abort isn't necessarily&amp;nbsp; the best way. I've been using a combination of last element, valid, and abort to synchronize loops. I mainly use the abort for an emergency shutdown of the equipment that is running where I care less about neatly shutting down everything and more about putting equipment in a safe state and shutting down as quickly as possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd be curious to know if anyone else is able to create a one element stream with abort channel reader. Takes &amp;lt;2min to try out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I should note that this error hasn't prevented me from getting code running. I've been able to use the stream with abort without any problems. Still, it's disconcerting to have this error with the one element stream with abort.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 15:21:16 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3791955#M1069771</guid>
      <dc:creator>cous</dc:creator>
      <dc:date>2018-05-11T15:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953544#M1125024</link>
      <description>&lt;P&gt;I also am unable to create One Element Stream, Reader With Abort - same error 1055.&lt;/P&gt;
&lt;P&gt;Thought this was just that it was my first project using channels, but found this forum post.&lt;/P&gt;
&lt;P&gt;I guess it's just broken in 17.0.0. Not seeing it in bugs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Old thread, but is there a workaround that friendly for channel newbies? You said you could get code running...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;I'd be curious to know if anyone else is able to create a one element stream with abort channel reader. Takes &amp;lt;2min to try out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I should note that this error hasn't prevented me from getting code running. I've been able to use the stream with abort without any problems. Still, it's disconcerting to have this error with the one element stream with abort.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jul 2019 15:18:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953544#M1125024</guid>
      <dc:creator>lgc102</dc:creator>
      <dc:date>2019-07-28T15:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953568#M1125036</link>
      <description>&lt;P&gt;Wow -- a Channel Wire bug that I didn't find (I've found several, but haven't tried all of the "corner cases").&amp;nbsp; I can verify that this bug is present in all versions of LabVIEW that support Channel Wires as a "full" feature, namely LabVIEW 2016, 2017, 2018, and 2019.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So having said that, I'll ask the question "Why do that?".&amp;nbsp; I think I would argue that a single element Stream does not&amp;nbsp;&lt;U&gt;need&lt;/U&gt; an Abort, as Last Element? will do the same thing, namely immediately shutting down the Channel when the Reader next accesses the Channel.&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;Consider the reason for the Stream -- point-to-point asynchronous transfer of element from Writer to Reader.&amp;nbsp; Streams are usually used for Producer/Consumer designs, where the rate of producing elements may be different from the rate of processing ("consuming") them, and you don't want anything to "block" the rate of Production (typically because this is a time-critical step that needs to run at a known, fixed rate).&amp;nbsp; So you make the Producer do "as little work as possible" (i.e. just "produce" the element, don't try to process it) and run it at the "rate of Production", while the Consumer, you hope, runs (on average) at a rate comparable to the Producer.&amp;nbsp; If it runs slower, data will accumulate in the Stream, which can be OK for the short run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now suppose you have a Producer/Consumer Stream pair, and you want to stop everything.&amp;nbsp; The "normal" way for the "normal" Stream is to set "Last Element?" to True on the Writer (and set "Element Valid?" as appropriate).&amp;nbsp; This stops the Reader when that "last element" is processed.&amp;nbsp; If the Consumer has gotten behind in its work, with many elements still to process, this method allows all of the elements to be processed before the Consumer shuts down.&amp;nbsp; Note that this has no effect on the Producer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But what if you need a "Panic Stop", to stop everything as fast as possible?&amp;nbsp; Then you want a signal that says "Stop, no matter if you have data remaining to process or not".&amp;nbsp; That's where Abort comes in -- Abort means "Stop now and throw away any unprocessed Elements".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So what about a One-Element Stream?&amp;nbsp; The "normal" Stream never blocks the Writer, but the One-Element Stream will block if the Reader hasn't processed its data.&amp;nbsp; Consider a Producer that runs at 1 kHz and sends 10 elements to a Consumer that runs at 1 Hz.&amp;nbsp; It sends the first Element, and the Consumer removes it to process it.&amp;nbsp; It sends the second Element, which is accepted by the Reader.&amp;nbsp; However, the Consumer still has 999 ms to go before it can loop around and access the Reader, meaning that the Producer now is&amp;nbsp;&lt;U&gt;blocked&lt;/U&gt; by the Consumer!&amp;nbsp; This is something you generally do not want -- the Producer is, in general, the time-critical loop, and here we are forcing an unexpected "stall" into the loop.&amp;nbsp; The Consumer has now effectively forced the Producer to run at 1 Hz, as this is the rate that the Producer can write to the One-Element Stream.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the paragraph before the one above, I said that Abort differs from Last Element in being true when Set rather than when "Set and Stream is empty".&amp;nbsp; But if the Stream has only one element, these become the same thing!&amp;nbsp; I suspect that at some point, the Developers realized that "Write with Abort" made no logical sense for One-Element Streams, never created it, but didn't notice that it was showing up in the List of Available Channels as a "Documentation Bug".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll try to confirm this and report back here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bob Schor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jul 2019 19:55:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953568#M1125036</guid>
      <dc:creator>Bob_Schor</dc:creator>
      <dc:date>2019-07-28T19:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953791#M1125122</link>
      <description>&lt;P&gt;Yes, I agree with your logic here. The abort is redundant for the single element stream. The only reason I can see keeping it there would be consistency with other types of channel reads. But I think it'd be better to remove it and document why it isn't there. NI could just remove the abort and quote your justification directly in the documentation...with a reference and some royalties of course &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 13:44:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953791#M1125122</guid>
      <dc:creator>cous</dc:creator>
      <dc:date>2019-07-29T13:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953793#M1125123</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/348757"&gt;@lgc102&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I also am unable to create One Element Stream, Reader With Abort - same error 1055.&lt;/P&gt;
&lt;P&gt;Thought this was just that it was my first project using channels, but found this forum post.&lt;/P&gt;
&lt;P&gt;I guess it's just broken in 17.0.0. Not seeing it in bugs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Old thread, but is there a workaround that friendly for channel newbies? You said you could get code running...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;
&lt;P&gt;I'd be curious to know if anyone else is able to create a one element stream with abort channel reader. Takes &amp;lt;2min to try out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I should note that this error hasn't prevented me from getting code running. I've been able to use the stream with abort without any problems. Still, it's disconcerting to have this error with the one element stream with abort.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It's been a while since I worked on that application, but I'm pretty sure that I just used the stream with abort in place of the one element stream with abort. I really wanted the use "abort" since it was on manufacturing equipment that in some cases needed to be put into a safe state immediately.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 13:46:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953793#M1125123</guid>
      <dc:creator>cous</dc:creator>
      <dc:date>2019-07-29T13:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953803#M1125126</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Makes sense.&lt;/P&gt;
&lt;P&gt;The behavior I was looking for in the channel was an upstream message, sending back from Consumer to Producer to "Hey Stop!". As I'm trying to send my state-command from master event/gui loop to data acquisition subloop to tell it to Run/Pause, I wanted the daq subloop to be able to tell the master loop that Something Happened and the whole program needs to safe the equipment and stop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a channel newbie it seemed the One Element Stream with abort had the ability to send a boolean back upstream without the potential pitfalls abundant in the tutorials on Tag channels. I used to do this with functional globals or events and thought the channels would make the code more readable.&lt;/P&gt;
&lt;P&gt;Working through channel tutorials, seems a tag channel is probably the better way to do this, although I'm still futzing with architecture.&amp;nbsp; May not use channels for the command/coordination portion and just for data production/analysis where it fits better.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/95728"&gt;@Bob_Schor&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So having said that, I'll ask the question "Why do that?".&amp;nbsp; I think I would argue that a single element Stream does not&amp;nbsp;&lt;U&gt;need&lt;/U&gt; an Abort, as Last Element? will do the same thing, namely immediately shutting down the Channel when the Reader next accesses the Channel.&lt;/P&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;In the paragraph before the one above, I said that Abort differs from Last Element in being true when Set rather than when "Set and Stream is empty".&amp;nbsp; But if the Stream has only one element, these become the same thing!&amp;nbsp; I suspect that at some point, the Developers realized that "Write with Abort" made no logical sense for One-Element Streams, never created it, but didn't notice that it was showing up in the List of Available Channels as a "Documentation Bug".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 14:02:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953803#M1125126</guid>
      <dc:creator>lgc102</dc:creator>
      <dc:date>2019-07-29T14:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953807#M1125128</link>
      <description>&lt;P&gt;I vote to use a tag for sending the stop signal back to the producer. I've done that with good success in the past.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 14:10:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953807#M1125128</guid>
      <dc:creator>cous</dc:creator>
      <dc:date>2019-07-29T14:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953816#M1125132</link>
      <description>&lt;P&gt;Cool - thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Interestingly the&amp;nbsp;&lt;SPAN class="Monospace"&gt;Channel - One Element Stream.lvproj&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;in the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="Monospace"&gt;labview\examples\Channels\One Element Stream&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;directory has a reader that works, and you can copy/paste this if you want a one element stream with abort reader typed for I32.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So it wasn't&amp;nbsp;&lt;EM&gt;always&lt;/EM&gt; broken, at least for tutorial writers at NI. Theoretically I could use this as a workaround, type casting my control enum to/from i32 to get it through the channel. Then whoever inherits the code from me...muwahahaha.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 14:20:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953816#M1125132</guid>
      <dc:creator>lgc102</dc:creator>
      <dc:date>2019-07-29T14:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953819#M1125134</link>
      <description>&lt;P&gt;Thanks for bringing this up!&amp;nbsp; I've just filed a Service Request about this "anomaly", referencing this Forum Post, and expect that this will get "escalated" to the team responsible for Care and Feeding of Channel Wires.&amp;nbsp; I will update this Forum post as I learn more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bob "Channel Wire Enthusiast" Schor&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 14:24:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953819#M1125134</guid>
      <dc:creator>Bob_Schor</dc:creator>
      <dc:date>2019-07-29T14:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953822#M1125136</link>
      <description>&lt;P&gt;Just found that you can create a One Element Channel reader, then right-click Replace--&amp;gt;Channel Endpoint and pick One Element Channel With Abort. So it's only when creating it without a channel reader in place, if that helps localize the bug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/95728"&gt;@Bob_Schor&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for bringing this up!&amp;nbsp; I've just filed a Service Request about this "anomaly", referencing this Forum Post, and expect that this will get "escalated" to the team responsible for Care and Feeding of Channel Wires.&amp;nbsp; I will update this Forum post as I learn more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bob "Channel Wire Enthusiast" Schor&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 14:28:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3953822#M1125136</guid>
      <dc:creator>lgc102</dc:creator>
      <dc:date>2019-07-29T14:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3954369#M1125346</link>
      <description>&lt;P&gt;I have heard (indirectly) from LabVIEW R&amp;amp;D that they have verified the behavior of the One Element Stream with Abort Channel that has been reported here, both the problem creating a Reader (with Abort) and the "work-around".&amp;nbsp; A CAR (Corrective Action Record? ... Report?) will be filed, and "Something Might Be Done".&amp;nbsp; This is usually accomplished by being included in a Patch Release, an SP1 Release, or a subsequent Version of LabVIEW.&amp;nbsp; If/when I hear more, I'll post again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, @cous, for finding this "feature" (there are no bugs, of course) and posting it here!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bob Schor&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 17:54:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3954369#M1125346</guid>
      <dc:creator>Bob_Schor</dc:creator>
      <dc:date>2019-07-30T17:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error 1055 when Creating One Element Stream Channel Read with Abort</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3954371#M1125347</link>
      <description>&lt;P&gt;Thanks @Bob_Schor for pushing to get the CAR filed for this Fingers crossed that it makes the cut for implementation in the next release...&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 18:00:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Error-1055-when-Creating-One-Element-Stream-Channel-Read-with/m-p/3954371#M1125347</guid>
      <dc:creator>cous</dc:creator>
      <dc:date>2019-07-30T18:00:33Z</dc:date>
    </item>
  </channel>
</rss>

