Loading…
Loading…
Method Name: MthdSwHARTRev
Method ID: 0x43C5
Method Label: Switch HART Protocol Rev
Method Help: This method will switch the Device from HART 5 to HART 7 and vice versa
- {
- char status[3];
- char disp_string1[60];
- int slen1;
- int result;
- int Rs;
- int Get;
- slen1 = 60;
- result = SELECT_FROM_LIST(literal_string(1784),literal_string(1513));
- if (result == 0)
- {
- _add_abort_method(17130);
- send_command(239);
- PUT_MESSAGE(literal_string(1785));
- if (_ivar_value(17350) == 5)
- {
Please login for more