1

Flex Injection Molding Engineer Jobs in Illinois

Sr Process Injection Molding Technician

Schaumburg, IL · On-site

$24.50 - $29.50/hr

... injection molding and vision-based camera inspection system processes are stable, capable, and ... Engineering & Validation Support Essential Job Functions: ~ 60% • Execute machine, mold, and ...

Understanding of Molding tool room equipment. * Knowledge of piece part inspection to quality ... OTTO Engineering is an Equal Opportunity Employer: Disability/Veteran Federal Notices Federal EEOC ...

An engineering professional who, working with little or no supervision, applies scientific ... Act as the subject matter expert for injection mold design reviews and development of an entire ...

next page

Showing results 1-20

Flex Injection Molding Engineer information

What is the difference between Flex Injection Molding Engineer vs Injection Molding Technician?

AspectFlex Injection Molding EngineerInjection Molding Technician
CredentialsBachelor's degree in engineering or related field, certifications in molding processesTechnical diploma or certification in molding or manufacturing
Work EnvironmentDesign, process optimization, troubleshooting in manufacturing plantsOperate and maintain molding machines on the production floor
ResponsibilitiesDeveloping processes, improving product quality, troubleshooting complex issuesSetting up machines, monitoring production, performing routine maintenance

The Flex Injection Molding Engineer focuses on process development, design, and troubleshooting, often working on process optimization and quality improvement. In contrast, the Injection Molding Technician handles daily machine operation and maintenance. Both roles are essential in manufacturing but differ in scope and responsibilities.

What are some common challenges faced by Flex Injection Molding Engineers, and how can they be addressed in a production setting?

Flex Injection Molding Engineers often encounter challenges such as maintaining consistent product quality, troubleshooting equipment malfunctions, and minimizing cycle times while maximizing efficiency. Addressing these issues typically involves collaborating closely with cross-functional teams, implementing robust process monitoring systems, and staying up to date with the latest advancements in molding technology. Proactively participating in root cause analysis and continuous improvement initiatives can also help engineers overcome these challenges and contribute to a more streamlined production environment.

What are the key skills and qualifications needed to thrive as a Flex Injection Molding Engineer, and why are they important?

To thrive as a Flex Injection Molding Engineer, you need a strong background in plastics engineering, process optimization, and manufacturing principles, generally supported by a degree in engineering or a related field. Familiarity with injection molding machines, CAD/CAM software, and industry standards such as ISO or Six Sigma certifications is typically required. Strong problem-solving, communication, and project management skills help you collaborate with cross-functional teams and resolve production challenges effectively. These skills ensure efficient, high-quality, and cost-effective production of molded components in a competitive manufacturing environment.

What does a Flex Injection Molding Engineer do?

A Flex Injection Molding Engineer is responsible for designing, optimizing, and overseeing the manufacturing process of plastic parts using injection molding technology, often in flexible or contract manufacturing environments. They work on improving mold designs, selecting suitable materials, setting machine parameters, and troubleshooting production issues to ensure high-quality and cost-effective products. Their role often involves collaborating with product designers, quality control teams, and production staff to achieve efficient and reliable mass production of plastic components.
What are the most commonly searched types of Injection Molding Engineer jobs in Illinois? The most popular types of Injection Molding Engineer jobs in Illinois are:
What cities in Illinois are hiring for Flex Injection Molding Engineer jobs? Cities in Illinois with the most Flex Injection Molding Engineer job openings:

Injection Molding Engineer

HARTING Technology Group

Elgin, IL • On-site

Full-time

PTO

Re-posted 4 days ago


Job description

