Momentary push button in DeltaV

How i can implement momentary push button in deltav?

3 Replies

  • Can you be more specific on where this momentary push button is located (On a display, field button wired to DeltaV, field button not wired to DeltaV, etc) and what function it has (Start Pump, Stop Pump, etc)?
  • In reply to Matt Stoner:

    On a display just to start the pump.
  • In reply to OZ123:

    Hi,

    I usually used an INPUT paramater and on delay timer (3-5 seconds) then use an ACTION block to set the INPUT parameter to FALSE again.

    INPUT parameter =====> ON DELAY TIMER ======> ACTION BLOCK

    then used that input parameter to start the pump (you will have an INPUT parameter TRUE value for 3-5 seconds)