Loading…
Loading…
Method Name: user_calibration
Method ID: 0x404A
Method Label: Польз. станд. кал
Method Help: Perform a user calibration that allows the user a physical input for high and low trim.
- {
- char status[3];
- char disp_string1[60];
- int slen1;
- long varray[3];
- float vtemp;
- int vunit;
- int choice;
- slen1 = 60;
- _set_all_resp_code(0);
- _get_dictionary_string(19726337,disp_string1,slen1);
- ACKNOWLEDGE(disp_string1);
- _add_abort_method(4118);
- _iassign(16408,1);
- DELAY(6,literal_string(179));
- send(135,status);
- if (status[0])
- {
- display_response_status(135,status[0]);
- process_abort();
- }
- else
Please login for more