<?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: How would I implement an eye diagram graph in LabVIEW in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222720#M123733</link>
    <description>Maybe a waterfall chart would work. I can't remember where I got this vi from.</description>
    <pubDate>Tue, 31 May 2005 18:37:52 GMT</pubDate>
    <dc:creator>unclebump</dc:creator>
    <dc:date>2005-05-31T18:37:52Z</dc:date>
    <item>
      <title>How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222423#M123641</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to implement an eye diagram program (as from a scope) using LabVIEW... is there a way I can get the same output/display/result using any of the LabVIEW built-in graph/chart controls? Is there an eye diagram chart/graph in LabVIEW?</description>
      <pubDate>Tue, 31 May 2005 10:34:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222423#M123641</guid>
      <dc:creator>Michael.Johnson</dc:creator>
      <dc:date>2005-05-31T10:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222644#M123711</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Eye Diagram is nothing but an Overlaid Graph. Lets say you are acquiring data and if you took 5 Samples of this data and plotted them on a waveform Graph. You would get 5 distinct values. If you now took the next 5 Samples and plotted them on this same graph you would get the two 5-sample instances overlaid on each other. If you plotted 100 such 5-Sample plots on the same graph you would get an Eye diagram.&lt;BR /&gt;&lt;BR /&gt;I am attaching a Vi with 3 Sample Points which have been Accumulated in 2-D array, The Columns are sample Points the rows the instance when the 3 readings are taken.&lt;BR /&gt;&lt;BR /&gt;How you go about creating an eye diagram depends on your Application - No of Points, No of Samples etc. Also How you are getting your data and Storing it in an Array is left to you.&lt;BR /&gt;&lt;BR /&gt;FYI, The example creates 7 Eyes depicting 8 Levels.&lt;BR /&gt;&lt;BR /&gt;I hope this helps.</description>
      <pubDate>Tue, 31 May 2005 16:29:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222644#M123711</guid>
      <dc:creator>Mache</dc:creator>
      <dc:date>2005-05-31T16:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222645#M123712</link>
      <description>Missed the Vi.. Seems like Posting Scrren has a Way to take the attachment out</description>
      <pubDate>Tue, 31 May 2005 16:30:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222645#M123712</guid>
      <dc:creator>Mache</dc:creator>
      <dc:date>2005-05-31T16:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222702#M123725</link>
      <description>Can you post it as 7.0 format??</description>
      <pubDate>Tue, 31 May 2005 18:12:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222702#M123725</guid>
      <dc:creator>unclebump</dc:creator>
      <dc:date>2005-05-31T18:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222707#M123727</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here's Mache's vi in 7.0 format.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Paulo</description>
      <pubDate>Tue, 31 May 2005 18:20:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222707#M123727</guid>
      <dc:creator>PauloM</dc:creator>
      <dc:date>2005-05-31T18:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222719#M123732</link>
      <description>If you are planning to accumulate thousands of traces, a graph seems inefficient. You could proably modify my earlier memorygraph example for two-color mode (zero: color1, !zero :color2). (Basically it uses a fixed size array and increments cells according to the data and displays the array in an intensity graph.)&lt;BR /&gt;&lt;BR /&gt;Have a look at my demo VI (&lt;A href="http://forums.ni.com/attachments/ni/170/119248/1/MemoryGraph03.vi" target="_blank"&gt;MemoryGraph03.vi&lt;/A&gt;, LabVIEW 7.0) discussed at the end of &lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=119248#M119248" target="_blank"&gt; this earlier thread&lt;/A&gt;. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 31 May 2005 18:36:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222719#M123732</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2005-05-31T18:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222720#M123733</link>
      <description>Maybe a waterfall chart would work. I can't remember where I got this vi from.</description>
      <pubDate>Tue, 31 May 2005 18:37:52 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222720#M123733</guid>
      <dc:creator>unclebump</dc:creator>
      <dc:date>2005-05-31T18:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222725#M123735</link>
      <description>Here is a Labview pdf I found with google.&lt;BR /&gt;&lt;BR /&gt;http://www.ni.com/pdf/products/us/032753305101.pdf</description>
      <pubDate>Tue, 31 May 2005 18:45:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/222725#M123735</guid>
      <dc:creator>unclebump</dc:creator>
      <dc:date>2005-05-31T18:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/361798#M183508</link>
      <description>&lt;SPAN class="noindex"&gt;
   Hi Michael,&lt;BR /&gt;
