08-20-2006 01:15 AM
08-21-2006 10:23 AM
08-21-2006 02:00 PM
08-21-2006 02:27 PM
08-21-2006 02:37 PM
08-21-2006 02:57 PM - edited 08-21-2006 02:57 PM
You would be able to use your current LabVIEW program, but would have to make some changes to it. Instead of the LabVIEW program writing to the chart, you would just have it output the data to plot and then send this data to the chart via VB 6.0.
You would then get rid of the while loop that is in your LabVIEW program (so it is only running through the acquisition once) and add a loop in your VB code to make the LabVIEW program be called continuously and the chart to update as it is being acquired.
Brandon Vasquez
Applications Engineer
National Instruments
Message Edited by Brandon V on 08-21-2006 02:58 PM