LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

データテーブルの作成方法

Solved!
Go to solution

Labviewにてデータテーブルの作成方法を教えて頂きたいのですが、

入力された電圧値を何かしらの計算をしてxxと表示したいと考えております。

データテーブルの作成方法をご教示頂きたくお願いします。

 

1Vの時 xxと表示

2Vの時 xxと表示

3Vの時 xxと表示

 

0 Kudos
Message 1 of 4
(865 Views)

I would like to know how to create a data table in Labview,

We would like to display the input voltage values as xx with some kind of calculation.

I would like to know how to create a data table.

 

Displayed as xx at 1V

Displayed as xx at 2V

Displayed as xx at 3V

0 Kudos
Message 2 of 4
(856 Views)
Solution
Accepted by topic author kanoy

A table is just a 2D string indicator.

Do your calculations and convert to string as needed.

Yamaeda_0-1698920397797.png

 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 4
(807 Views)

Thnaks for the reply,

i will try.

0 Kudos
Message 4 of 4
(755 Views)