03-25-2010 01:21 AM
Dear Sir,
I am using DAq card PCI 6251 and BNC 2120 for acquiring analog input current waveform.i want to store the current waveform in labview not the datas of the current. i used that write to measurement file but it stores only the datas not the waveform. so please suggest me the solutions for storing the analog input current waveform. with thanks in advance suresh.
03-25-2010 09:21 AM - edited 03-25-2010 09:23 AM
You would have been better to post this question to the LabVIEW board since it has nothing to do with DAQ.
I'm assuming that what you mean is that you want to store the image of a graph. You can use an Invoke Node. The Get Image method will return Image Data and you can wire that to a Write JPG/Write PNG/Write BMP function.
Edit - why would you create a new thread instead of posting to your original?