07-31-2006 03:21 PM
08-01-2006 12:12 PM
Sheetal,
The output of that express vis is of dynamic data type. You need to convert it to a waveform (use the "from ddt.vi") which will then give you the waveform data type. You can then use the "Get Waveform components" to access the "Y" array data.
Post to let us know if this helped out.
Chris C
08-01-2006 02:06 PM
Thanks it worked.
If I right click\create\indicator it creates double. but if I create and array on front panel and then connect to dynamic data it automatically convert output to array.
I learned more about dynamic data types.
Thanks.