LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

「出力電圧が基準電圧を下回るまでVIを実行したままにする」、「取得した出力電圧データを一回ごとに自動で新しいファイル(ファイル名は計測回数に応じて「1」「2」「3」…としたい)を作成し書き込んで保存する」方法について

LabVIEW2012を使用しております。

下図の出力電圧計測プログラムにおいて、1.「出力電圧が基準電圧を下回るまでVIを実行したままにする」という機能と、何回も出力電圧を記録するために、2.「取得した出力電圧データを一回ごとに自動で新しいファイル(ファイル名は計測回数に応じて「1」「2」「3」…としたい)を作成し書き込んで保存する」という機能を新たに追加する方法についてご教授願いたいと思っております。

まだLabVIEWを使い始めて、1ヶ月ほどで知識も多くはないため手こずっている状況です。

よろしくお願い致します。

0 Kudos
Message 1 of 2
(191 Views)

Hi Sakuya,

 


@Sakuya wrote:

I am using LabVIEW 2012.

I would like to ask for advice on how to add the following new functions to the output voltage measurement program shown below: 1. Keep the VI running until the output voltage falls below the reference voltage, and 2. Automatically create and write and save the obtained output voltage data each time (I would like the file name to be "1", "2", "3", ... depending on the number of measurements) in order to record the output voltage multiple times.

I have only started using LabVIEW about a month ago, so I don't have much knowledge about it, so I'm having a hard time.

I would appreciate your help.


  1. Use a loop to keep a routine running! (Basic programming knowledge, not limited to LabVIEW…)
  2. Create the filepath programmatically instead of using a control.

Cleanup the VI and remove all that Rube-Goldbergs!

What's the point of running a FOR loop 100M times to compare the very same scalar values??? (There is so much other stuff to be improved!)

Best regards,
GerdW


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