LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

scaled readings in waveform

Hi, I have a problem converting  the signals into scaled ones that can be read in the waveform.
Can anyone tell me how it went wrong?
I am using Labview 7.1
Clement
0 Kudos
Message 1 of 5
(2,774 Views)

Hi Clement

I can't get the subVI from your VI (yours.jpg). But if I delete them, I got a change in the scaled graph. Can you post your subVI too?

Petric

Download All
0 Kudos
Message 2 of 5
(2,771 Views)
 
Hi Petri,
Sorry I forgot to add.
Just use this for both boxes with question marks.
Thanks
 
0 Kudos
Message 3 of 5
(2,758 Views)

Hi Clement,

I guess I found the issue. When you build a new array after the scaling, it doesn't give you da same data order as you had befor decimate 1D array. The "build array" take all datas from the first signal, then all datas from the second and so on. I think you want the 1st data from the 1st signal then the 1st data from the second and so on.. Right?

I tried to resolve it and did print screens. I have LV 8.2 and can't save in LV7

Hope that help.

 

Download All
0 Kudos
Message 4 of 5
(2,744 Views)
Hi Thanks alot.
Actually you can downgrade to it's lower version by  save with options in file menu
Cheers

Clement
0 Kudos
Message 5 of 5
(2,699 Views)