Two Stage Air Compressor Training Kit

Model - PCF13

Description

NiYo Engineers’ Two Cylinder Two Stage Reciprocating Air Compressor Training Kit is an invaluable aid in the effective understanding of the performance characteristics of a reciprocating compressor. The compressor is driven by an AC or a DC electric motor. It has a facility to vary the speed of the motor. In order to plot performance characteristics and to calculate efficiency of the compressor, instrumentation to measure power input, pressures, temperatures, mass air flow and compressor speed are provided.

Pressure versus Volume (P-V) Plot can be obtained for reciprocating compressor for further study.

Topics covered are,

  • Plotting of intake volume flow rate versus delivery flow rate for varying speeds for a reciprocating air compressor
  • Study of air delivery characteristics with varying compressor speed for a reciprocating air compressor
  • Study of air delivery characteristics with varying pressures for a reciprocating air compressor
  • Calculate Volumetric efficiency of a reciprocating compressor
  • Calculate Isothermal efficiency of a reciprocating compressor
  • To study the effect of an intercooler in a two stage reciprocating compressor
  • Plot P-V diagram of a reciprocating compressor

Components

  • Two cylinder two stage reciprocating air compressor with all safety arrangements and storage tank

  • Electric Motor

  • Multi-point Digital Temperature Indicator with sensors

  • Instrumentation to measure power input to the compressor

  • Pressure Gauges

  • Air Flow Measuring Unit

  • Instrumentation and software to plot P-V diagram

  • Control Panel

  • Step cone pulley arrangement for speed variation

  • Variable speed drive unit

  • Digital tachometer

  • Digital Pressure Indicator

  • PC, UPS, Printer and Table

Get in touch today to discuss
your specific needs

Download Datasheet

REQUEST INFORMATION

Powered by
Scroll to Top
document.addEventListener("DOMContentLoaded", function() {const form = document.querySelector(".wpforms-form");if (!form) return;form.addEventListener("submit", function(e) {// FIELD IDs (change according to your form) let name = document.querySelector("#wpforms-123-field_1"); let contact = document.querySelector("#wpforms-123-field_2"); let email = document.querySelector("#wpforms-123-field_3"); let subject = document.querySelector("#wpforms-123-field_4"); let number = document.querySelector("#wpforms-123-field_5"); let message = document.querySelector("#wpforms-123-field_6"); let organization = document.querySelector("#wpforms-123-field_7"); // NEW FIELD// VALIDATION RULES// Name: minimum 3 characters if (name.value.trim().length < 3) { e.preventDefault(); alert("Name must be at least 3 characters long."); return; }// Contact Number: must be digits & 10 digits long if (!/^[0-9]{10}$/.test(contact.value.trim())) { e.preventDefault(); alert("Please enter a valid 10-digit contact number."); return; }// Email: must be valid format if (!/^\S+@\S+\.\S+$/.test(email.value.trim())) { e.preventDefault(); alert("Please enter a valid email address."); return; }// Organization: required & min 3 characters if (organization.value.trim().length < 3) { e.preventDefault(); alert("Organization name must be at least 3 characters long."); return; }// Subject: required if (subject.value.trim().length < 3) { e.preventDefault(); alert("Subject is required."); return; }// Number field: must be numeric if (isNaN(number.value.trim()) || number.value.trim() === "") { e.preventDefault(); alert("Please enter a valid number."); return; }// Message: minimum 10 characters if (message.value.trim().length < 10) { e.preventDefault(); alert("Message must be at least 10 characters long."); return; }});});