Changes between Initial Version and Version 2 of Ticket #61


Ignore:
Timestamp:
28/07/15 15:46:35 (9 years ago)
Author:
Olly Betts
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61

    • Property Keywords calibration added; calibraton removed
    • Property Status changed from new to assigned
    • Property Component changed from Other to cavern
    • Property Summary changed from Units option on *calabrate to Units option on *calibrate
  • Ticket #61 – Description

    initial v2  
    22*calibrate tape 0.05 0.752
    33
    4 But of thinks like mounting a DistoX in a waterproof case the offset will be measured with another device so will not want scaling
     4But of things like mounting a DistoX in a waterproof case the offset will be measured with another device so will not want scaling
    55
    66Suggestion 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.
     
    88if not units
    99
     10{{{
    1011real = ( reading - offset) * scale
     12}}}
    1113
    12 If units eg *calibrate tape -0.05m 0.752
     14If units eg {{{*calibrate tape -0.05m 0.752}}}
    1315
     16{{{
    1417real = reading * scale - offset
     18}}}