LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with threshold 1D array not functioning in LabView 2026

 

 

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.

n3ow_0-1775674814927.png

 

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

0 Kudos
Message 1 of 3
(108 Views)

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. 

0 Kudos
Message 2 of 3
(80 Views)

Just wrap a FOR loop around it....

 

Also note that you can use an array of points. Check the help.

0 Kudos
Message 3 of 3
(53 Views)