Changes between Initial Version and Version 2 of Ticket #61
- Timestamp:
- 28/07/15 15:46:35 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61
- Property Keywords calibration added; calibraton removed
-
Property
Status
changed from
new
toassigned
-
Property
Component
changed from
Other
tocavern
-
Property
Summary
changed from
Units option on *calabrate
toUnits option on *calibrate
-
Ticket #61 – Description
initial v2 2 2 *calibrate tape 0.05 0.752 3 3 4 But of thin ks like mounting a DistoX in a waterproof case the offset will be measured with another device so will not want scaling4 But of things like mounting a DistoX in a waterproof case the offset will be measured with another device so will not want scaling 5 5 6 6 Suggestion is to allow the addition of units to the offset if the scale factor should not be applied, this should allow the original format to continue to work while adding functionality. … … 8 8 if not units 9 9 10 {{{ 10 11 real = ( reading - offset) * scale 12 }}} 11 13 12 If units eg *calibrate tape -0.05m 0.75214 If units eg {{{*calibrate tape -0.05m 0.752}}} 13 15 16 {{{ 14 17 real = reading * scale - offset 18 }}}