Santiago D.
Austin, TX
Jan 18, 2010
2
Posts
Re: Passing LabVIEW Waveforms into ATEasy
Thank you for your reply Albert. I am using ATEasy 7.0 and LabVIEW 2009. Attached is the VI that is returning the waveform type. The output connector for the waveform is called 'Waveform'.
Santiago D.
File Attachment:
Dynamic_Data_Type.vi
Albert Q.
Anaheim, CA
Jan 18, 2010
11
Posts
Re: Passing LabVIEW Waveforms into ATEasy
Accessing LabView Waveform data type's components and attributes from ATEasy (or Visual Basic, C, etc..) is not directly supported. You need to create another VI to retrieve the components of the waveform and then return them via connector panes. Please see the following link for more information http://74.125.95.132/search?q=cache:vg-l9kjZv-kJ:lavag.org/topic/5293-creating-a-dll-for-use-elsewhere/+extcode.h%2BIWaveform&cd=5&hl=en&ct=clnk&gl=us
I have created and uploaded an example to demonstrate how to retrieve the waveform data from DynamicDataType.vi and display them using ATEasy's AChart control.
Regards,
Albert
File Attachment:
Waveform Example.zip