11-03-2005 12:13 PM
11-04-2005 11:09 AM
11-04-2005 02:37 PM
11-04-2005 08:09 PM
Thanks for the replies,
yes there is a converter attached to LPT1 , at the heart of it is a TLC2543 from TI.
the reply from Pico lack's detail, I had kinda felt that this was all done from within the software , there is a brochure thats gives details about calling the adc1132.dll file but no mention of Freq, I will try to find out some more info.
BentRods
11-04-2005 08:17 PM
Thanks Robert
the only info I have on this is the attached pdf, I am trying to get more info from Pico about this they are usually helpful but anything to do with that VI is not very well supported, it sounds like the person(s) have moved on .
BentRods
11-07-2005 07:43 AM
11-07-2005 08:23 AM
The reply from pico was.....
Snip>> "The ADC11 will not convert readings into frequency. This is performed by the software.
You may be able to do this with a Labview tool. " <<
I did ask for more details .... shall wait and see.
I can read a Voltage from the vi ok, i also tried to measure a Sq wave signal that was a 50% duty cycle on one of the channels but I didn't see any results in the graph of my vi, btw when I input a simulated signal into the "Tone" it's ok , should this be filtered first perhaps ?
Thanks
Bentrods
11-07-2005 09:03 AM
"yes there is a converter attached to LPT1 , at the heart of it is a TLC2543 from TI."
That is just the A/D for measuring a voltage. what I was asking was whether you had an external Frequency to Voltage converter hooked up someplace. How exactly are you trying to measure frequency? Are you just using the VI you posted? If so, that won't work unless you are calling it in a loop and building a waveform from repeated measurements. And even in that case, your frequency measurement is bound to be inaccurate becasue you are then depending on software timing for the acquisition. What do you mean by "input a simulated signal into the "Tone""? What "Tone" are you talking about? I think what you have to do is figure out a way to to get a block of data back as an array using the adc11_get_values function in the DLL. I believe this will use the internal clock of the device to acquire data. You will have to make you own functions that use the Call Library Function Node. For information on how to use this, Go to Help>Search the LabVIEW Bookshelf>Using External Code in LabVIEW. There are shipping C/C++ and Visual Basic examples that you may want to look at as they seem much more complete than the LabVIEW one.