Loading…
Loading…
方法名称: insertEntryWetCalibration
方法ID: 0x42F9
方法标签: Insert Entry (Wet Calibration)
方法描述: Inserts a new Entry to the conversion table. When using the wet calibration, the current sensor value is used as the raw value.
- {
- char status[3];
- int result;
- int iterator;
- result = 1;
- while (result)
- {
- _MenuDisplay(17146,literal_string(1554),0);
- send_trans(159,2,status);
- if (status[0])
- {
- display_response_status(159,status[0]);
- }
请登录以获得完整内容