LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

cluster to xy graph

I received a lot of help getting my vi to the point it is at but I need a little more.

 

I am wanting to display two signals (one is digital, one is analog DCV) on a xy chart along with a time stamp.  The analog DCV is around 6VDC.  With the attached vi, I can see the timestamp and capture every DI change just like I want to but I never see my analog signal.  I have verifed it is indeed ~6VDC.  I'm sure I am missing something.  Any help would be appreciated.  Thanks.

0 Kudos
Message 1 of 2
(2,316 Views)

You're building an array of digital data in a shift register but only ever entering a single sample for your analog data.

 

If you build an array of your analog samples like you are for digital it should work the way you want it to.

Troy - CLD "If a hammer is the only tool you have, everything starts to look like a nail." ~ Maslow/Kaplan - Law of the instrument
0 Kudos
Message 2 of 2
(2,305 Views)