LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

リアルタイムデータの取り出し方法

卒業研究でLabviewを使用している者です。

Labviewについて現在学習中で分からないことがあるため質問させていただきます。

添付したviは測定機器で測定したデータをリアルタイムでグラフ表示するプログラムとなっており、リアルタイムで測定した電圧を用いて計算プログラムを作成したいと考えています。

添付したviのフロントパネルにカーソル値という表示器がありますが、こちらにリアルタイムでの測定電圧が表示されるのでしょうか。もし違いましたら教えていただけると幸いです。

よろしくお願いします。

0 Kudos
Message 1 of 5
(243 Views)

@ksun1333 wrote:

I am using Labview for my graduation research.

I am currently learning Labview and have a question about something I don't understand.

The attached vi is a program that displays data measured by a measuring device in real time as a graph, and I would like to create a calculation program using the voltage measured in real time.

The attached vi has a display called Cursor Value on the front panel, but does this display the measured voltage in real time? If not, I would appreciate it if you could let me know.

Thank you in advance.


What is the model of the device? Are you using Ethernet or USB connection? You should expect a communication latency of around 100+ ms for TCP/IP and 10+ ms for USB.

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 2 of 5
(199 Views)

[カーソル値] には、グラフ波形上でカーソルが指している個所の値が表示されるようです。

 

測定した最新の値は、下図の [GL_MeasData_to.vi] の端子から出力されます。

 

diagram.png

0 Kudos
Message 3 of 5
(177 Views)

hama-mmc様 

アドバイスありがとうございます。

頂いたアドバイスを元にプログラミングを作成していきたいと思います。

また不明な点があれば質問するかもしれませんので、その時はよろしくお願いいたします。

0 Kudos
Message 4 of 5
(167 Views)

分からないことがあったので質問させていただきます。

アドバイスをいただいた通りに取り出しを行ったのですが、表示器を接続すると8行4列の配列が出てきて、1行だけしかリアルタイムの電圧が表示されません。測定機器が8CH対応なので、1CHしか接続していないからなのでしょうか。また、8CH全て接続した場合は配列に全て数字が入るのでしょうか。

よろしくお願いします。

0 Kudos
Message 5 of 5
(114 Views)