<?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 Re: Keeping code on one screen passe? in BreakPoint</title>
    <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1870515#M18174</link>
    <description>&lt;P&gt;Thought it looked like Mike's work, recognized the color scheme, one I first saw in 1997 when he and I started working together. He has been a big "error cluster/handling evangelist" since I've known him. He and I shared an apartment in those days, learned A LOT of LabVIEW from him.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Feb 2012 15:45:54 GMT</pubDate>
    <dc:creator>LV_Pro</dc:creator>
    <dc:date>2012-02-09T15:45:54Z</dc:date>
    <item>
      <title>Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1861761#M18081</link>
      <description>&lt;P&gt;I'm seeing it more and more. Code drifting past the boundaries of a full screen where you have to scroll and/or pan&amp;nbsp;to see all of the block diagram. Guilty of it myself at times but intuition would say we should be more likely to stay on one screen as our screens get bigger. Hmmm.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 21:25:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1861761#M18081</guid>
      <dc:creator>PaulG.</dc:creator>
      <dc:date>2012-02-02T21:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1861809#M18083</link>
      <description>&lt;P&gt;I try to keep it on one screen. But depending on the type of&amp;nbsp;application I don't worry about it. If I am doing something with a lot of property and invoke nodes (scripting, xml parsing, ..)&amp;nbsp;I don't worry about it in the horizontal direction but keep all code visible in the vertical direction. If I have several loops on one diagram I don't worry about it in the vertical direction but keep the width down to one&amp;nbsp;screen. The loops do&amp;nbsp;fit the screen&amp;nbsp;horizontally and vertically. The one thing I &lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;never&lt;/EM&gt;&lt;/U&gt;&lt;/STRONG&gt; do is maximize either the front panel or block diagram.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2012 22:09:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1861809#M18083</guid>
      <dc:creator>SteveChandler</dc:creator>
      <dc:date>2012-02-02T22:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1862171#M18087</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/1994"&gt;@Steve&lt;/a&gt; Chandler wrote:&lt;BR /&gt;
&lt;P&gt;I try to keep it on one screen. But depending on the type of&amp;nbsp;application I don't worry about it. If I am doing something with a lot of property and invoke nodes (scripting, xml parsing, ..)&amp;nbsp;I don't worry about it in the horizontal direction but keep all code visible in the vertical direction. If I have several loops on one diagram I don't worry about it in the vertical direction but keep the width down to one&amp;nbsp;screen. The loops do&amp;nbsp;fit the screen&amp;nbsp;horizontally and vertically. The one thing I &lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;never&lt;/EM&gt;&lt;/U&gt;&lt;/STRONG&gt; do is maximize either the front panel or block diagram.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;I'm pretty much the same as you Steve. I do try to keep my code to a single screen but will allow for some scrolling. For example, on my top level VIs for the UI I may not fit on one screen. When I need to pan horizontally it generally consists of three areas. The left most portion is the initialization code, the center (which will fit on a single screen) will be the main code and the right most if necessary will be cleanup code. The initialization and cleanup code generally don't require much space but wont fit on the single screen with the main processing code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I have more than two parallel tasks I try to encapsulate each task as a subVI. This keeps vertical scrolling in check.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 04:11:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1862171#M18087</guid>
      <dc:creator>Mark_Yedinak</dc:creator>
      <dc:date>2012-02-03T04:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1862191#M18088</link>
      <description>&lt;P&gt;I write small diagrams and then have about three dozen VIs open at the same time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Across two screens.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hmmmm.....&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 05:21:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1862191#M18088</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2012-02-03T05:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1862339#M18090</link>
      <description>&lt;P&gt;For myself, i try to keep both FP and BD smaller than one screen resolution if possible. While it is quite easy for most subVIs, it might get difficult for VIs more to the top of the hierarchy.&lt;/P&gt;
