06-26-2024 12:30 AM
LabVIEW2012を使用しております。
下図の出力電圧計測プログラムにおいて、1.「出力電圧が基準電圧を下回るまでVIを実行したままにする」という機能と、何回も出力電圧を記録するために、2.「取得した出力電圧データを一回ごとに自動で新しいファイル(ファイル名は計測回数に応じて「1」「2」「3」…としたい)を作成し書き込んで保存する」という機能を新たに追加する方法についてご教授願いたいと思っております。
まだLabVIEWを使い始めて、1ヶ月ほどで知識も多くはないため手こずっている状況です。
よろしくお願い致します。
06-26-2024 12:53 AM - edited 06-26-2024 12:53 AM
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.
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!)