Loading…
Loading…
Method Name: SetupHARTMethod
Method ID: 0x4116
Method Label: Setup HART
Method Help:
- {
- char status[3];
- long select;
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- select = 0;
- _MenuDisplay(16663,literal_string(784),literal_string(785));
- send(18,status);
- if (status[0] > 0)
- {
- display_response_status(18,status[0]);
- }
- send(17,status);
- if (status[0] > 0)
- {
- display_response_status(17,status[0]);
- }
Please login for more