<?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: Waveform graph bug found while displaying X scale (screenshot) in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/184159#M106979</link>
    <description>You can get images in your post if you use HTML [img src="http://www..."][/img] tags (replace [,] with &amp;lt;,&amp;gt;) to link to an image hosted somewhere else.</description>
    <pubDate>Thu, 17 Feb 2005 14:47:56 GMT</pubDate>
    <dc:creator>Derek_Steinkamp</dc:creator>
    <dc:date>2005-02-17T14:47:56Z</dc:date>
    <item>
      <title>Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183382#M106639</link>
      <description>Hi everyone... this is my first post here, however I think I have found a pretty large bug! Let me give a little background infomormation on what I am trying to do). My VI takes an arbitrary amount of databuffers that have been recorded at various sample rates and for differing lengths of time and graphs the data on a single waveform graph. With the different sample rates, sample start/stop times, and sample durations I have been making sure that each plot is correctly bundled with an appropriate X0 and deltaX, and also correlated with the correct Y scale. All of the "heavy lifting" of associating plots with the correct Y-scales and labels is done with property nodes (ActPlot, ActYScl, YScale.Offset, YScale.Multiplier, YScale.NameLbl.Text, etc). Furthermore, I manually set the min/max on both Y Scales, as well as the min/max on the X scale.&lt;BR /&gt;&lt;BR /&gt;Now, the problem: It seems that somewhere in the process of changing all of these properties, that LabView got confused on what/how much it should actually be displaying. Here is the image, problem areas in the red box.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://ip1.i.lithium.com/d940c185d0c53da5c70314e35f2f1501553788b7/687474703a2f2f7777772d62646565732e666e616c2e676f762f696d616765732f67726170682e6a7067" /&gt;&lt;BR /&gt;&lt;BR /&gt;I have tried changing __ALL__ options on the X-scale, and even removing the extra Y-scale (it seems to be not displaying the section about the width of the 2nd Y Scale Label). Each time the VI runs, I manually set the min. to -3E-6 and the make to 1.1E-5&lt;BR /&gt;&lt;BR /&gt;Can anyone figure out what the heck is going on that would cause Labview to not display all of the data within the min/max range, or to display whitespace beyond the (in this case) maximum? &lt;BR /&gt;&lt;BR /&gt;Any help appreciated,&lt;BR /&gt;&lt;BR /&gt;Derek Steinkamp&lt;BR /&gt;derekste [at] fnal [dot] gov&lt;BR /&gt;Accelerator Division, Fermi National Accelerator Laboratory</description>
      <pubDate>Tue, 15 Feb 2005 21:42:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183382#M106639</guid>
      <dc:creator>Derek_Steinkamp</dc:creator>
      <dc:date>2005-02-15T21:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183592#M106695</link>
      <description>bump. Could really use some help on this one, guys!</description>
      <pubDate>Wed, 16 Feb 2005 09:04:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183592#M106695</guid>
      <dc:creator>Derek_Steinkamp</dc:creator>
      <dc:date>2005-02-16T09:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183710#M106752</link>
      <description>Can you post your VI or maybe just the graph and actual data?</description>
      <pubDate>Wed, 16 Feb 2005 14:50:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183710#M106752</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2005-02-16T14:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183719#M106757</link>
      <description>Ok, here are two images. The first is the data I am graphing completely unaltered in a cookie-cutter, all-default waveform graph. The second graph is the modified graph from my program.&lt;BR /&gt;&lt;IMG src="https://ip1.i.lithium.com/019dc15bb5ed96220efb5015a5fcc50007596f33/687474703a2f2f7777772d62646565732e666e616c2e676f762f696d616765732f70726f746f6e322e6a7067" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://ip1.i.lithium.com/3cd437586e3f5f29c96603acd3e86c0f0031767f/687474703a2f2f7777772d62646565732e666e616c2e676f762f696d616765732f70726f746f6e312e6a7067" /&gt;&lt;BR /&gt;&lt;BR /&gt;VI is attached, but it will be missing lots of SubVIs... however, most of the important graph stuff will be apparent.</description>
      <pubDate>Wed, 16 Feb 2005 15:02:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183719#M106757</guid>
      <dc:creator>Derek_Steinkamp</dc:creator>
      <dc:date>2005-02-16T15:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183720#M106758</link>
      <description>One thing I should point out is that, in all cases, the data is dead-on correct. The only problem is that the scale is shifted past the range of visibility like I highlighed in the original post.</description>
      <pubDate>Wed, 16 Feb 2005 15:04:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183720#M106758</guid>
      <dc:creator>Derek_Steinkamp</dc:creator>
      <dc:date>2005-02-16T15:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183723#M106760</link>
      <description>I've see that before...&lt;BR /&gt;&lt;BR /&gt;Do the following:&lt;BR /&gt;&lt;BR /&gt;(1) Right-click on the graph ---&amp;gt; "advanced ... reset scale layout"?&lt;BR /&gt;(2) Right-click on the Volts scale ---&amp;gt; "swap sides"&lt;BR /&gt;(3) repeat for all graphs with bad scales.&lt;BR /&gt;&lt;BR /&gt;That should fix it.</description>
      <pubDate>Wed, 16 Feb 2005 15:15:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183723#M106760</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2005-02-16T15:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183726#M106762</link>
      <description>altenbach, that fix worked! Thank you very much... I was not looking forward to re-linking 75 property nodes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Any idea how this is caused? I didn't notice when it happened the first time around.</description>
      <pubDate>Wed, 16 Feb 2005 15:21:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/183726#M106762</guid>
      <dc:creator>Derek_Steinkamp</dc:creator>
      <dc:date>2005-02-16T15:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/184141#M106970</link>
      <description>This sounds similar to the bugs CC ws chasing back in November of last year.&lt;BR /&gt;&lt;BR /&gt;Here is one of his posting.&lt;BR /&gt;&lt;BR /&gt;http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=98008#M98008&lt;BR /&gt;&lt;BR /&gt;He was working and reporting quite a few graph related bugs back then.&lt;BR /&gt;&lt;BR /&gt;Check his list of answers. It only about 400 answrs back or so.&lt;BR /&gt;&lt;BR /&gt;Check With NI to see if this is fixed yet.&lt;BR /&gt;&lt;BR /&gt;I did not remember reading about this being fixed in the LV 7.1.1 release.&lt;BR /&gt;&lt;BR /&gt;many of these bugs were prompted due to re-scaling taking place. It did not matter if it was auto-scale or otherwise. Hiding the scale and re-scaling was even worse. I posted a variation on one of his original bugs that showed that the graph would keep shifting right until it was no longer visable.&lt;BR /&gt;&lt;BR /&gt;Check with NI and let us know what is the state of the bug fix.&lt;BR /&gt;&lt;BR /&gt;Trying to help,&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Thu, 17 Feb 2005 14:00:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/184141#M106970</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-02-17T14:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/184147#M106974</link>
      <description>Here is the zip I posted for CC's bug.&lt;BR /&gt;&lt;BR /&gt;BTW&lt;BR /&gt;&lt;BR /&gt;How did you get images to show up in your post?&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Thu, 17 Feb 2005 14:15:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/184147#M106974</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-02-17T14:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/184159#M106979</link>
      <description>You can get images in your post if you use HTML [img src="http://www..."][/img] tags (replace [,] with &amp;lt;,&amp;gt;) to link to an image hosted somewhere else.</description>
      <pubDate>Thu, 17 Feb 2005 14:47:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/184159#M106979</guid>
      <dc:creator>Derek_Steinkamp</dc:creator>
      <dc:date>2005-02-17T14:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/275152#M146004</link>
      <description>Derek, did you have to keep your volts scale on the left side then?&amp;nbsp; I've got this issue and still can't seem to make it work.&amp;nbsp; I need my 'volts' to stay on the left side of the screen (just because thats where it was while my program was running LabVIEW 6.1).&amp;nbsp; 
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 06 Oct 2005 20:19:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/275152#M146004</guid>
      <dc:creator>Barneyho</dc:creator>
      <dc:date>2005-10-06T20:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/275404#M146098</link>
      <description>&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/53269"&gt;@Barneyho&lt;/a&gt; wrote:&lt;BR /&gt;Derek, did you have to keep your volts scale on the left side then?&amp;nbsp; I've got this issue and still can't seem to make it work.&amp;nbsp; I need my 'volts' to stay on the left side of the screen (just because thats where it was while my program was running LabVIEW 6.1).&amp;nbsp; 
