Elliot Igv Not Openning Problem
Elliot Igv Not Openning Problem
generation, petrochemical, and other heavy industries. They can be either centrifugal or
axial, and they’re known for being highly engineered for specific process needs.
"He doesn't open the inlet valve when starting the compressor in 'auto' mode."
Common Reasons Why the Inlet Valve Doesn’t Open in AUTO Mode (Elliott
Compressor)
• The compressor’s PLC or DCS might be waiting for a specific condition (e.g.,
permissive signal) before commanding the valve to open.
• The inlet guide vane (IGV) or inlet valve actuator may be stuck or failed.
• Positioner might not be receiving the command or may not be calibrated properly.
➡ Try opening the valve in manual mode from the HMI. If it still doesn’t move — suspect
mechanical/electrical issues.
• Sometimes, the system waits for confirmation from a limit switch or position
feedback sensor before proceeding.
• If the system thinks the valve is already open (false feedback), it won’t send the open
command.
➡ Check valve position feedback and confirm the signal is being read correctly.
4. Mode Mismatch
• In some systems, the inlet valve only opens after a pre-lube cycle or shaft turning
gear is disengaged.
• Active fault (e.g., high vibration, temp, pressure, or safety system trip) may block the
valve from opening.
What to Do Next
1. Check the HMI / DCS screen — is there any message or fault preventing startup?
2. Try manual mode — can you open the valve manually from the interface?
3. Confirm interlocks — look at the logic for what's needed to allow valve operation.
4. Inspect the valve & actuator physically — stuck, air supply issue (for pneumatic),
electrical disconnection?
5. Review the operation manual / IO list — Elliott systems usually come with detailed
startup sequences and troubleshooting guides.
Elliott PAP Plus compressor, model 270 DA3, which is a centrifugal air compressor — a
robust, high-efficiency unit commonly used in industrial plants.
• Air control: Usually via Inlet Guide Vanes (IGVs) for flow control
• Startup mode: AUTO mode relies on a strict sequence logic — if any interlock or
condition is not satisfied, the IGVs won't open.
Issue: IGV (Inlet Valve) not opening in AUTO mode
Let’s focus specifically on your case. Here's a tailored troubleshooting path for the 270 DA3.
The IGVs will not open unless certain startup permissives are met:
Look at the HMI/DCS or panel for any "Startup Inhibited" or "Permissive Not Met"
messages.
Elliott’s control system (often Allen-Bradley or Siemens based) has a ladder logic or function
block diagram that controls startup.
• It waits for a “start command” signal AND all interlocks to be OK before it sends “IGV
Open”.
• If even one feedback (like "Motor Running") is missing, IGV won't open.
Solution: Use “Force Start” diagnostics from the control panel if available, or ask your
automation technician to inspect the startup rung in PLC logic.
• If there's no movement:
🛠 Try this:
• If the controller thinks the valve is already open or can't verify position → it blocks
command.
Check:
Double-check:
Many Elliott compressors will not open IGV if any of the following are active:
• High vibration
Go through:
• Alarm log
• Trip/fault history
• Inspect the IGV linkage and actuator for binding, loose components, or broken shaft
The IGV isn't faulty — the control system is intentionally sending a “closed” signal (0% = 4
mA) at startup in AUTO mode.
This is actually a normal behavior in many Elliott compressors during the startup phase,
where the control logic wants the IGV fully closed until:
So in short:
It’s not that the signal is failing — the PLC is deliberately commanding IGV to stay closed
until startup logic is complete.
Confirm These 4 Key Things:
The PLC/DCS is likely waiting for some permissive(s) to clear. Until then, it will send 0% (4mA)
to the IGV.
Ask your automation/control technician to check the function block or ladder logic
around the IGV command — is it stuck waiting for a condition?
There may be a timed delay after motor start before the IGV opens.
If Motor Running AND Startup OK AND Timer > 10s → Open IGV
🛠 Wait 10–20 seconds during AUTO startup and see if signal increases.
In some systems, the IGV is controlled by a PID loop (based on pressure or flow). If the
setpoint is zero or the PID controller is not active, the output could remain at 0%.
Verify:
If the control system thinks the valve is already open or in error, it might override and force it
shut.
Check for:
3. After confirming IGV is working, trace in the logic where the 4mA command is
coming from — what rung or function block is keeping it low?
In one plant, the "Motor At Speed" signal was missing due to a faulty sensor → control logic
never released the IGV, and it stayed at 4mA despite everything else being OK.
Another case:
PID loop for IGV was disabled because the operator switched to AUTO too early — before
airflow demand calculation kicked in.
simple IGV startup logic diagram you can use for troubleshooting with your technician? Or
help you write a technical note to escalate to Elliott service support?
Here's a simplified IGV startup logic diagram for an Elliott PAP Plus centrifugal air
compressor like your 270 DA3. This can help you troubleshoot or explain to your
automation/control team what logic steps are expected before the IGV opens.
────────────────────────────────────────────────────────
────────────────────────────────────────────────────────
▼
[Are All Start Permissives OK?]
YES
▼
[Start Motor Sequence Initiated]
▼
[Is Motor At Rated Speed / Stable RPM Achieved?]
YES
▼
[Startup Timer > Delay Time? (e.g. 5–15 sec)]
YES
▼
[Activate PID or Open Loop IGV Control Logic]
┌──────────────────────────────────────────────┐
│ If in PID mode: │
└──────────────────────────────────────────────┘
▼
[Send 4-20 mA Output to IGV Actuator (based on %)]
│
▼
[Monitor IGV Position Feedback]
▼
[If Position Matches Setpoint → Continue Operation]
You can:
“IGV drops to 4 mA during AUTO start; manual works. Seeking verification of expected signal
path and permissive triggers.”