05-19-2012 01:44 AM
Hello sir,
I want to know that , I have saved data in ASCII file in my PC and i want to give this data to my DAQ card as input for analysis purpose . Sir how it can be possible because in DAQ card there is no such type of option to take data from pre saved ASCII file .
I am using LABVIEW 7.1
05-19-2012 06:41 AM
Are you talking about an analog input or an analog output operation? If you're talking about an analog input, you can't. You have to do that in your own code by having the analysis portion of your code work off or "real" data coming from your DAQ card, or "simulated" data coming from your file. If you're talking about an analog output, this is fairly easy to do, and is shown in the DAQmx examples.
05-19-2012 08:20 AM
Sir,
I have data which is taken from sensor and it is pre saved in my PC. now currently i made a VI which is capable to take data from DAQ card.
So may question is that is this possible to give this ASCII file to DAQ card as input. this is analog signal.
In my DAQ card only some controls are there and there is not any control like to take the data from pre saved file (file path ) . So is this possible or not ?
05-19-2012 10:42 AM
05-19-2012 11:51 AM
But Sir i am not working with NI DAQ car i am working with MCC DAS 1200 DAQ card there is not any option
05-19-2012 12:28 PM
You never said you weren't using a DAQmx card...
Still, in that case there should have been examples included with the MCC DAS card. Did you look?
05-19-2012 12:43 PM
05-20-2012 01:36 AM
Sir ,
I can read the file using some function. I am sending you my VI from which i read the saved data , now my question is that this array which i got , i want to give this array to input to DAQ card VI , i am sending you DAQ card VI also .
05-20-2012 02:04 AM
05-20-2012 02:26 AM