&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;OL&gt;
&lt;LI&gt;First, you need to do the "&lt;STRONG&gt;Reset Scale Layout&lt;/STRONG&gt;". All scales will now be &lt;STRONG&gt;on the left&lt;/STRONG&gt;. This is already what you want, right?&lt;/LI&gt;
&lt;LI&gt;If you want any of the y-scales &lt;STRONG&gt;on the right&lt;/STRONG&gt;, you can right-click on the&amp;nbsp;desired scale and select "&lt;STRONG&gt;Swap Sides&lt;/STRONG&gt;".&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;The x-scale alignment will remain OK. Have you tried this?&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Oct 2005 14:20:30 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/275404#M146098</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2005-10-07T14:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/275492#M146126</link>
      <description>&lt;DIV&gt;When I tried this on my real VI it reset the layout so all of my graphs were now overlapping each other and without re-sizing them it seemed to work.&amp;nbsp; However, I then resized them and the problem returned.&amp;nbsp; I also tried it on my test VI and even without re-sizing the 'reset scale layout' did not work.&amp;nbsp; Do you think its a cluster issue?&amp;nbsp; The reason I put it in a cluster is so that I can make it visible and invisible easily.&amp;nbsp; I could take it out and have 9 separate graphs if that would help but I'd rather not.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;When you do the auto-scale on this test&amp;nbsp;VI I have attached does it work for you?&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Oct 2005 17:02:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/275492#M146126</guid>
      <dc:creator>Barneyho</dc:creator>
      <dc:date>2005-10-07T17:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/275509#M146134</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;You seem to have a somewhat different problem.&lt;/P&gt;
