06-08-2018 10:58 AM
As illustrated in the attached image, my program outputs a set of voltage values over and over. The issue is when starting a next loop, it has to do a large jump from last value to a first value, which causes mechanical vibrations from an instrument. Is there any way to avoid/smooth that?
06-08-2018 11:04 AM
Yes, there is. Don't do that. If the test requires you to make that jump, you'll have to live with the fallout. If it doesn't, ramp it down like you ramped it up.
06-08-2018 11:44 AM
You could also put a filter (analog or digital) on your output. It will, of course, affect all of the signal. Once again, however, here's someone asking for help, but not showing us the relevant LabVIEW code so that we can make LabVIEW suggestions ...
Bob Schor
06-08-2018 02:13 PM
Here I attached part of the VI that does the analog output.
06-08-2018 02:56 PM
Chase your 2D array back to where you create it.
Use Reverse array and concantenate the original with the reversed and try again.
Ben