08-18-2009 03:55 PM
08-18-2009 04:00 PM
Bebeto wrote:Which ones are the files extensions that support LabVIEW, as I am not able to see them.
There really isn't an answer to this question. LabVIEW can open any kind of file, just like C can open any kind of file. The important part is knowing the format of the contents of the file, not the extension.
And I cannot post the LabVIEW Code Source, will it be ok with jpeg?
If you can post a picture then you can post VIs just as well. The forums accept VIs. Is this some sort of legal issue? If so, posting a picture of the VI is unlikely to get around that limitation.
I was trying to read from the Standard Data File (.dat)
We know, but without knowing the format of the contents of the file, it doesn't matter whether you're doing this in LabVIEW, C, Matlab, or any other programming language. You have to know how to interpret the bytes if the file is a binary type. Or, you have to reverse engineer it.
08-18-2009 04:13 PM
LabVIEW is a programming language and as such, you can create files with any extension you feel like and when it comes to binary, any format that you desire. The only specific file extensions that I know of are tdm and lvm.
When you talk about the LabVIEW source code, is this the code that creates the dat file. Posting anything else is probably a waste of time.
Exactly who defines this 'standard' .dat file.
08-18-2009 04:15 PM
Hello,
That is my point I don't know the format of the contents, DEWEtron told me I should be getting it from NI, which makes no sense to me.
I will just get back to them, as this seems to get nowhere.
Thanks
08-18-2009 04:20 PM
08-18-2009 04:30 PM
If you find someone willing to post their email.
Again, if you do not have any information on how the file was created and cannot post the file, any code of yours is not really worth looking at.
08-18-2009 04:34 PM