Loading…
Loading…
Method Name: wire_trim
Method ID: 0x402D
Method Label: Lead balancing
Method Help: Lead balancing - The resistance of the connection lines to sensor can be compensated for. This step is only necessary for measurement resistors in 2- or 3-wire circuitry.
- {
- int eingang;
- int select;
- int anzahl;
- int counter;
- int success;
- char status[3];
- char xmtr_status[25];
- _set_device_status(0xFF,0);
- _set_all_resp_code(0);
- _set_xmtr_device_status(0xFF,0);
- _set_xmtr_all_resp_code(0);
- ACKNOWLEDGE(literal_string(247));
- _add_abort_method(4118);
- eingang = _ivar_value(16384);
- if ((eingang & 0xC0) == 0)
- {
- if (eingang & 0x08)
- {
- select = SELECT_FROM_LIST(literal_string(142),literal_string(251));
- ACKNOWLEDGE(literal_string(252));
- ACKNOWLEDGE(literal_string(253));
- }
Please login for more