05-21-2012 12:15 PM
how can i get NI-trace data to go directly into labview to trigger separate daq board, is there a vi that will display ni trace data as it is generated?
05-22-2012 11:39 AM
makemyday,
Can you please provide more information? When you say NI Trace, which of the following do you mean?
05-22-2012 01:17 PM
05-22-2012 09:20 PM
05-23-2012 10:02 AM
the io trace is recording/displaying gpib commands sent by tile software to different instruments, starting a sig-gen and setting frequencies, etc.
I would like to be able to interact with the text string that is being displayed in the io trace as it is occuring or shortly afterwards in a labview vi running daq on the same machine
05-23-2012 12:12 PM
makemyday,
I do not believe there is any way to get this data directly into LabVIEW.
You can, however, enable logging to file inside NI I/O Trace by following the instructions found here:
Performing a Good NI I/O Trace Capture for Debugging/Troubleshooting
http://digital.ni.com/public.nsf/allkb/282C5D41E2BA04F2862574BA007803B9
I would recommend keeping the option to Split Across Multiple Files.
You can then read and parse this file inside your LabVIEW application using File IO. You incur some timing overhead since you are reading/writing to disk, but if your application permits that, this is a solution.
05-23-2012 04:11 PM
Thanks Jared, I saw that and it should give us what we need,
I added time stamp to the data so lining up the data sets should work
fred