01-16-2007 05:21 AM
01-17-2007 04:31 AM
Could not open your vi, coz i have LabVIEW 8.0 in my system.
But here are a few suggestions form making your initial readings zero.
For strain channels: you could perform offset nulling as illustrated in this example vi 'Cont Acq Strain Samples (with Calibration).vi' that you will find in examples shipped with LabVIEW
For voltage channels, there is no such feature as 'offset nulling' and they will measure the potential that is present across the terminals of that particular channel.
However,if absolutely necessary in you application, you could perform an offset nulling by measuring the value of first sample and subtracting this value from all subsequent value
01-22-2007 05:21 AM
01-22-2007 06:19 AM
01-22-2007 06:20 AM
01-23-2007 06:04 AM
Hi Devchander,
Once again thanks for ur help, from what i have found out, our case seems to be the first one ( we have an initial offset which we want to ignore). So how to go about doing that in the LABVIEW program itself.
Your reply on the buffer problem was also very helpful, thanks.
Rizo.
01-24-2007 12:16 AM
02-05-2007 01:52 AM
hi devchander,
Thank you very much for ur prompt replies. They have been very usefull and i think we are on our way. The VI that u sent with the last message was working just fine and we could incorporate the methodology in our VI.
Once again thank u very much for ur help. Will contact u if we need anything else.
Thanks.
02-05-2007 02:01 AM
Hi,
I had one more query though that i wanted to clear before we proceeded with the final test.
1) I am using three DAQ assistants in my labview program for different devices, is it ok to have three different "while loops" and consequesntly three "STOP" controls, for the DAQ assistants or do we need only one loop and eveyy DAQ assistant should be inside that one loop?
2) I dont know if you are the right person to ask this but does it matter if the cables that we use for connecting the LVDT and the potentiometers and the accelerometers and very long. Actually we are tyrying to do a blast and would want the apparatus to be atleast 50 meters from the blast site. Since we are using them to measure the "custom voltage with excitation" we dont have any bridge type (eg. quarter bridge or full full bridge) associated with them.
Thanks.
02-05-2007 03:34 AM
For your first query, If each of it is continuous acq, you better keep them in seperate loops itself.
In fact, since your 3 devices are not synchronized its best to keep the three DAQ assistants in seperate Loops.
Note: probably you could synchronise the 3 loops using semaphores, and use a local variable of a single STOP boolean( mechanical property: 'Switch' when pressed) to stop all 3 loops at same time
Regarding second query, yes the distance does matter!
But to what extent, I really cannot determine and tell