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

time table

Hi, I need to plot multiple data and put it into table with timestamp, but I found each data follow one timestamp, if the time column is same, how can I remove the redundant time column ( just show one time column)?

0 项奖励
1 条消息(共 10 条)
4,038 次查看

You could use the Delete From Array function to delete the first column:

 

delete from array.PNG

 

steve

 

 

----------------------------------------------------------------------------------------------------------------
Founding (and only) member of AUITA - the Anti UI Thread Association.
----------------------------------------------------------------------------------------------------------------
0 项奖励
2 条消息(共 10 条)
4,022 次查看

Looks like Steve beat me on this one高兴表情

 

A quick fix would be to use "delete from array" function:

snip.png

 

You could do this without the express Vi. 

Regards,
Even
_________________________________
Certified LabVIEW Associate Developer

Automated Test Developer
Topro AS
Norway
0 项奖励
3 条消息(共 10 条)
4,022 次查看

Thanks for the above reply. Furthermore question, if i need to delete column 1 and 3. Any simple method other than add a new "delete from array" block.

0 项奖励
4 条消息(共 10 条)
4,001 次查看

And how can I save the edited data in the tdms file (actually I am confused with the match of terminal type errors). Thank you!

0 项奖励
5 条消息(共 10 条)
3,997 次查看

You can use Write to Measurement File Express VI, Storage VIs or TDMS primitive VIs in LabVIEW to save data to TDMS files.

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

Thanks for your reply. 
Error found when I connect the array w/ subset deleted pin to the signal of write to measurement file block, so what is the solution to solve the error?

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

Write to Measurement Express VI doesn't accpet the table data type as the input. I would recommend convert the table to 2D array or waveform and then wire it to the Express VI.

0 项奖励
8 条消息(共 10 条)
3,970 次查看

Does the input pin for data block is 2D array? I am still confused with the terminal conversion, anyone can illustrate that or provide a vi work example, thank you.

0 项奖励
9 条消息(共 10 条)
3,942 次查看

You can wire a 2D double array to the input, and to see what will happen 🙂

0 项奖励
10 条消息(共 10 条)
3,931 次查看