LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

increment HOW TO help

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.

 

20759iF3996CEED4B68E98

- tbob

Inventor of the WORM Global
Message 11 of 52
(1,669 Views)

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

 

 

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 12 of 52
(1,659 Views)

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.

- tbob

Inventor of the WORM Global
0 Kudos
Message 13 of 52
(1,650 Views)

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?

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 14 of 52
(1,614 Views)

You must put the Wait and the output to the Agilent into the for loop.

Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
Message 15 of 52
(1,598 Views)

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...

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 16 of 52
(1,589 Views)

Here 🙂

Regards,
Even
_________________________________
Certified LabVIEW Associate Developer

Automated Test Developer
Topro AS
Norway
0 Kudos
Message 17 of 52
(1,587 Views)

Can you please make it for 8.5 version? Many thanks

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 18 of 52
(1,583 Views)

Here you go 🙂

Regards,
Even
_________________________________
Certified LabVIEW Associate Developer

Automated Test Developer
Topro AS
Norway
0 Kudos
Message 19 of 52
(1,573 Views)

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

_________________________
Rookie; LV 2011 on WIN 7
0 Kudos
Message 20 of 52
(1,557 Views)