Interfacing a Motion Sensors chip with LabView

hi,

What i'm doing: im new to using the Arduino. i have a Fio and ive been able to successfully interface it with Labview and read in data from a motion sensor chip with an accelerometer and gyroscope.

Process: i am sending 5 analog inputs to the fio where they need to be converted to digital and then muxed through the USB and then LabView "smooths" the data (so that it scrolls smoothly on the graph)

Problem: the speed at which data is being displayed is slow. When the voltage coming from the 3-axis Accelerometer and 2 -axis Gyroscope (Total of 5 inputs) is displayed on a waveform chart with synchronous display, there is a delay of about 8-10 seconds.

Question: how can i make it(the rate at which the waveform chart scrolls the data) faster(near real time)?

By reducing the number of samples you need in the smoothing.

What speed do you get for simple data transfer?