LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is "scaled data"? What indicators display scaled data?

I have a third party (non-NI) VI that produces "scaled data". What is "scaled data"? I can't find an explanation of "scaled data" anywhere so I don't know what it is.

How do I find out what indicators are compatible with "scaled data".

 

thanks

0 Kudos
Message 1 of 2
(5,053 Views)

In data acquisition, there are two terms:

a) raw data

b) scaled data

 

Raw data are the data directly received from the data acquisition device. These values are unsigned integer between 0 and 2^resolution.

Scaled data are data you normally want to handle in your application. You want to have something like 5.5V or 1.2mA. So the raw data is taken and scaled appropriate to the daq-setting.

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 2
(5,050 Views)