Loading…
Loading…
Method Name: device_variable_trim_reset
Method ID: 0x1083
Method Label: Sensor Trim Reset
Method Help: Device Variable Trim Reset- Allows for the device variable to be set to its default factory trim.
- {
- char status[3];
- char disp_string1[104];
- int wChoice;
- int slen1;
- slen1 = 104;
- _get_dictionary_string(19726337,disp_string1,slen1);
- ACKNOWLEDGE(disp_string1);
- _add_abort_method(4118);
- _get_dictionary_string(19726356,disp_string1,slen1);
- ACKNOWLEDGE(disp_string1);
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- wChoice = SELECT_FROM_LIST(literal_string(299),literal_string(277));
- switch (wChoice)
- {
- case 0:
Please login for more