Masters or equivalent degree in Mechanical Engineering, Manufacturing Engineering, Engineering Mechanics, Materials Engineering, MechanicalManufacturing Engineering Technology or related engineering field and 2 years related engineering experience or Bachelors or equivalent degree in Mechanical Engineering, Manufacturing Engineering, Engineering Mechanics, Materials Engineering, MechanicalManufacturing Engineering Technology, or related engineering field and 5 years related engineering experience. Experience must includebr br o Manufacturing process related activities such as fixture design, metal working, welding, brazing, and grinding.br o Manufacturing and assembly processes including design and manufacturing hurdles that must be overcome to manufacture product.br o Project leadership in Value Engineering, such as design changes, new process investigation or product and process improvement.br o Computer aided design such as Unigraphics NX8.5, SolidWorkds, NX and AutoCadbr o Quality related analysis tools such as MiniTab, Gage RR, Capability Studies, Tolerance Stackups and deviation analysis.br o Process evaluation tools such as Design of Experiments DOE, statistical data analysis, risk analysis, flow layout.br o Advanced manufacturing techniques such as laser, coating technology, and powder metallurgy.br o Value Analysis principles and Design for Manufacturing Assembly DFMA methodology.br o Various cost drivers associated with materials; labor overhead.br br Ability to travel domestically and internationally 15 of the time required.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });