NI LabVIEW,CVI,数据采集等产品讨论区

取消
显示结果 
搜索替代 
您的意思是: 

xy图如何实现刷新

请问高手:  XY图如何能实现刷新?!急, 能写个例子吗?!

0 项奖励
1 条消息(共 7 条)
3,717 次查看

It will automatically refresh whenever you have new data.

 

George Zou
0 项奖励
2 条消息(共 7 条)
3,710 次查看

You can also use invoke node to force it to redraw.

 

George Zou
0 项奖励
3 条消息(共 7 条)
3,707 次查看

多谢!

 

第二次循环时,实时的XY曲线,会叠加在第一次的循环中!

 

REDRAW 不知在那里,能给我个例子吗?急  xiaojie.xu@jci.com

0 项奖励
4 条消息(共 7 条)
3,702 次查看

Usually this won't happen.  You must be appending your 2nd loop data to the 1st loop.

 

untitled.PNG

 

Post your VI and a screen shot, so we can see the problem.

 

 

George Zou
0 项奖励
5 条消息(共 7 条)
3,696 次查看

多谢!

 

这是主VI截图

0 项奖励
6 条消息(共 7 条)
3,691 次查看

Looks like each iteration you will get a data point => build into an array => display the array.

Please give more detail.  I don't understand your problem.  The code looks ok.

 

George Zou
0 项奖励
7 条消息(共 7 条)
3,686 次查看