From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV6 Scale 1D Array.vi broken

Dear Readers,

I'm a longstanding LV user but have little experience with LV6; having simply upgraded my V1s through sucessive versions since LV2. But now I want to add a waveform processing feature, and I believe I have encountered a broken call library function in LV6.0 Scale 1D Array.vi. The top left 'call library' icon has nothing connected to it and is a rather pasty looking blue colour. I'm not familiar with the call protocol for this function (as you may have guessed from my rather vague description). The run arrow is cracked but if I press it the error list is blank.

Any advice is appreciated.

Yours,

Paul.
0 Kudos
Message 1 of 2
(2,161 Views)
The vi uses lvanlys.dll found
in
\LabVIEW 6\resource\lvanlys.*

the dll could be corrupted. Try to reinstall LV 6

From the help,
the vi does
"
Determines the scale and offset and then scales the input array, X, using these values. The elements of the output array, Y, are determined by the following equation:

Y[i] = (X[i] - offset)/scale

where
scale = 0.5(max - min)
offset = min + scale.
"

you can implement it on your own
0 Kudos
Message 2 of 2
(2,155 Views)