01-31-2011 02:13 AM
Hello,
I have a digital multimeter which can be set to different measurement-ranges, like 2mV, 20mV, 2V, 200V and AUTOMATIC.
I have to plot measurement-values on a WaveGraph. The problem is that if the user sets the multimeter to automatic range detection the units (mV, V etc.) and the values differ respectively. Is there a way to automatically recalculate all measure points within a plot automatically by using a factor or do I have to do it "manually" by going through all double-values?
Thanks
02-01-2011 08:23 AM
Could you describe your input values as well as your interface between multimeter and Measurement Studio further?
What kind of format is the data you read in?
regards Christoph
02-02-2011 12:23 AM
02-02-2011 04:31 AM
After talking to a colleague of mine, we came to the conclusion that there are is no automatic parameterization of scales. This means that the range of Voltage should be fixed because conversion cant be performed automatically. In fact setting the axis to a fix value (e.g. Volt) would be the best solution, accepting that smaller values (mV,..) wont be displayed any more.
As you described in your first post, manually inserting/programming a conversion tool could possibly solve your issue.
Regards chras