&lt;P&gt;But there is one good style guide capturing this:&lt;/P&gt;
&lt;P&gt;- If the FP or BD gets bigger than one screen resolution, make it scrollable in a single direction (horizontal OR vertical) only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One thing i observe from time to time:&lt;/P&gt;
&lt;P&gt;Developer tend to forget that screen resolution is not equal on all machines. So i quite often happen to recieve VIs with 1900 pixel broad windows or where the FP/BD is off screen on my system because of its position......&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;just my 5 cents,&lt;/P&gt;
&lt;P&gt;Norbert&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 08:52:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1862339#M18090</guid>
      <dc:creator>Norbert_B</dc:creator>
      <dc:date>2012-02-03T08:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1863105#M18101</link>
      <description>&lt;P&gt;Norbert, you hit on the other thing that used to bother me about screens. LabVIEW remembers which screen the VI was saved on. So if you have a VI that was saved on the second screen of a two screen system, it is almost off-screen when opened on a one screen system. At least you can grab the edge of it. It wasn't always that way. I remember being unable to edit VIs because they were completely off screen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Rob&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 18:01:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1863105#M18101</guid>
      <dc:creator>RobCole</dc:creator>
      <dc:date>2012-02-03T18:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1863455#M18104</link>
      <description>&lt;P&gt;Virtually all my VIs fit on one screen, &lt;STRONG&gt;except&lt;/STRONG&gt; for the toplevel which has lots of parallel UI stuff and many property nodes (UI loop, Key action event loop, consumer loop, initialization, etc.). The individual parts are all sized such that they fit nicely on one screen. Since I typically only work on one of these parts, scrolling is minimized and I know where to scroll to work on something else. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2012 21:58:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1863455#M18104</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2012-02-03T21:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1864163#M18105</link>
      <description>&lt;P&gt;I usually use one screen and try to keep all FPs and BDs to have a good appearance on 1280 x 1024 resolution because I sometimes have to look at the code on a (not that up-to-date) notebook. FPs and BDs are never maximised but cover each other when many VIs are opened. Then, applying "Window&amp;gt;&amp;gt;All Windows ..." (or its shortcut &amp;lt;Ctrl+Shift+W&amp;gt;) allows me to select the FP/BD of desire. Usually I size this window to a height of about 1000 pixels and sort the titles by name. Works for me.&lt;/P&gt;
