From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, 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: 

"Lookup table" with interpolation

Hi,

I have an Excel chart which has x- and y- value (x is voltage, y is speed). I want to implement a lookup table in LabVIEW:

- store this x-y chart in VI

- and when user key in a x value, the VI should find a corresponding y value (interpolation is to be implemented).

Essentially this is a LUT with interpolation.

How can I do this? Any example?

Thank you..

0 Kudos
Message 1 of 4
(2,913 Views)

Hi splee,

 

wow, there's a ready-to-use function in LabVIEW...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 4
(2,905 Views)

See attached ( LabVIEW 8.6)

 


Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

Message 3 of 4
(2,877 Views)

@PhillipBrooks wrote:

See attached ( LabVIEW 8.6)


 

Side comment: You can eliminate the two bundle nodes by using "build cluster array".

 

 

Message 4 of 4
(2,871 Views)