Loading…
Loading…
Method Name: m_man_offval_func
Method ID: 0x4324
Method Label:
Method Help:
- {
- int choice;
- char status[3];
- { _set_all_resp_code(0); _set_device_status(0xFF,0); _set_xmtr_device_status(0xFF,0); _set_xmtr_all_resp_code(0); };
- enum32_r_index_code = buf_calval_man_valve_id;
- send_command(142);
- enum32_r_index_code = buf_calval_gas_type_id;
- send_command(142);
- if(enum32_r_array[buf_calval_gas_type_id] == 0){
- ascii8_r_index_code = 1552;
- send_command(137);
- if(enum32_r_array[buf_calval_man_valve_id] == 1){
- ACKNOWLEDGE("|en|Device will start offline validation %{buf_num_index} with %{v_gases_type_1} gas.\nValves are automatically controlled during the validation.");
- }else{
- ACKNOWLEDGE("|en|Device will start offline validation %{buf_num_index} with %{v_gases_type_1} gas.");
- }
- }else{
- ascii8_r_index_code = 1553;
- send_command(137);
- if(enum32_r_array[buf_calval_man_valve_id] == 1){
- ACKNOWLEDGE("|en|Device will start offline validation %{buf_num_index} with %{v_gases_type_2} gas.\nValves are automatically controlled during the validation.");
- }else{
- ACKNOWLEDGE("|en|Device will start offline validation %{buf_num_index} with %{v_gases_type_2} gas.");
- }
- }
Please login for more