06-23-2023 08:07 AM
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.
06-26-2023 12:56 PM
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.
06-27-2023 03:05 AM
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...
06-29-2023 09:50 AM
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.