09-19-2006 09:03 AM
09-20-2006 12:15 PM
Hi joedah,
In general in VBS, you would assign that character set with the following code:
File.Formatter.Delimiters = ","""
The double-double-quote inside a string constant connotes the ASCII value 34. However, this may not work in the DataPlugin, but that depends on other details of your ASCII file.
How about if you send over an example of the ASCII file for us to take a look at? You could also try playing around with the File.Formatter.TrimCharacters property.
Regards
Brad Turpin
Product Support Engineer
National Instruments
09-26-2006 02:46 AM
Hi Brad
I send you the ascii file. I wish to use the column marked ***(Time Stamp) as x-axis and the ***(C) column as y-axis.
The file is comma separated.
By the way, I do think that there also is a problem with the time stamp format, or?.
Kind Regards
Jørund
09-26-2006 02:49 AM
Hi Brad
I am sorry, but the attatchment dissapeared when I hit the Preview Post link.
Here it is
09-26-2006 10:08 AM
Hi Jørund,
I went ahead and wrote a quick DataPlugin for you. As you can see, your time stamp poses no problems for the DataPlugin api (although some do...).
Let us know if you have further questions,
Brad Turpin
DIAdem Product Support Engineer
National Instruments
09-27-2006 05:07 AM
Hi Brad
Thank you very much. THe Data Plugin worked very well. Nice to see that such plugins can be made so fast.
If you do not mind I have one more question:
-Do you know if there are any plugins for the original files from the "Agilent BenchLink Data Logger" software? I use this software on temp. measurements on a HP 34970A device. These data files contains more information such as metadata, event logs and setup information. Naturally this would be nice to have...
Kind Regards
Jørund
09-27-2006 06:26 AM
Hi Jørund,
so far there is no dataplugin for this file format yet. Can you provide a description for the file format ?
Andreas