&lt;P&gt;Two screens would involve too much eye movement&amp;nbsp;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://ni.lithium.com/i/smilies/16x16_smiley-wink.gif" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2012 21:48:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1864163#M18105</guid>
      <dc:creator>GuenterMueller</dc:creator>
      <dc:date>2012-02-05T21:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1864841#M18113</link>
      <description>&lt;P&gt;When I was teaching myself LabVIEW many years ago I learned the "scroll in one direction only" rule fairly early, and tried to stick to it. To this day I still try to stick to it, but now I'm less concerned. It's all a bit moot, and is presumably about maintaining a certain amount of readability. Certainly, a smaller block diagram will be easier to peruse with a quick glance, but abstracting too much into subVIs can lead to unnecessary digging.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nevertheless, I still aim to keep my block diagrams within a reasonable frame size. With the exception being my FPGA VIs, some of which are often many times the vertical resolution, and twice the horizontal (this is because FPGA Local Variables are safe, nigh recommended, and can't be honoured in subVIs). But if a block diagram starts to become larger than my screen size, and 'subVI'ing' components will be unreasonable then I stop worrying about it. C'est la vie.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 15:26:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1864841#M18113</guid>
      <dc:creator>Thoric</dc:creator>
      <dc:date>2012-02-06T15:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1865545#M18122</link>
      <description>&lt;P&gt;Yes I still try to keep them on one-screen with the option to scroll in one direction.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ancillary question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How about keeping your FP to one screen?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Non-LVOOP wires carrying anything non-trivial can quickly require more than one screen to hol dthe terminals of large clusters. matching the FP layout to the icon terminal layout quickly decays into a bad joke (unless you left allign and top allign all opbjects in the cluster, which I will call cheating).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So what kind of rules do you apply to yourself for the FP?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my rule?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I try to keep at least one of the corners on the FP (without maximizing the FP, another thing I don't like since I generally have a pile of VIs open at the same time).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Curious,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 21:04:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1865545#M18122</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2012-02-06T21:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1865693#M18124</link>
      <description>&lt;P&gt;As well, Virtually all my BD fit on a standard Win 7 resolution 1920x1200 (Since View cluster as Icon became available!) .&amp;nbsp; Provisos-&amp;nbsp; My task bar is 4-5 rows high to accomidate a whole lotta panels. I leave 3 Columns of Icons uncovered on the desktop.&amp;nbsp; Screen 2 is not for VI's NO NO NO (projects, Sequence Editor, Software Requirements all fit nicely over there)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is 1920x1200 larger than recommended? The VI analizer default says so.&amp;nbsp; What are we talking about here though? What is the reason for the Style recommendation?&amp;nbsp; Can the code be read, understood and maintained right?&amp;nbsp; Well documented code and some attention to wiring slinging fundamentals like direction of flow, logical layout of conpanes, MEANINGFUL icons and good naming conventions go a lot farther towards making your code better than cramming a BD into a messy un-commented 600x400 panel full of stacked sequences with dozens of sequence locals.&amp;nbsp; And yet- "Block Diagram Too Big" gets all the bad press in the review-&amp;nbsp; Maybe because its just so easy to identify and "suggest" a solution for (Make This chunk a sub-vi for no reason.)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sloppy thinking makes sloppy code- the WHY is so much more important than size.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That being said- if you are considering hitting Ctrl+Shift+N- your code isn't readable&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2012 22:30:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1865693#M18124</guid>
      <dc:creator>JÞB</dc:creator>
      <dc:date>2012-02-06T22:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1866415#M18136</link>
      <description>&lt;P&gt;Good post Jeff.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This drives at a philosophical question in my minds eye.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As engineers and scientist we look to hard numbers to do evaluations (like the VI ANalyzer and its size limit) on a topic of STYLE !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;spent some time working at a company named Filmet (we won Photo finisher of the year back in the day when&amp;nbsp;Photoshop was rare&amp;nbsp;and memory cost a fortune) and was exposed (intended pun) to a shop full of artist. I learned a bit about how the human mind wants information presented in grpahical form. WHen you get a chance to look at some classic artwork you will find a standard pattern in many of them. The pattern of which I write is one that leads the observers eye from bottom left to top right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See here for example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/3125c79b7c02611d50288e975e46dc7e2f50035f/687474703a2f2f7777772e73747564656e74732e7362632e6564752f6b69746368696e30342f617274616e6465787072657373696f6e2f28736575726174292d612d73756e6461792d6f6e2d6c612d6772616e64652d6a617474655b315d2e6a7067" border="0" alt="" title="" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I thought pointallism was appropriate for computer program talk &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://ni.lithium.com/i/smilies/16x16_smiley-tongue.gif" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The same "bottom left to top right" pattern can be seen in this sub-VI (just one I had handy).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/489i7BFAEEE9DB0F7E64/image-size/original?px=-1&amp;amp;v=mpbl-1" border="0" alt="" title="Set_VAlues.JPG" width="553" height="310" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and here is a sub-VI that will not fit on one screen.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/13672iD0B28DA937CE1A9F/image-size/original?px=-1&amp;amp;v=mpbl-1" border="0" alt="" title="5_Set_Visability.PNG" width="741" height="675" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Again the eye moves toward the top right corner.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But that is just one pattern that applies to "drawing" a diagram.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is also said that we "WRITE" code. When we hoping we passed that "Creative Writting" Course so we can get onto to the Calc 3 we really wanted to take, the proffessors were probablly teaching us how to construct our writtings so that that reader "walk along the path into the house"&amp;nbsp; or "describe the scene as we scanned our head" etc. A bunch of disogranized facts were hard to follow and remeber.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if our diagrams "show" the work buy their form and layout we are commuicating to ourselves and to those that follow us in the code, what we are trying to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my shop I pass all of the developers cubes on the way to mine. I can with a glance tell what my co-workers are working on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So there is yet another way of evaluating diagram "style", "Can you guess what VI does from ten feet away?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But all of my points made above are difficult to evaluate numericly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;P&gt;(Well that is one blog article wasted &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://ni.lithium.com/i/smilies/16x16_smiley-wink.gif" alt="Smiley Wink" title="Smiley Wink" /&gt; )&lt;/P&gt;
&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2012 17:57:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1866415#M18136</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2012-02-08T17:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1866453#M18139</link>
      <description>&lt;P&gt;Ben, I hate to be the one to say this, but some of still live/work (the latter in my case) in internet brown holes, where all we can get are poky low-end DSL connections. That image took FOREVER to load. &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://ni.lithium.com/i/smilies/16x16_smiley-sad.gif" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's still a gorgeous painting. Saw the one in the Chicago Art Museum. Wow. &lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 14:14:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1866453#M18139</guid>
      <dc:creator>smercurio_fc</dc:creator>
      <dc:date>2012-02-07T14:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1866479#M18141</link>
      <description>&lt;P&gt;Sorry Saverio!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess there is a limit to how many points a single post can have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I notified the moderator to edit with a low res version or whatever.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 14:25:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1866479#M18141</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2012-02-07T14:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1866507#M18143</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/9539"&gt;@Ben&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Sorry Saverio!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess there is a limit to how many points a single post can have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I notified the moderator to edit with a low res version or whatever.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Just wondering how long that picture took to dial?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 14:35:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1866507#M18143</guid>
      <dc:creator>JÞB</dc:creator>
      <dc:date>2012-02-07T14:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1866561#M18145</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/33243"&gt;@smercurio_fc&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Ben, I hate to be the one to say this, but some of still live/work (the latter in my case) in internet brown holes, where all we can get are poky low-end DSL connections. That image took FOREVER to load. &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://ni.lithium.com/i/smilies/16x16_smiley-sad.gif" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Oh man, good thing I looked at this thread at home. Loading that via my cell phone during the commute would have been a serious mistake!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Almost 9MB is my data allowance for more than one day and my ancient phone would also have had problems rendenring it at all. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; &lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Now it is about 200k. Ahh, much better!)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2012 15:27:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1866561#M18145</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2012-02-07T15:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1869909#M18162</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/9539"&gt;@Ben&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;...&lt;/P&gt;
&lt;P&gt;and here is a sub-VI that will not fit on one screen.&lt;/P&gt;
&lt;P&gt;...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Nice way to merge errors:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/65605i9BE783B910481E70/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="err_merge.png" title="err_merge.png" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, Ben.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2012 10:26:08 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1869909#M18162</guid>
      <dc:creator>Andrey_Dmitriev</dc:creator>
      <dc:date>2012-02-09T10:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1869917#M18163</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/30013"&gt;@Norbert_B&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;Developer tend to forget that screen resolution is not equal on all machines. ...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Oh, that's true. Right now I have 2560x1600 pixels screen, and its quite easy to keep my code fitted into single screen &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://ni.lithium.com/i/smilies/16x16_smiley-wink.gif" alt="Smiley Wink" title="Smiley Wink" /&gt;, but it could be terrible for other, so I put two PostIt stickers on the monitor's border somewhere around resolution 1600x1200...&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2012 10:32:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1869917#M18163</guid>
      <dc:creator>Andrey_Dmitriev</dc:creator>
      <dc:date>2012-02-09T10:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1870117#M18164</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/66760"&gt;@Andrey&lt;/a&gt; Dmitriev wrote:&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/9539"&gt;@Ben&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;...&lt;/P&gt;
&lt;P&gt;and here is a sub-VI that will not fit on one screen.&lt;/P&gt;
&lt;P&gt;...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;Nice way to merge errors:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/65605i9BE783B910481E70/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="err_merge.png" title="err_merge.png" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, Ben.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are very welcome Andrey.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is one of the few times I can invite people to use the code I use in my applications. The top of those two sub-VIs is called &lt;A href="http://forums.ni.com/t5/LabVIEW/How-to-load-serial-strings-one-at-a-time-via-loop/m-p/262131#M140628" target="_self"&gt;"Error Fork Stacker" and was posted by Mike Porter in this thread.&lt;/A&gt;&amp;nbsp;If you do use that function, I humbly encourage you to drop a Kuods on his post and maybe a tag or two to thank him for that very helpful piece of code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is superior to the normal merge errors in that it preserves multiple error message. If there are errors coming in on both legs the bottom error get packed inside the "source" of the other error code. Sure decoding multiple errors can get tedious but I would rather have the information and choose to ignore it than to not have the info.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now on the other hand, I can not share the bottom of those two (called "Up Stacker") since it is part of the Event Loging Suite we use in our applications. But I bet you can figure out what is in it.&amp;nbsp; &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://ni.lithium.com/i/smilies/16x16_smiley-wink.gif" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2012 13:32:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1870117#M18164</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2012-02-09T13:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Keeping code on one screen passe?</title>
      <link>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1870515#M18174</link>
      <description>&lt;P&gt;Thought it looked like Mike's work, recognized the color scheme, one I first saw in 1997 when he and I started working together. He has been a big "error cluster/handling evangelist" since I've known him. He and I shared an apartment in those days, learned A LOT of LabVIEW from him.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2012 15:45:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/BreakPoint/Keeping-code-on-one-screen-passe/m-p/1870515#M18174</guid>
      <dc:creator>LV_Pro</dc:creator>
      <dc:date>2012-02-09T15:45:54Z</dc:date>
    </item>
  </channel>
</rss>

