Loading…

方法名称: LoopTestMeth

方法ID: 0x413D

方法标签: Loop Test

方法描述: 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


请登录以获得完整内容