11-01-2023 07:29 PM
Labviewにてデータテーブルの作成方法を教えて頂きたいのですが、
入力された電圧値を何かしらの計算をしてxxと表示したいと考えております。
データテーブルの作成方法をご教示頂きたくお願いします。
1Vの時 xxと表示
2Vの時 xxと表示
3Vの時 xxと表示
・
・
Solved! Go to Solution.
11-01-2023 07:38 PM
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
11-02-2023 05:20 AM
A table is just a 2D string indicator.
Do your calculations and convert to string as needed.
11-05-2023 07:45 PM
Thnaks for the reply,
i will try.