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

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

LabVIEW对表格中数据进行计算

我想用labview编个计算软件。计算中有很多公式,还有数据表,里面有很多参数值。请问,如何引用表格中的数据,然后结合已知数据进行公示计算?表格中的数据如何和公式关联?建立表格,用什么节点?多谢!!!!!!!!!
0 项奖励
1 条消息(共 2 条)
3,780 次查看

Hi,

 

Are you totally new to LabVIEW? If you are, perhaps you should look into some fundamental examples shipped with LabVIEW using its Example Finder. You may also search online for some LabVIEW tutorials.

 

However, if you are not new to LabVIEW, you may use Table or Multicolumn Listbox.

 

For Table, writing/ reading data will be directly as 2D String Array. Of course, some String and or Array functions are necessary to further manipulate or process the read data.

 

For Multicolumn Listbox, data of 2D String Array is written or read from it through the use of Property Node i.e. ItemNames. Again, some String and or Array functions are necessary to further manipulate or process the read data.

Message Edited by ian fung on 01-28-2010 09:45 AM
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
2 条消息(共 2 条)
3,763 次查看