LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Suggestion for Multipoint Limiter Function

Are the online NI Help files down?  I'm in LabVIEW.  I right click on a function and select Help.  NI comes back with a No Results message.

0 Kudos
Message 11 of 14
(251 Views)

It appears that I have something that works.  The In Range and Coerce and Index Array functions were definitely the way to go for the back end of the design.  The front end was a simple for loop that stepped through each element in my velocity limit array, comparing each value with the velocity input.  Once the condition was met, the for loop iteration value became the index input to the Index Array function.

0 Kudos
Message 12 of 14
(230 Views)

Hi stgislander,

 


@stgislander wrote:

The front end was a simple for loop that stepped through each element in my velocity limit array, comparing each value with the velocity input.  Once the condition was met, the for loop iteration value became the index input to the Index Array function.


Again this sounds like you should look up the Threshold1DArray function...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 13 of 14
(218 Views)

I will look at the Threshhold1DArray function again when I can get back to it.  As soon as I get something that works, I get pulled off onto another operation to code.  I sure there are better ways to do things.

0 Kudos
Message 14 of 14
(202 Views)