LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

キューを用いたグラフ作成

Solved!
Go to solution

データを一回一回取得して情報をキューに格納してから、10件分をグラフに表示するプログラムをつくっています。

 

問題

・10件分のデータを取得したらグラフに表示する使用になっているのですが、グラフに表示されたらすべて削除され次の10件をとってきてグラフにするのですが、どうしたらその一件だけを削除して新しい一件を入れた10件のデータをグラフに表示できますか?

・また、一つのデータを取得してから一件目から表示したくて、キューの初期値をすべて0にしてシフトレジスタで押し出していこうと考えているのですが、どこでキューの初期値を設定できますか?

 

0 Kudos
Message 1 of 3
(441 Views)
Solution
Accepted by topic author たかき

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…

Best regards,
GerdW


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

ありがとうございました。

無知で、全然LabVIEWを使い慣れていなくて the PtByPt-DataQueue functionについて知りませんでした。

0 Kudos
Message 3 of 3
(371 Views)