ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Gradual Rise

I have a pulse train vi that rises gradually from duty cycle 0.0 to 1.0. It is not properly done though it works. Is there a better way? The vi is attached. It is in LV6.0
0 Kudos
Message 1 of 5
(3,024 Views)
Hallo labview1958,

you do the same operation 7 times with only one parameter changing.
So I would prefer to do this in a loop instead of a sequence. This way the (experienced 🙂 programmer can see the whole program at once.
Have a look at the changed vi!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(3,018 Views)
Hello labview1958,

forgot to mention:
Please do not use a white colored front panel (at least not in demonstration vi's/examples).
It's very irritating if you are used to grey front panels and white diagrams...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 5
(3,009 Views)
Thanks. What if I have a Pulse vi interspersed with measue frequency vi? I suppose I cannot use the LOOP.Any way to solve this. The Vi is attached.
0 Kudos
Message 4 of 5
(2,994 Views)
I showed you a better way when you asked the same question at http://forums.ni.com/ni/board/message?board.id=170&message.id=131634#M131634.
0 Kudos
Message 5 of 5
(2,992 Views)