Loading…
Loading…
Method Name: OutputTrimResetMethod
Method ID: 0x42EF
Method Label: AO Trim Reset
Method Help: User can reset output trim to factory trim.
- {
- char status[3];
- char disp_string[60];
- int wChoice;
- int wLength;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- wLength = 60;
- _get_dictionary_string(19726337,disp_string,wLength);
- ACKNOWLEDGE(disp_string);
- _add_abort_method(4118);
- wChoice = SELECT_FROM_LIST(literal_string(871),literal_string(872));
- switch (wChoice)
- {
- case 0:
Please login for more