11-28-2023 01:26 AM
データを一回一回取得して情報をキューに格納してから、10件分をグラフに表示するプログラムをつくっています。
問題
・10件分のデータを取得したらグラフに表示する使用になっているのですが、グラフに表示されたらすべて削除され次の10件をとってきてグラフにするのですが、どうしたらその一件だけを削除して新しい一件を入れた10件のデータをグラフに表示できますか?
・また、一つのデータを取得してから一件目から表示したくて、キューの初期値をすべて0にしてシフトレジスタで押し出していこうと考えているのですが、どこでキューの初期値を設定できますか?
Solved! Go to Solution.
11-28-2023 08:56 AM
Hi japanese guy,
@たかき wrote:
I am creating a program that retrieves data one by one, stores the information in a queue, and then displays 10 items in a graph.
problem
・When data for 10 items is obtained, it is to be displayed in a graph, but once it is displayed on the graph, all data is deleted and the next 10 items are retrieved and graphed. How can I do that? Is it possible to display the data of 10 items in a graph by deleting only one item and adding one new item?
・Also, I want to retrieve one piece of data and display it from the first one, so I'm thinking of setting all the initial values of the queue to 0 and pushing them out with a shift register, but where should I set the initial value of the queue? Can you do it?
Have you tried to use the PtByPt-DataQueue function?
It gives you a "queue" of definable length and the option to input items one by one…
12-05-2023 12:51 AM
ありがとうございました。
無知で、全然LabVIEWを使い慣れていなくて the PtByPt-DataQueue functionについて知りませんでした。