08-05-2010 12:41 PM
You were given the shift register hint and you ignored it. Listen to the advice given. Take the Labview tutorial online. These are very very basic beginner things that should not be asked here.
08-05-2010 12:50 PM
Many thanks @tbob, now I only need delay for each increasment for 1 second.
Example:
0...0s
1...+1s
2...2s(1s+1s)
3...3s(1s+1s+1s)
....
MANY thanks
08-05-2010 01:04 PM
I can see that this is leading to us doing all your work. Look for the delay function yourself. It is not hard to find. Put some effort into your work before you ask us to do it for you.
08-11-2010 01:25 AM
Well I do it like this:
Output goes to agilent 66xx series(configure.vi). I want to set voltage from 9 to 16 V, for each "V" one second delay. I add "Time delay", but the output VOltage goes 9V then wait 7 seconds and jump to 16...
any ideas?
08-11-2010 01:58 AM
You must put the Wait and the output to the Agilent into the for loop.
08-11-2010 02:13 AM
Well I tried but with no success: try delay also timer...
Also I have problem, because, when I stop, it doesn't go from the begginin but it's stay at 16...
08-11-2010 02:15 AM
Here 🙂
08-11-2010 02:19 AM
Can you please make it for 8.5 version? Many thanks
08-11-2010 02:46 AM
Here you go 🙂
08-11-2010 03:10 AM
Well this is not good, I need automatic counter from 9-16 with 1 second delay for each value. For example:
9...start
10..1 second
11...2 second
Many thanks