05-30-2008 03:24 AM
06-02-2008 06:32 AM
Hi Paul,
That sounds like quite an interesting application, if your interested in learning how gating works the LabVIEW help and Trigger/Gate Express VI and standard VI's have quite a bit of help information included with them. The overall architecture will require the logic to allow your program to do this on the fly and also to average out the information you require. At the moment are you using express VI's (blue border VI's) or Standard VI's to setup and use your DAQmx system?
All the best,
06-02-2008 07:15 AM
06-02-2008 08:11 AM
Hi Paul,
I understand exactly the issues with the examples and morphing them to your application needs, although they can be useful for understanding the core of how something works. Do you have a datasheet on the laser your using at all and how your measuring this to the DAQ card? If you want to read through when the logic is low for 90 times only then this is something you'd have to include into your program architecture.
Let me know if I've mis-understood anything here,
All the best,
06-02-2008 08:26 AM
06-02-2008 08:30 AM
Hi Paul,
You should be able to acquire for N Samples instead of continuously i.e. tell it how many samples to read in. Although this won't care if your logic is low or high, it will simple read 90 times. Ok smashing, let me know if any issues come up tomorrow! (hopefully all will go well)
All the best,
06-03-2008 08:52 AM
06-03-2008 12:06 PM
Hi Paul,
Apologies for the late reply, I believe you need some digital pulse triggering inside your code in order to allow the AI to read multiple samples, but this is something I'm working on verifying with a device and I will look at tomorrow. The rest of the program looks good through, certainly sounds like an interesting application to build!
I'll let you know what I find tomorrow,
All the best,
06-03-2008 01:12 PM
06-04-2008 03:44 AM
Just been browsing through the developper zone and found the attached example vi. It sounds from the description like it might do what I want but its written in labview 8.2 and I'm on 8.0... anyone convert it down for me?!
thanks!