LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i get labview to take a reading and hold it and then take more readings?

I'm just wondering how can i make a programme to  get Labview to take a reading from my detector and hold this, as i want this reading for a reference later, and then to take a number of readings and graph theses aswell as show then in number form??

any help welcome

Theresa

0 Kudos
Message 1 of 5
(2,680 Views)

@hotlips69 wrote:

I'm just wondering how can I make a program to get Labview to take a reading from my detector and hold this, as I want this reading for a reference later, and then to take a number of readings and graph these as well as show them in number form?

any help welcome

Theresa


You use a shift register to store a value from one loop iteration to the next.

0 Kudos
Message 2 of 5
(2,663 Views)

so if i have my output from the PMT connected to the DAQ box and using the DAQ icon in the block diagram as in the attacted file just apply a shift register is it...

I'm not very good at this and need it for the final year project.

Any other advice??

 

Thanks

Theresa

0 Kudos
Message 3 of 5
(2,654 Views)

sorry forgot bout attachment

0 Kudos
Message 4 of 5
(2,653 Views)

You'll also need a Select function where you decide whether you want to put a new value in the shift register or continue to maintain the current value in the shift register.

 

Have you looked at the online LabVIEW tutorials?
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours

0 Kudos
Message 5 of 5
(2,649 Views)