09-27-2007 12:55 PM
09-28-2007 05:59 PM
Hi Perry,
It looks like you’ve set up your scale correctly. One thing that I can suggest is that you check your input voltage to make sure that value is expected. If you’re unable to exceed 1500 psi it might be because your signal never goes much above 100 mV. If your scaling still looks correct, please post back with information about your DAQ card, any drivers that your using, and anything else you think might be pertinent.
09-28-2007 06:06 PM
It is a USB-6259 with the mass terminal option with a breakout box. The input is set to +-10V and it does the same thing if I hook one of the 5V lines to the input channel. When I am not scaling the data everything is fine. I am also using the write to file assistant so that could be truncating something as well. I am using Labview 7.1 with Nidaqmx.
Perry
10-01-2007 06:15 PM - edited 10-01-2007 06:15 PM
Hi Perry,
I’d like to narrow down what part of your application is causing this problem. From what I can deduce from your posts, I believe the problem is either with how you are setting up the scale or with how you write to a measurement file. Are you reading the data from the file or from a graphical display in LabVIEW to determine that your values are being truncated?
When you say, “When I am not scaling the data everything is fine” do you mean that you’re able to get valid voltage readings in LabVIEW or from a voltmeter? What range of voltages are you reading? Have you tried creating a new scale to see if you can get some valid readings?
When you say, “write to file assistant” do you mean the Write LabVIEW Measurement File Express VI? There aren’t any parameters to limit data precision. Could it possibly be the Write to Spreadsheet File.vi? This VI has a formatting string which could cause your data to be changed. The format specifier syntax can be found in the LabVIEW Help under Grouping Data Using Strings, Arrays, and Clusters » Strings » Format Specifier Syntax.
Let me know if this helps!
Message Edited by ryan_d on 10-01-2007 06:16 PM