08-07-2007 05:26 AM
08-07-2007 05:34 AM
08-07-2007 07:54 AM
08-07-2007 08:04 AM
08-07-2007 08:24 AM
Hi Phil,
I noe this is goin to be a silly question,but how dose the dll know which is channel 0,1,2 etc.The digitals I understood it as because they were in order,but how dose it actually recognise it.I actually did try to pulse output through channel 0 of two diffrent cards,but that is very slow,because of the problem of calling form a single dll i think,tough it works,it dose not give a pulse at the desired frequency.We are using these cards to generate digital and pulse signals for testing our turnkey systems,during FAT.
Also i didnt quite get the diffrent loop idea
just attaching wat ive managed to do till now.
Regards
Joseph
08-07-2007 08:51 AM
08-07-2007 03:03 PM
08-07-2007 03:22 PM
11-27-2008 10:26 AM
Greetings.
Sorry to revive a dead thread, but i am a noob trying to get some simple values from a thermal sensor plugged into a K8055. I am using Labview 8.5 on vista. I have opened you .VI and can make the output LED's come on, but cant figure out how to use the DAQ assistant... is this possible with the student version of labview? Any help would be greatly appreciated
Thanks
11-27-2008 02:34 PM
Hi Mobins,
What type of thermal sensor are you trying to read? If it is a thermocouple then you can forget about it. The voltage from a thermocouple is miniscule and needs to be amplified in order to get it to a level where it can be digitised. Think about the measurement you are trying to make - is it voltage, resistance etc.
The K8055 is a very basic board that is not really designed for data acquisition. The DAQ assitant won't work with it because the hardware is incompatible. To use the DAQ assistant you need to be using National Instruments hardware (or compatible hardware from another vendor).
If you want to measure temperature then i suggest that you use some NI hardware or the TC08 from Picotech. A cheaper option is a device from Phidgets, but you will probably have to have some LabVIEW experience to use it. I built my own device for measuring temperature. Maxim IC produce a chip that ampliflys and digitises a thermocouple reading. I then used a bit of kit from DLP Design to comunicate with it over SPI.
All the best,
Phil