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

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

multiple channel waveform

怎样分别在两个waveform chart 里显示同一个.txt 里的两组不同数据
0 项奖励
1 条消息(共 10 条)
6,468 次查看

meiyan wrote:
怎样分别在两个waveform chart 里显示同一个.txt 里的两组不同数据
您是要将同一个.txt 里的两组不同数据一组在第一个waveform chart 里显示, 另一组在第二个waveform chart 里显示?

 

Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
2 条消息(共 10 条)
6,440 次查看
恩.
0 项奖励
3 条消息(共 10 条)
6,433 次查看
从TXT读两组数据,是2D Array?如果是,则Index Array。
帖子被ThomasYoung在 01-25-2010 08:10 PM
时编辑过了
Thomas | Xi'an China

LabVIEW 7.1 | LabVIEW 2018
DAQmx | CompactRIO | myRIO
微信公众号: 钟博士LabVIEW工作室
0 项奖励
4 条消息(共 10 条)
6,432 次查看

最主要的是什么格式的波形数据。有了这些信息,然后决定是如何读取它转化为展示用途。

请上传您的数据文件.

 

The main thing is about what format is the waveform data. With that information, it is then decide how to read it in and transform it for displaying purposes.

For tab-delimited text file, please refer to this discussion  

Message Edited by ian fung on 01-26-2010 11:02 AM
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
5 条消息(共 10 条)
6,423 次查看
0 项奖励
6 条消息(共 10 条)
6,406 次查看

Hi Meiyan,

 

If you read my previous reply, you should already got the idea on how to read tab-delimited data and convert them to array.

 

What you need to do is...

 

  1. Ensure that the *.txt file was saved as tab-delimited values (see attached modified from yours) 
  2. Read Characters From File
  3. Convert the Spreadsheet String to Array, remove column header strings and transform each row's tab-delimited values into array
  4. If necessary, you may convert the output string array to numeric array for graph plotting etc.
spreadsheet string (tab-delimited) to array.GIF

 

Message Edited by ian fung on 01-26-2010 01:26 PM
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
7 条消息(共 10 条)
6,400 次查看
不好意思,我在完全不了解labview的情况下被要求做一个project,苦做一个月发现不合格,结果自己是越来越糊涂,见谅,我会好好看的,谢谢您一直耐心讲解。
0 项奖励
8 条消息(共 10 条)
6,392 次查看
那是上层的不是了 😉 😛
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 项奖励
9 条消息(共 10 条)
6,389 次查看
恩,学校老师太不仗义了!!!吐舌表情
0 项奖励
10 条消息(共 10 条)
6,386 次查看