05-06-2009 09:59 AM
HI
I trying to acheive a simple test by using Keithley KUSB-3102 as interface which sends a Dout of +5v and reads it on the Ain. The outer circuit consist of an mosfet as a switch which turns the +12v on/off to a relay and yeah I'm new to LabVIEW environment.
The VI is attached. When I'm running this VI in Hightlight mode the graph & LED works fine, showing all the values and the circuit is working fine as well. But when I move it into normal mode the circuit still works fine but the values are not shown on the graph or the LED turns on once only.
Now what I beleive is that it needs a delay before the next loop but I can't acheive it I have tried other VI's provided by Keithley such as trigger and delay but it gives error which I can't understand why and hv tried the normal delay as well but no luck. May be i'm missing something not sure.
Kind Regards
Solved! Go to Solution.
05-07-2009 08:25 AM
05-11-2009 06:58 AM
Hi Code5862,
I was wondering how you were getting on, and if this solved the issue.
Kind regards,
05-12-2009 08:39 AM
I was connecting it the wrong way, I connected the delay outside/inside the loop which was having very little effect on it. But the Wait Until Next ms Multiple function was the right one to use inside the loop. I'm now taking one complete cycle per 400ms to read the Ain and is showing 4.8V - 4.7V which is fine.
Thanks.