11-19-2007 04:56 AM
I need two
make a simple measurement. But I am noob so i would appreciate some help.
The VI I am
going to make need too do as follow:
The user must type in a serial number.
When the user clicks a button, a digital output “D1” needs to go high for 1 sec. Within that sec must the two differential voltage ai0-ai1 and ai3-ai4 get sampled with an sampling rate on about 1kHz measured for about 1 sec (1000 samples). It is important that the two differential voltages are measured simultaneously or with an as high as possible scan rate.
I imagine that the 1000 sample can be stored in a buffer and then the following calculation needs to be done.
ai0*1,95/ai1 for all samples and calculate the mean of the results. The mean then needs to be outputted to the user with 2 digits (xxx.xx) on the VI and stored in a file with a timestamp and a serial number typed in by the user.
I have an NI USB-6008
I hope someone out there can help me. I am all new to Labview.
11-22-2007 10:04 AM
11-23-2007 08:30 AM
11-23-2007 08:37 AM
Sorry for that.
Here it comes.
11-23-2007 10:17 AM
Hi Pelle
No problem
you couldn’t know.
Thanks for the fast response. It looks like a great start for my VI.
I will post here if/when I meet some problems.
Thank you so far.
11-26-2007 02:54 PM
Hi,
I have been working quite a bit with the VI Pelle uploaded. I must say that I
really like LabView, it is quite easy to figure out.
I got two tasks left now.
I have attached my VI.
Thanks in advance,