did you mange get the eye diagram in your labview.&lt;BR /&gt;
&amp;nbsp;&lt;BR /&gt;
if it works with you, and you got the eye diagram on the labview, could
you please help me. becasue i still didnt manage to get the eye diagram
in labview.&lt;BR /&gt;
&lt;BR /&gt;
cheers&lt;BR /&gt;
muhsen&lt;BR /&gt;
&lt;BR /&gt;
&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 08 May 2006 11:25:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/361798#M183508</guid>
      <dc:creator>muhsen</dc:creator>
      <dc:date>2006-05-08T11:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/363757#M184277</link>
      <description>Hi Muhsen,&lt;BR /&gt;&lt;BR /&gt;What problem are you experiencing when trying to run this vo on your copy of LabVIEW?&amp;nbsp; What version of LabVIEW have you?&lt;BR /&gt;&lt;BR /&gt;Post back if you are still having difficulty.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;Seamus C&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 May 2006 13:06:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/363757#M184277</guid>
      <dc:creator>Seamus_C</dc:creator>
      <dc:date>2006-05-11T13:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/364193#M184480</link>
      <description>&lt;P class="MsoNormal"&gt;Hi &lt;SPAN class="noindex"&gt;Seamus C,&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN class="noindex"&gt;Thank you very much for your concern.&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN class="noindex"&gt;I’m using labview 7.&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN class="noindex"&gt;So far i didn’t mange to get the eye diagram on my Labview.&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN class="noindex"&gt;i have tried to link the previous recommended VI files
(EyeExample.vi, or MemoryGraph03.vi) but it seems im not link them to my VI file properly
or i have missed something.&lt;BR /&gt;
&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;Please let me know if you have any idea or if you can help me.&lt;BR /&gt;
Regards&lt;BR /&gt;
muhsen&lt;BR /&gt;
&lt;BR /&gt;
&lt;SPAN class="noindex"&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;SPAN class="noindex"&gt;&lt;BR /&gt;
&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 12 May 2006 01:14:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/364193#M184480</guid>
      <dc:creator>muhsen</dc:creator>
      <dc:date>2006-05-12T01:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/376713#M189199</link>
      <description>&lt;SPAN class="noindex"&gt;&lt;A href="https://ni.lithium.com/../view_profile?user.id=56392" class="auth_text" style="font-weight: bold;" target="_blank"&gt;&lt;SPAN style="color: rgb(102, 102, 102);"&gt;Hi muhsen&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have attached a copy of EyeExample again.&amp;nbsp; You should be able to open it now.&amp;nbsp; To open MemoryGraph you will need at least LabVIEW 7.1.&lt;BR /&gt;&lt;BR /&gt;If you still cannot oen this let me know,&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Seamus&lt;BR /&gt;
   &lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Jun 2006 14:20:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/376713#M189199</guid>
      <dc:creator>Seamus_C</dc:creator>
      <dc:date>2006-06-09T14:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/376978#M189308</link>
      <description>hi &lt;SPAN class="noindex"&gt;&lt;SPAN class="noindex"&gt;Seamus,&lt;BR /&gt;
thank you very much for the file. the problem is how can i link this file to my vi file.&lt;BR /&gt;
Looking forward to hearing from you &lt;BR /&gt;
muhsen&lt;BR /&gt;
 &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 10 Jun 2006 12:44:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/376978#M189308</guid>
      <dc:creator>muhsen</dc:creator>
      <dc:date>2006-06-10T12:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: How would I implement an eye diagram graph in LabVIEW</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/377267#M189402</link>
      <description>Hi Muhsen,&lt;BR /&gt;&lt;BR /&gt;To call this VI from your program, you will have to set up this VI as a subvi.&amp;nbsp; Please follow the following links to see how to create a subvi.&lt;BR /&gt;&lt;BR /&gt;Also see attached the example.&amp;nbsp; Your eye example being called as a subvi.&lt;BR /&gt;&lt;BR /&gt;http://zone.ni.com/reference/en-XX/help/371361A-01/lvconcepts/creating_subvis/&lt;BR /&gt;&lt;BR /&gt;http://zone.ni.com/reference/en-XX/help/lv/71/lvhelp/Opening_SubVI_Front_Panels/&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;&lt;BR /&gt;Seamus&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  &lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Jun 2006 12:54:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-would-I-implement-an-eye-diagram-graph-in-LabVIEW/m-p/377267#M189402</guid>
      <dc:creator>Seamus_C</dc:creator>
      <dc:date>2006-06-12T12:54:04Z</dc:date>
    </item>
  </channel>
</rss>

