Loading…
Loading…
Method Name: two_point_sensor_trim
Method ID: 0x403E
Method Label: Two point trim
Method Help: Sensor offset/gain Trim, Calibrate the sensor. The differens between the enteret value and the messuret value, may max differ 10% USL-LSL. Hi point should be minmum 10 % larger then low Point
- {
- long ids[1];
- char status[3];
- float trim_point_hi_true;
- float trim_point_hi_mes;
- float trim_point_low_true;
- float trim_point_low_mes;
- float x;
- int rc;
- _fassign(16441,0.0);
- _fassign(16442,1.0);
- send(141,status);
- if (status[0])
- {
- display_response_status(141,status[0]);
- DELAY(2,literal_string(148));
- process_abort();
- }
- DELAY(4,literal_string(150));
Please login for more