LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Waveform Graph

Hello all,

I am working on LabVIEW with real time DSP Processor(SRMK3 board from SoftdB).I have used Waveform Graph to observe my output data.

My output data ranges in between -2.36 V to 3.0 V as I observed in DSO and CRO. But when I used  to check the output data in LabVIEW,it varies in between -5.2e+6(5200000) to +7.2e+6(7200000).

I changed the property of the Y axis(i.e. amplitude) graph from autoscale to user defined  and made the changes from -2.36 V to 3.0 V .After I made this changes also the peak went way ahead of -2.36 V and 3.0 V in negative and positive sides respectively.

I want to get my output in between -2.36 V to 3.0 V in LabVIEW too.

 

Can anyone tell me where I am getting wrong or what should I use to get the output in range between -2.36 V to 3.0 V .

 

I have attached the VI and also the DSO Output.

 

Note:Please check  channel B of DSO.(i.e. Vmax and Vmin of channel B)

0 Kudos
Message 1 of 2
(2,039 Views)

Hi abhishekti,

 

you probably need to scale the integer values you receive from your scope to some meaningful float values.

 

The needed kind of scaling surely is explained in the manual of your scope and in some example VIs coming with that device driver for the scope. Keep in mind: most people will NOT have that device driver installed…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,033 Views)