01-07-2013 08:20 AM
I'm looking to put indicators for 4 waveforms graphs I have in an array. I have tried using the index array and have even tried wiring an indicator straight to the data wire of my source. When I do both, the update for the indicator seems to be intermittent. It's not updating properly. I have a time elapsed VI with a case structure that should update it every .3 seconds, so I can read the damn thing. Any suggestions?
01-07-2013 01:02 PM
I've looked at your code, but I can't understand what you are trying to do. I see the graphs. What do mean by indicators? Did you want to display the data into an array?
01-07-2013 01:15 PM
I want to display the voltages for each channel on the indicator, so I know what voltage I'm starting my test at.
01-07-2013 02:37 PM
How do I get the realtime voltage value from each channel, being that they're all in an array?
01-07-2013 02:42 PM
So, you want to see the last value measured from each channel? Just get the array size and index to the last element.
01-07-2013 02:52 PM
do I do this before or after I index each channel in a waveform array?
01-07-2013 03:20 PM
That was the wrong question. I'm not completely sure how to use the size function. I'm not familar with arrays,
01-07-2013 03:25 PM
This is the last leg of my VI. It seems like a simple issue, but it's dealing with arrays, so I'm in a bind over it!
01-07-2013 03:49 PM - edited 01-07-2013 03:51 PM
Index the waveform and then get the last element.
01-07-2013 03:54 PM
why doesn't the indicator update at a regular interval?