03-08-2012 05:57 AM
Hi,
I have a stored wfrm data captured and stored in LabVIEW and need to use this data in a Borland C++ application.
Since most of the data also have additional information stored in a 'history' string in the attributes section (filters applied, etc) it would be perfect to find a routine that could load arrays of wfrms without loosing these meta information in C++.
I could have access to LabWindows (currently not installed) but currently do my first steps in C ..
03-09-2012 02:40 AM
Hi,
I found that example on the web showing how to access Waveform with attributes from CVI using Datasocket. I do not know if it would work the same with an Array of waveform or if it applies at all to your application but I think it is worth a look:
Using Datasocket to Read A Waveform with Attributes
http://zone.ni.com/devzone/cda/epd/p/id/3846
Best regards