&lt;P&gt;First, you need to disable "Auto adjust scales" for all charts, this causes the plot size to change depending on the space needed for the axis. You should also change the formatting of the y-scales for e.g. a fixed number of decimal digits so their lenght does not jump as much depending on scaling. Leave enough room for the largest expected numbers. Since you only have one x-axis you must ensure that all plots&amp;nbsp;remain aligned. Autoadjust scales is this not allowed.&lt;/P&gt;
&lt;P&gt;You should also do a "Reset scale layout", then resize the graph to the desired size using the &lt;STRONG&gt;outer boundaries&lt;/STRONG&gt;, not the graph area. This avoids all the overlap. (remove the transparency on the background temporarily for better control).&lt;/P&gt;
&lt;P&gt;See how far you get. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2005 17:52:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/275509#M146134</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2005-10-07T17:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/276500#M146531</link>
      <description>&lt;P&gt;Nice Post Christian!&lt;/P&gt;
&lt;P&gt;I had written this bug off.&lt;/P&gt;
&lt;P&gt;This thread has been added to the "Interesting" list here.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.ni.com/ni/board/message?board.id=BreakPoint&amp;amp;message.id=1117" target="_blank"&gt;http://forums.ni.com/ni/board/message?board.id=BreakPoint&amp;amp;message.id=1117&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Ben&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Oct 2005 19:54:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/276500#M146531</guid>
      <dc:creator>Ben</dc:creator>
      <dc:date>2005-10-11T19:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/408555#M202514</link>
      <description />
      <pubDate>Fri, 25 Aug 2006 07:59:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/408555#M202514</guid>
      <dc:creator>Err</dc:creator>
      <dc:date>2006-08-25T07:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Waveform graph bug found while displaying X scale (screenshot)</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/409389#M202823</link>
      <description>&lt;FONT size="2"&gt;Hi Err,&lt;BR /&gt;&lt;BR /&gt;Can you please provide more information about what your post in this thread is about?&amp;nbsp; I don't see a direct correlation between your code and the contents of this thread (which was from almost a year ago!).&amp;nbsp; Is your post in this thread related to the thread you started &lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=202333&amp;amp;view=by_date_ascending&amp;amp;page=2" target="_blank"&gt;here&lt;/A&gt;?&amp;nbsp; If so, please keep all related questions within the same forum thread, so it's easier for other forums to track.&amp;nbsp; Thanks!&lt;BR /&gt;&lt;BR /&gt;Thaison V&lt;BR /&gt;Applications Engineer&lt;BR /&gt;National Instruments&lt;/FONT&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Aug 2006 18:29:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Waveform-graph-bug-found-while-displaying-X-scale-screenshot/m-p/409389#M202823</guid>
      <dc:creator>Thaison_V</dc:creator>
      <dc:date>2006-08-28T18:29:46Z</dc:date>
    </item>
  </channel>
</rss>

