Loading…

方法名称: methodFindStops

方法ID: 0x401D

方法标签: 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(697));
  • process_abort();
  • ;
  • }
  • ;
  • send(249,status);
  • if (status[0] != 0)
  • {
  • display_response_status(249,status[0]);
  • DELAY(3,literal_string(697));
  • process_abort();
  • ;
  • }
  • ;
  • if (_ivar_value(16384) != 0)
  • {
  • ACKNOWLEDGE(literal_string(698));
  • PUT_MESSAGE(literal_string(699));
  • _add_abort_method(16387);
  • _iassign(16826,0);


请登录以获得完整内容