${recruiterHTML || ''} ${infosHTML || ''} `.trim(); targetElement.insertAdjacentHTML('afterbegin', formattedHTML); data.splice(0, data.length, ...data.filter(item => !['name', 'photo', 'phone', 'companyCode', 'linkedin', 'location', 'region', 'positionArea'].includes(item.type))); } function processRecruiter(data){ const nameItem = data.find(({ type }) => type === 'name'); const photoItem = data.find(({ type }) => type === 'photo'); const companyCodeItem = data.find(({ type }) => type === 'companyCode'); const phoneItem = data.find(({ type }) => type === 'phone'); const linkedinItem = data.find(({ type }) => type === 'linkedin'); const name = nameItem?.value; // Prod Photo URL const photo = photoItem?.value.match(/https?:\/\/[^\s)]+/)?.[0] || 'https://rmkcdn.successfactors.com/9597cd37/25f9ab86-0799-43f6-9684-6.jpg'; const phone = phoneItem?.value; const linkedin = linkedinItem?.value; const companyCode = companyCodeItem?.value; if(!nameItem || !name ) { removeOriginalElements(data); return; } const formattedHTML = `
${name ? `
${name}
` : ''} ${companyCode ? `
${companyCode}
` : ''} ${phone ? `${phone}` : ''} ${linkedin ? `${linkedin}` : ''} `.trim(); removeOriginalElements(data); return formattedHTML; } function removeOriginalElements(data) { data.forEach(item => { if (item.targetElement) { item.targetElement.remove(); } }); } function processInfos(data) { const titlesMap = { location: { "en-US": 'Location', "de-DE": 'Standort', "fr-FR": 'Emplacement', "es-ES": 'Ubicación', "ro-RO": 'Locație', "zh-CN": '位置' }, region: { "en-US": 'Working Location', "de-DE": 'Region', "fr-FR": 'Région', "es-ES": 'Región', "ro-RO": 'Regiunea', "zh-CN": '地区' }, positionArea: { "en-US": 'Position Area', "de-DE": 'Bereich', "fr-FR": 'Zone de poste', "es-ES": 'Área de posición', "ro-RO": 'Zonă de poziție', "zh-CN": '位置范围' } }; const iconsMap = [ { type: 'location', icon: '' }, { type: 'region', icon: '' }, { type: 'positionArea', icon: '' } ]; return iconsMap .map(({ type, icon }) => { const item = data.find(({ type: itemType }) => itemType === type); if (!item) return ''; const value = item?.value || ''; const targetElement = item?.targetElement; const title = titlesMap[type]?.[lang] || ''; targetElement?.remove(); return `
${icon}
${title}
${value}
`.trim(); }) .join(''); } function loadBoxStyles() { const style = document.createElement('style'); style.textContent = ` .jobColumnTwo { display: flex; padding: 24px !important; flex-direction: column; gap: 24px; box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2); } .jobColumnTwo .info { display: grid; row-gap: 2rem; } .jobColumnTwo .info .info-block { display: grid; grid-template-columns: auto 1fr; column-gap: 2rem; align-items: center; } .jobColumnTwo .info .info-block .left { width: 40px; height: 40px; } .jobColumnTwo .info .info-block .left svg { width: 100%; height: 100%; margin: auto; } .jobColumnTwo .info .info-block .left.recruiter-image { background-color: var(--ha-primary-50); border-radius: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; } .jobColumnTwo .info .info-block .content { display: grid; } .jobColumnTwo .info .info-block .content * { line-height: 1; } .jobColumnTwo .info .info-block .content .title { font-family: 'customfc06ca90b7ef49ceb3831'; font-size: 18px; } .jobColumnTwo .info .info-block .content .company { margin-bottom: 0; } .jobColumnTwo .applylink.unify-button-container > div { display: none; } .jobColumnTwo .unify-button-container .btn-social-apply.medium { width: 100%; } .jobColumnTwo .applylink.unify-button-container .applyButton, a.apply-now-button { width: 100%; font-size: 18px; font-family: 'custom427e08d5df5f4a208ce62'; white-space: break-spaces; border: 1px solid transparent; display: inline-block; background-color: var(--ha-primary-50); color: var(--grey-100); padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; text-align: center; transition: all 0.2s linear; } a.apply-now-button { background-color: var(--grey-100); color: var(--ha-white) !important; } .jobColumnTwo .applylink.unify-button-container .applyButton:hover, a.apply-now-button:hover { color: var(--ha-white) !important; } .jobColumnTwo button.jobAlertComponent--button { width: 100%; font-size: 18px; border: 1px solid transparent; background-color: var(--ha-primary-50); padding: 10px 16px; line-height: 1.3333333; border-radius: 6px; text-align: center; } .jobColumnTwo .jobAlertComponent--container .jobAlertComponent--button-content { text-decoration: none; justify-content: center; color: var(--grey-100); hyphens: auto; } .jobColumnTwo .jobAlertComponent--container .jobAlertComponent--button-content svg { fill: var(--grey-100); width: 20px; height: 20px; } .jobColumnTwo .jobAlertComponent--container .jobAlertComponent--button-content, .jobColumnTwo .jobAlertComponent--container .jobAlertComponent--button-content svg { transition: fill 0.1s linear, color 0.2s linear, text-decoration 0.2s linear; } .jobColumnTwo .jobAlertComponent--container:hover .jobAlertComponent--button-content, .jobColumnTwo .jobAlertComponent--container:hover .jobAlertComponent--button-content svg { text-decoration: underline; color: var(--ha-white); fill: var(--ha-white); } `; document.head.appendChild(style); } /* p78 Apply Box Bottom */ const applyBoxBottomMaps = { "de-DE": { "headline": "Das passt? Jetzt bewerben!", "text": "Mit nur einem Klick zum Bewerbungsformular. Wir freuen uns auf das Kennenlernen!", "buttonText": "Jetzt bewerben", "print": "Stelle drucken" }, "en-US": { "headline": "That suits you? Apply now!", "text": "Just one click to the application form. We look forward to meeting you!", "buttonText": "Apply now", "print": "Print Job Posting" }, "es-ES": { "headline": "'Te conviene? ¡Presente su solicitud ahora!", "text": "Sólo tiene que hacer clic para acceder al formulario de solicitud. Estaremos encantados de conocerle.", "buttonText": "Presente su solicitud ahora", "print": "Publicación de trabajos de impresión" }, "fr-FR": { "headline": "Cela vous convient? Postulez dès maintenant!", "text": "Il suffit d'un clic pour accéder au formulaire de candidature. Nous nous réjouissons de vous rencontrer!", "buttonText": "Postulez dès maintenant", "print": "Imprimer l'annonce de l'emploi" }, "ro-RO": { "headline": "Aceasta vi se potrivește? Aplicați acum!", "text": "Doar un clic pentru a accesa formularul de cerere. Așteptăm cu nerăbdare să vă cunoaștem!", "buttonText": "Postarea lucrărilor de imprimare" }, "zh-CN": { "headline": "这适合您吗? 现在就申请吧!", "text": "只需点击-下,即可进入申请表. 我们期待与您见面!", "buttonText": "我们期待与您见面", "print": "发布打印任务" } }; function addApplyBoxBottom() { try { var jobElement = document.getElementsByClassName("jobDisplay")[0]; if (jobElement) { var applyBoxBottom = document.createElement("div"); applyBoxBottom.id = "applyboxbottom"; var applyButton = document.querySelector('.jobColumnTwo .applylink.unify-button-container .applyButton'); var applyLink = applyButton ? applyButton.getAttribute('href') : '#'; const textContent = applyBoxBottomMaps[lang] || applyBoxBottomMaps['en-US']; applyBoxBottom.innerHTML = `
${textContent.headline}
${textContent.text}
${textContent.buttonText} ${textContent.print} `; jobElement.appendChild(applyBoxBottom); loadApplyBoxBottomStyles(); } } catch (error) { console.error('Error! addApplyBoxBottom failed:', error); } } function loadApplyBoxBottomStyles() { const style = document.createElement('style'); style.textContent = ` #applyboxbottom { margin-top: 4rem; width: 100%; max-width: 1200px; padding: 24px; background-color: var(--ha-primary-50); } #applyboxbottom .applybox-content { display: grid; row-gap: 2rem; column-gap: 4rem; align-items: center; } @media only screen and (min-width: 767px) { #applyboxbottom .applybox-content { grid-template-columns: 2fr 1fr; } } #applyboxbottom .applybox-content .applybox-left .headline { color: var(--ha-grey-100); margin: 0 0 1rem 0; font-size: 20px; line-height: 28.8px; font-family: var(--font-bold), sans-serif; } #applyboxbottom .applybox-content .applybox-left .text { margin: 0; white-space: pre-line; font-size: 16px; } #applyboxbottom .applybox-content .applybox-right { display: flex; flex-direction: column; align-items: center; gap: 10px; } #applyboxbottom .applybox-content .applybox-right .printbutton { text-decoration: underline; font-family: 'custom53ff6fdd6b4b4798aafb5'; cursor: pointer; } #applyboxbottom .applybox-content .applybox-right .apply-now-button, #applyboxbottom .applybox-content .applybox-right .printbutton:hover { color: var(--ha-white) !important; } @media print { #applyboxbottom .applybox-content .applybox-right .printbutton { display: none; } } `; document.head.appendChild(style); } addApplyBoxBottom(); } } document.addEventListener('DOMContentLoaded', checkJobPage);
Skip to main content
  • Vacancies
  • Career Site

