Loading…

方法名称: methodFindStops

方法ID: 0x4032

方法标签: Find Stops

方法描述: Run automatic find stops will establish the calibration position of the valve at actuator pressure vented and at full supply pressure.


  • {
  • char nbr;
  • char status[3];
  • char prevMode;
  • int newModes[3];
  • int newModeIndex;
  • send(249,status);
  • if (status[0] != 0)
  • {
  • display_response_status(249,status[0]);
  • DELAY(3,literal_string(760));
  • process_abort();
  • ;
  • }
  • ;
  • if (_ivar_value(16572) == 128)
  • {
  • ACKNOWLEDGE(literal_string(761));
  • return;
  • }
  • send(249,status);
  • if (status[0] != 0)
  • {
  • display_response_status(249,status[0]);
  • DELAY(3,literal_string(760));
  • process_abort();
  • ;
  • }
  • ;
  • if (_ivar_value(16397) != 0)


请登录以获得完整内容