Loading…
Loading…
Method Name: start_offline_tests_method
Method ID: 0x4852
Method Label: Start Offline Tests
Method Help: You can select which offline test to start. You can start tests with default parameters or change them if you wish.
- {
- char status[3];
- char xmtr_data[25];
- char temp2;
- char disp_string1[60];
- int temp;
- long ids[2];
- float ftemp;
- int ok_or_not;
- int cntr;
- int points_ok;
- int max_number_of_points;
- int test_number;
- int slen1;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _iassign(225,8);
- _iassign(226,0);
- _iassign(227,10);
- _iassign(228,1);
- test_number = SELECT_FROM_LIST(literal_string(1182),literal_string(1183));
- switch (test_number)
- {
- case 0:
- points_ok = 0;
- do {
- cntr = 1;
- _fassign(19255,50);
- _fassign(19256,60);
- _fassign(19258,2);
- _fassign(19257,8);
- _iassign(19526,1);
- while (points_ok == 0)
Please login for more