Cut Section of Hydraulic/Pneumatic Components

Model - CUT15

Description

NiYo Engineers’ Cut Section of Hydraulic and Pneumatic Components are manufactured from new/used components. Detailed construction and working are clearly explained. Colour coded cut section helps easy understanding. The components are sectioned with an aim of teaching/training. The instructor can operate the component to easily and effectively explain the working of the component, for example spool of a solenoid valve can be moved manually.

Hydraulic components:

  • 4/2 Way Valve Lever Operated Spring Return

  • 4/3 Way lever Operated 3 position Valve

  • 3/2 Way Valve, Lever Operated

  • All types of hydraulic pumps

  • Sequence Valve

  • Unidirectional Flow Control Valve

  • Non Return Valve

  • Single Solenoid Valve

  • Double Solenoid Valve

  • Pressure Reducing Valve

  • Pressure Relif Valve

  • Bi Directional Flow Control Valve

  • Shut off valve

  • And many more…

Pneumatic components:

  • 3/2 way Directly Actuated Valve

  • 5/2 way Hand Lever Operated Valve

  • 3/2 way Indirectly Actuated Valve (With push button)

  • 3/2 way Mushroom Button Operated Spring Return Valve

  • 3/2 way Roller Lever Actuated Valve

  • 5/2 way Valve with Selector Switch

  • 3/2 way Pilot Operated Spring Return Valve

  • 5/2 way Solenoid Operated Spring Return

  • 5/2 way Double pilot Valve

  • Quick Exhaust Valve

  • One-Way Flow Control Adjustable Valve

  • Double Acting Cylinder

  • Single Acting Cylinder

  • Rotary Actuator

  • And many more…

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; }});});