Loading…
Loading…
Method Name: plateau_measurement_method
Method ID: 0x40E1
Method Label: Plateau Messung
Method Help: Startet die Plateau Messsung - Achtung Plateau Messung ist nur möglich, wenn die Dichte während dieser Zeit konstant ist.
- {
- char status[3];
- int i_choice;
- int i_choice_2;
- long ids[7];
- SET_NUMBER_OF_RETRIES(3);
- _set_no_device(2);
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- ids[0] = 16515;
- ids[1] = 16516;
- ids[2] = 16517;
- ids[3] = 16518;
- ids[4] = 16514;
- ids[5] = 16424;
- ids[6] = 16439;
- i_choice = 0;
- i_choice_2 = 0;
- send(191,status);
- if (status[0] != 0)
- {
- if (status[0] == 3 || status[0] == 4 || status[0] == 2 || status[0] == 65 || status[0] == 113 || status[0] == 114)
- {
- display_response_status(191,status[0]);
- }
- else
- if (status[0] == 112)
- {
- }
- else
- {
- display_response_status(191,status[0]);
- process_abort();
- }
- }
- ;
- i_choice = SELECT_FROM_LIST(literal_string(623),literal_string(580));
Please login for more