... |
... |
@@ -503,18 +503,18 @@ |
503 |
503 |
|
504 |
504 |
* Calibration with weights |
505 |
505 |
** Step1: Do not put any weights on the load cell. |
506 |
|
-** Step2: #8 value is written as 0x0001. |
|
506 |
+** Step2: Write 0x0001 to #8. |
507 |
507 |
** Step3: Add standard weights to the load cell. |
508 |
508 |
** Step4: Write the weight of the current weight on the chassis into #23. |
509 |
|
-** Step5: #8 value is written as 0x0002. |
|
509 |
+** Step5: Write 0x0002 to #8. |
510 |
510 |
* Weightless calibration |
511 |
511 |
** Step1: Do not put any weights on the load cell. |
512 |
512 |
** Step2: Write the maximum range of the sensor into #23. |
513 |
513 |
** Step3: Write the sensor sensitivity into #39, accurate to three decimal places. |
514 |
|
-** Step4: #8 value is written as 0x0003. |
|
514 |
+** Step4: Write 0x0003 to #8. |
515 |
515 |
* Modify calibration parameters: |
516 |
516 |
** Step1: Modify the calibration parameter values in BFM#35 to BFM#38; |
517 |
|
-** Step2: #8 value is written as 0x0004. |
|
517 |
+** Step2: Write 0x0004 to #8. |
518 |
518 |
|
519 |
519 |
**✎Note: **When a value is written to BFM#8 or BFM#48 using the device monitor, it is automatically reset to 0. |
520 |
520 |
|