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

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

长时间采集数据

在一个项目中,要长时间的采集一个信号,例如:压力信号,要求显示在一个波形图中,当数据越来越多时,程序会不会运行变慢,怎样克服这个问题呢?我一般是采集信号,然后建立数组,显示在波形图中,我觉得这样不是很好,有没有更好的解决方法?
0 项奖励
1 条消息(共 2 条)
3,501 次查看

Do you need to always displaying up-to-date data on graph?

 

If not necessary, what you may consider is... stream your data to file during acquisition. Read, up to the last saved data, file and update the graphonly when user click on a "Update Graph" button...

 

Just a quick though because I used such way in one of my many years back project; a project that records battery discharging profile, which reads voltage level every 2 sec for days.

 

Others may have better suggestion 😉

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
2 条消息(共 2 条)
3,498 次查看