LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Indicator for a waveform array?

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?

0 Kudos
Message 1 of 32
(3,774 Views)

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?

 

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 2 of 32
(3,747 Views)

I want to display the voltages for each channel on the indicator, so I know what voltage I'm starting my test at.

0 Kudos
Message 3 of 32
(3,744 Views)

How do I get the realtime voltage value from each channel, being that they're all in an array?

0 Kudos
Message 4 of 32
(3,728 Views)

So, you want to see the last value measured from each channel?  Just get the array size and index to the last element.

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 5 of 32
(3,724 Views)

do I do this before or after I index each channel in a waveform array?

0 Kudos
Message 6 of 32
(3,715 Views)

That was the wrong question. I'm not completely sure how to use the size function. I'm not familar with arrays,

0 Kudos
Message 7 of 32
(3,699 Views)

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!

0 Kudos
Message 8 of 32
(3,695 Views)

Index the waveform and then get the last element.

 

 

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 9 of 32
(3,687 Views)

why doesn't the indicator update at a regular interval?

0 Kudos
Message 10 of 32
(3,674 Views)