Loading…
Loading…
Method Name: set_path_length
Method ID: 0x40F2
Method Label: Set Path Length
Method Help: Set the path length, applicable for open path sensors like Excel. Applicable minimum Authorization : Level 2
- {
- char status[3];
- char xmtr_status[25];
- char disp_string1[60];
- float local;
- float low;
- float high;
- int slen1;
- int temp;
- int choice;
- int cfgchange;
- long ids[2];
- slen1 = 60;
- _set_all_resp_code(0);
- _set_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- choice = select_from_list(literal_string(728),ids,literal_string(574));
- if (choice != 0)
- {
- ACKNOWLEDGE(literal_string(729));
- process_abort();
- }
Please login for more