07-24-2018 04:53 AM
Hello. I have SCB-68E series DAQ and 6221 board. I use my daq with Labview 2013. I recorded a signal with my daq as text file. And now i want to use this signal. So i need the use this signal as output signal of my daq. I know my daq is capable to generate analog signal but i do not know if would be "my recorded signal". Can you help please? Thanks in advance.!
07-24-2018 06:37 AM
Usually, if you write a vi to store data, you should also wire a vi to read the data, followed by a test to prove that you have access to your data.....
Reading and converting a txt file is no big thing, what have you tried so far?
If you post your vi, add a (not too long) txt file ...
07-24-2018 07:44 AM
Thanks for your reply! I am new on Labview and daq platforms. In the first stage, I collect my data and write on a .lvm file. Then i used "read from measurement file" tool and load the .lvm file here. Output of this tool i used Daq Assistant and configure it as voltage output. The wiring is below. But it gives an error as " LabVIEW: File contains erroneous data. This normally is a user data file." .