i am using The VBToLV.vbp example, which originally ran the parse arithmetic expression vi from VisBasic, allowing the user to enter an expression in vb, and get the answer automatically in vb. I have modified this to call a modified version of Real-Time Chart.vi.
however, when the vi is called, the vb program stops ( aquiring data for input into the vi).is there a function that i can use that allows VB to keep running and passing data as it arrives to the vi? also, any ideas on how i should pass this data to the vi (array?)?Thanks.