LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

USB-600x Interactive.vi output to a ASCII file

I would like to use the USB-600x Interactive control.vi . I want ot get the data out as an ASCII.  How do I do that?

Thank.

0 Kudos
Message 1 of 4
(2,697 Views)

Hello Music,

First of all, the USB 600X devices are now supported by DAQmx!  I highly reccomend installing the newest verson of the DAQmx driver.

You cannot read the data back in ASCII format.  However, once you read the data out, you can convert it to ASCII using the String/Number Conversion functions on the the String functions palette.

 
Eric
DE For Life!
0 Kudos
Message 2 of 4
(2,683 Views)

E. Lee,

 

Thank you, for your information.  I was playing with the program and found the NI Datalogger, It almost does what I need.

 

This is my new question.

Datalogger creates a data file for one channel.  How can I get the data for all channels?

 

Music

0 Kudos
Message 3 of 4
(2,665 Views)
Hello Music,

In order to get data from more the one channel, we have to specify these channels in the "Physical Channel" control parameter of the NI Datalogger.  There are two ways to do this:
1) If you have a sequential list of channels (i.e. chanels 0,1,2, and 3), then set the control to "Dev1/ai0:3"
2) You can also specify multiple channels using this format:  "Dev1/ai0, Dev1/ai3, Dev1/ai5"
Eric
DE For Life!
0 Kudos
Message 4 of 4
(2,652 Views)