09-16-2015 08:39 AM
i don't see my attributes (per log entry) in the tdms file (xls).
have to investigate if it is not overwritten afterwards with entries without attributes, but nevertheless...
Solved! Go to Solution.
09-16-2015 08:41 AM - edited 09-16-2015 08:49 AM
Please include a Snippet of your code, or attach your VIs, so that we can better assist you. We are here to help, but we need more information than this to have a starting place.
Do you mean Properties? The TDMS Write VI function doesn't include attributes from the waveform, just the data.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
09-16-2015 10:49 AM
If you are converting your TDMS file to an XLS file using the free addon, then your TDMS properties will be on the first worksheet. The format isn't very clean but the data is all there.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-16-2015 11:18 AM
Hey,
also the attributes? This is an extra field in the waveform block next to the value Y when writing into tdms. I will include a snippet of the code tomorrow.
The properties are all ok. but not these attribute(s).
regards,
koen.
09-16-2015 11:19 AM
The Waveform attributes are not written to the TDMS file unless you write them as properties yourself.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'