LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labviewを使って変位を測定する

Solved!
Go to solution

変位を測定するプログラムを作っています

測定した変位をエクセルファイル等に保存することはできましたが、データの数が膨大になってしまうため、ボタンを押したところから保存開始したいと考えています

どうすればいいですか。右も左もわかりません

NI 9201 に変位センサーを接続しています。

0 Kudos
Message 1 of 5
(707 Views)
Solution
Accepted by topic author 田浦裕生

Hi Japanese guy,

 


@田浦裕生 wrote:

I am creating a program to measure displacement.

I was able to save the measured displacement to an Excel file, etc., but the amount of data would be huge, so I would like to start saving from the moment I press the button.

What should I do. I don't know right or left

I have a displacement sensor connected to my NI 9201.


You should use a case structure, and wire that "button" to the case selector. Only save data within one of the cases…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 5
(667 Views)

Thank you very much!

0 Kudos
Message 3 of 5
(588 Views)

ケースストラクチャを使用してボタンを押したときにデータを保存するプログラムを製作しています。プログラムを実行して、1回目にボタンを押した時しか保存されません。プログラムを実行させたままで、ボタンを押すと保存されるプログラムを作りたいです。よろしくお願いいたします。

0 Kudos
Message 4 of 5
(615 Views)

Hi Japanese guy,

 


@田浦裕生 wrote:

I am creating a program that uses a case structure to save data when a button is pressed. It is only saved when you run the program and press the button for the first time. I would like to create a program that can be saved by pressing a button while the program is running. Thank you.


Please don't create new threads for the same topic.

And it also would help when you would write in English as this is a worldwide forum…

 

You want to create a VI that is "saved" when you press a button on its frontpanel? Why? What is that good for?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 5
(571 Views)