ni.com is currently experiencing unexpected issues.

Some services may be unavailable at this time.

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

how to save file in DAT format in labview?

I cannot save the file into the DAT format. I can only save into text, TDMS, and binary format. I don't know how to save the file in the DAT file.

0 项奖励
1 条消息(共 21 条)
5,090 次查看

could you please share with me how do you save the file in DAT format?

0 项奖励
2 条消息(共 21 条)
5,066 次查看

Hello Prabesh,

what is the DAT format. What is its structure and what data should it contain?

Greets, Dave
0 项奖励
3 条消息(共 21 条)
5,059 次查看

.DAT isn't well defined.

But it's a binary file, so any file you use Write binary functions and call .DAT is technically a DAT-file ...

In your case i assume you'll have to adhere to some data format, so do that. 😉

(What's the format definition?)

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
4 条消息(共 21 条)
5,046 次查看

@Yamaeda wrote:

.DAT isn't well defined.

But it's a binary file, so any file you use Write binary functions and call .DAT is technically a DAT-file ...

In your case i assume you'll have to adhere to some data format, so do that. 😉

(What's the format definition?)


.DAT is not necessarily binary. I've seen lots of .dat files that were just plain text files (tab delimited, space delimited, etc.).

 

.DAT is definitely not well defined, and prabesh99 needs to give us more specific details about the format that is needed in order to get more specific help.

5 条消息(共 21 条)
5,033 次查看

@johntrich1971 wrote:

.DAT is not necessarily binary. I've seen lots of .dat files that were just plain text files (tab delimited, space delimited, etc.).

 

.DAT is definitely not well defined, and prabesh99 needs to give us more specific details about the format that is needed in order to get more specific help.


You're right! I've seen that too, come to Think about it! So yeah, whatever the program maker wants to call a data-file often ends up with a .dat extension.

My Point still stands, though. 😄

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
6 条消息(共 21 条)
5,031 次查看

I am sorry for making confusion. actually I need a file in the DAT extension.

Thank you for your concern.

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

I am measuring the Power by using the Thorlabs Power meter. Then I make a waveform of Power and Time. Now I need to save these data in the DAT extension. 

Thank you

0 项奖励
8 条消息(共 21 条)
4,996 次查看

You are going to have to give us more information. As we’ve already told you the .dat extension could be any kind of file. We can’t tell you how to do it if we don’t have the actual da5a format. Is it a plain text file? If so how do you want the data in the file.Is it some proprietary binary format? .dat is just an extension that can mean anything.

0 项奖励
9 条消息(共 21 条)
4,993 次查看

Thank you for your reply. Actually, I need a file in the DAT extension. But I don't know how to save in plain text also. Could you please tell me how to save the file in plain text? 

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