01-10-2007 02:11 PM
01-10-2007 04:16 PM
01-10-2007 04:30 PM
Thanks Spex. That is so much simpler than how I was trying to go about it with nested loops and adding or subtracting start time from current time etc. Didn't think to use the Wait function. Should be able to adapt it easily. Thanks again.
Mike (who is feeling a little DOH)
01-11-2007 11:45 AM
A question about the 'wait' function in your example intervalometer.vi. Doesn't the wait (ms) function pause vi execution? If I have other logic running, for example a manual switch matrix to turn outputs on/off, won't the wait (ms) function prevent these manual outputs from operating until the two wait functions have finished?
Mike
01-11-2007 02:52 PM
10-31-2013 10:37 PM
Dear Spex
Thanks for your effort to upload the program, I am trying to use the ON OFF program for my solenoid valve however my DA is National instrument 6008 and I have connected my signal to DO1, would you please help me modify your program or could you please modify it for me so it can activate the valve through 6008 please.
THANK YOUUUUUUUUUUUUUU
EHSAN
11-01-2013 03:00 AM
Hi Ehsan,
you have to replace the VISA functions by DAQmx functions. Instead of outputting strings you just output the boolean signal...
- Have a look at the exampleVIs comng with LabVIEW to learn how to use the DAQmx functions...
- Did you notice the age of this thread?