05-18-2011 08:14 AM
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
05-18-2011 09:47 AM - edited 05-18-2011 09:48 AM
@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.
05-18-2011 10:51 AM
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
05-18-2011 10:52 AM
sorry forgot bout attachment
05-18-2011 11:08 AM
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