02-08-2012 04:10 PM
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.
02-08-2012 05:35 PM
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.