Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
reference:add-ons:dmm-shield:libraryuserguide [2018/06/07 07:00] – [DMMExportCalib] Cristian Fatureference:add-ons:dmm-shield:libraryuserguide [2018/06/07 07:04] – [DMMImportCalib] Cristian Fatu
Line 381: Line 381:
 | "ERROR, Invalid EPROM magic number" | ERROR, the magic number was not properly retrieved when reading from EPROM.  | | "ERROR, Invalid EPROM magic number" | ERROR, the magic number was not properly retrieved when reading from EPROM.  |
 | "ERROR, Invalid EPROM checksum" | ERROR, the checksum does not match the content when reading from EPROM. | | "ERROR, Invalid EPROM checksum" | ERROR, the checksum does not match the content when reading from EPROM. |
-|"ERROR, Invalid value, provide an integer number for the first token, corresponding to scale index"|The integer number corresponding to the scale index was not properly provided| +
-|"ERROR, Invalid value, provide a float number for the second token, corresponding to Mult. coefficient"|The float number corresponding to the Mult. coefficient was not properly provided| +
-|"ERROR, Invalid value, provide a float number for the third token, corresponding to Add. coefficient"|The float number corresponding to the Add. coefficient was not properly provided|+
  
 ==== DMMImportCalib ==== ==== DMMImportCalib ====
Line 408: Line 406:
 ^ Answer  ^ Meaning  ^ ^ Answer  ^ Meaning  ^
 | “OK, Scale: <scale index>, Calibration coefficients: Mult = <Multiplicative calibration coefficient>, Add = <Additive calibration coefficient>”\\ Example:\\  “OK, Scale: 10, Calibration coefficients: Mult = 0.021222, Add = -0.000125”| Success, the calibration data is imported, the message communicates the scale index (integer value), the calibration multiplicative coefficient (6 decimals signed value) and the calibration additive coefficient (signed float value) | | “OK, Scale: <scale index>, Calibration coefficients: Mult = <Multiplicative calibration coefficient>, Add = <Additive calibration coefficient>”\\ Example:\\  “OK, Scale: 10, Calibration coefficients: Mult = 0.021222, Add = -0.000125”| Success, the calibration data is imported, the message communicates the scale index (integer value), the calibration multiplicative coefficient (6 decimals signed value) and the calibration additive coefficient (signed float value) |
-| "ERROR, Invalid scale index " | ERROR, invalid selected scale index+|"ERROR, Invalid value, provide an integer number for the first token, corresponding to scale index"|The integer number corresponding to the scale index was not properly provided
-| "ERROR, Invalid value, provide a float number for second token" | ERROR, the second parameter does not contain a proper integer value (signed float value).| +|"ERROR, Invalid value, provide a float number for the second token, corresponding to Mult. coefficient"|The float number corresponding to the Multcoefficient was not properly provided
-| "ERROR, Invalid value, provide a float number for third token" | ERROR, the third parameter does not contain a proper integer value (signed float value). |+|"ERROR, Invalid value, provide a float number for the third token, corresponding to Add. coefficient"|The float number corresponding to the Addcoefficient was not properly provided|
 | "ERROR, The expected parameters were not provided on the UART command" | ERROR, the three expected parameters were not provided.| | "ERROR, The expected parameters were not provided on the UART command" | ERROR, the three expected parameters were not provided.|