Loading…
Loading…
Method Name: ClearTotalMethod
Method ID: 0x4097
Method Label: Clear Total
Method Help: Clear the diplayed flow total.
- {
- char acStatus[3];
- char acDispString[120];
- int wSlen;
- int wChoice;
- wSlen = 60;
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _get_dictionary_string(19726337,(acDispString),(wSlen));
- ACKNOWLEDGE(acDispString);
- _add_abort_method(4118);
- wChoice = SELECT_FROM_LIST("|en|This will clear the total value. Do you want to continue?","|en|No;Yes" );
- switch( wChoice )
- {
- case 0:
Please login for more