Search Jobs
  • Vacancies
  • Career Site

Language
  • Deutsch (Deutschland)
  • English (United States)
  • Español (España)
  • Français (France)
  • Limba Română (România)
  • 简体中文 (中国大陆)

View Profile
Job Description
Injection Molding Engineer
Position type: Full-time
Type of contract: Permanent
HARTING stands for strong connections - across the globe. As one of the leading international suppliers of industrial connectivity, we are connecting customers to their digital future. And as an employer? We connect around 6,000 people at our headquarter in Espelkamp and at locations worldwide. Here you'll find great colleagues, as well as ever new opportunities and innovations revolving around IoT and artificial intelligence. In everything we do, we remain true to our roots: as a regionally connected family business that always stays firmly grounded in spite of our stellar high-tech. Here's to your unique future with us: Yours!
HARTING stands for strong connections - across the globe. As one of the leading international suppliers of industrial connectivity, we are connecting customers to their digital future. And as an employer? We connect around 6,000 people at our headquarter in Espelkamp and at locations worldwide. Here you'll find great colleagues, as well as ever new opportunities and innovations revolving around IoT and artificial intelligence. In everything we do, we remain true to our roots: as a regionally connected family business that always stays firmly grounded in spite of our stellar high-tech. Here's to your unique future with us: Yours!
Join HARTING! A leader in connectivity products and custom solutions.....
We are seeking a Injection Molding Engineer (based in Elgin, Illinois) tosupport the operation in the injection molding area, purchasing equipment, help bring the new technologies, and development of new products.
To succeed in this role, you will be highly driven to:
  • Serve as the project manager for the launch of new tooling through regular communication with and review of the tool shop activities and progress to ensure new tool builds are designed and built.
  • Provide input for new project quotes to ensure planned equipment is suitable.
  • On-Time Completion, Quality, and Cost Targets associated with the Implementation of New Injection Molds, machines and projects into Production
  • Participate in problem solving efforts for root cause determination of part defects
  • Reviews mold vendor design proposals and assures functional mold performance.
  • Interfaces with customers and suppliers on project matters, mold and fixture design, validation, and product quality issues.
  • Responsible for ensuring Design for Manufacturability - advises customers on required mold/part design changes
  • Develop and optimize injection molding processes for tight-tolerance, short-run production
  • Drive root cause analysis and implement corrective actions for non-conformances.

