Loading…

方法名称: methodManualSetpoint

方法ID: 0x402A

方法标签: Set Position

方法描述: Set manual valve setpoint in % or set the position by equivalent input current to imulate non-linear characterization and limits.


  • {
  • int result;
  • char nbr;
  • char status[3];
  • char prevMode;
  • send(249, status);
  • if( _ivar_value(16385) == 3 )
  • {
  • ACKNOWLEDGE("|en|The device must not be in NORMAL mode to perform this operation. Please change the device mode.");
  • process_abort();
  • }
  • ACKNOWLEDGE("|en| WARNING! This command strokes the valve and should not be performed with process running.");
  • result=SELECT_FROM_LIST("|en|Manual Setpoint:",
  • "|en|Set By Position;Set By Signal");
  • if( result == 0 )
  • {


请登录以获得完整内容