Loading…
Loading…
Method Name: OutputTrimResetMethod
Method ID: 0x4078
Method Label: AO1 Trim Reset
Method Help: User can reset output 1 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(241),literal_string(242));
- switch (wChoice)
- {
- case 0:
Please login for more