Skills And Experience to Thrive In This Role
  • +5 years of injection molding experience
  • Bachelor's degree in Plastics Engineering or Engineering degree or relevant experience may substitute for the required degree
  • Working knowledge of engineering terminology and technical experience with injection molding, processes, tooling and validation protocols.
  • Strong customer/supplier/vendor communication and follow-up skills
  • Working experience with new product launch concepts and implementation with a continuous improvement mindset
  • Supports global team interactions and projects
  • Familiarity with problem solving techniques and flexibility
  • Exceptional attention to detail in a collaborative and team driven environment
  • Previous experience in a manufacturing environment
  • Ability to identify and define problems, and employ a logical, methodical approach to solving them is required.

Supports global team interactions and projects (travel and phone).
HARTING Americas is a subsidiary of HARTING Technology Group, a German-based global leader in industrial connectivity solutions. We develop, manufacture, and sell the world's most durable and reliable products and solutions for use in Machinery & Robotics, Automation Devices, Rail & Transportation, Intralogistics & Conveyor Systems, Energy, and Datacenter market segments.
As a third generation, family-owned company, with over 75 years of history, we continue to create value and shape the future with technologies for people. You will discover that we work hard - to fulfill our personal, company, and customer goals, and in our commitment to our community with our holiday drives and our paid VTO (Voluntary Time Off). You will also discover that we like to have fun - like when we celebrate the holidays, host theme days and sweater parties, prost to Oktoberfest, and much more!
Visit us on LinkedIn!
HARTING USA offers an attractive total compensation package and employee benefits, including:
CompensationHARTING's Total Compensation Structure includes a Base Salary and Bonus Percentage.
  • Competitive base salary: $80,000 - $100,000 (commensurate with experience, subject to change dependent on physical location).
  • This role is eligible for a 5% discretionary annual bonus.

Benefits
  • 21 days PTO (Paid Time Off) to start - quickly earn more PTO as you stick with us (36 days max).