04-08-2026 02:02 PM
I am trying to scale a signal without using express vi’s .
I am using a threshold 1D array and interpolate 1D array with a array providing the raw and scaled value.
If I manually place a value in the input it will scale correctly but if I pull the value out of a waveform it will not scale and only displays a 0.
The odd thisn when I first did scaling in this fashion in labview 2025 it worked but does not work with LabView 2026Q1.
Is there a different method to scale with out using an express vi as the instrument is slightly nonlinear .
Thank you
04-08-2026 05:15 PM
looks like I was in error, I believe that the the threshold 1D array only handles one reading at a time. Going to look for a different way to scale. the input.
04-08-2026 06:55 PM - edited 04-08-2026 07:22 PM
Just wrap a FOR loop around it....
Also note that you can use an array of points. Check the help.