LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have an Hreels VI that doesn't work correctly

THis is the VI that I was given to look at and determine why it is not ramping correctly? I will post it so others may look at it and see if they can detect problems with it. I will get more information about the incorrect ramping in the next couple of days.

Thank you for your time

Jeremy Karr
0 Kudos
Message 1 of 3
(2,481 Views)
Try using the ms tick count to measure how often you are updating your output.

I suspect your code is iterating as frequently as you would like.

Check out the examples that ship with LV. They will show youhow to effect a ramp.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 3
(2,481 Views)
With all of the nested sequence structures it's kind of hard to follow but one thing I noticed is the VI you're using (AO Update Channel (scaled value).vi) calls AO Config for every iteration. I don't think this is what you want. You might want to use AO Write One Update (scaled array).vi directly or modify the higher level VI to give you a connection to the iteration terminal.
0 Kudos
Message 3 of 3
(2,481 Views)