Loading…
Loading…
Method Name: LoopTestMeth
Method ID: 0x413D
Method Label: Loop Test
Method Help: Puts the Analog Out in manual control. Allows the operator to set the Analog Out value to 4 mA, 20 mA, or return to automatic control.
- {
- int result;
- _set_device_status(0xFF,0);
- result = SELECT_FROM_LIST(literal_string(628),literal_string(629));
- if (result == 0)
- _iassign(16465,4);
- else
- if (result == 1)
- _iassign(16465,20);
- else
- _iassign(16465,0);
- if (result != 2)
- ACKNOWLEDGE(literal_string(630));
- send_command_trans(230,1);
- if (result == 2)
- ACKNOWLEDGE(literal_string(631));
- else
Please login for more