Manufacturing Engineer
Danfoss LLC
${titleText} `); let grid = columnOne.querySelector('.job-grid'); let allTokens = Array.from(columnOne.querySelectorAll('.joblayouttoken')); // --- 1. CAPTURE VARIABLES FOR BUSINESS RULES --- let jobLocationValue = ""; let countryRegionValue = ""; let regionValue = ""; let ipeLevelValue = null; let employeeGroupValue = ""; // --- INTERNAL USER VALIDATION VIA CUSTOM PLUGIN --- // Reads global flags injected by the authentication plugin let pluginWindowCheck = !!window.isSFInternalUser; let pluginSessionCheck = sessionStorage.getItem('SF_Internal_User') === 'true'; let isInternalPortal = pluginWindowCheck || pluginSessionCheck; // Iterate through all tokens to capture their values before manipulating the DOM allTokens.forEach(el => { let labelEl = el.querySelector('.joblayouttoken-label'); if (!labelEl) return; let labelText = labelEl.innerText; let propId = generatePropertyId(labelText); let valueEl = el.querySelector('.rtltextaligneligible'); let valueText = valueEl ? valueEl.textContent.trim() : ""; if (propId === "JobLocation") { jobLocationValue = valueText; } else if (propId === "CountryRegion") { countryRegionValue = valueText; } else if (propId === "Region") { regionValue = valueText; } else if (propId === "IPELevel") { let match = valueText.match(/d+/); if (match) ipeLevelValue = parseInt(match[0], 10); } else if (propId === "EmployeeGroup") { employeeGroupValue = valueText.toLowerCase(); } }); // --- 2. BUSINESS RULES VALIDATION --- let isSalaryPaid = employeeGroupValue.includes('salary'); let isIpeValid = ipeLevelValue !== null && ipeLevelValue <= 61; // Normalize locations for matching let fullLocationLower = (jobLocationValue + " " + countryRegionValue).toLowerCase(); let isUSJob = fullLocationLower.includes("usa") || fullLocationLower.includes("united states"); let allowedUSStates = ["california", "colorado", "delaware", "hawaii", "illinois", "maryland", "massachusetts", "minnesota", "nevada", "new jersey", "new york", "vermont", "washington", "d.c."]; let allowedUSAbbr = ["ca", "co", "de", "hi", "il", "md", "ma", "mn", "nv", "nj", "ny", "vt", "wa", "dc"]; let allowedGlobalCountries = ["austria", "slovakia", "lithuania", "latvia", "canada"]; // Salary Range Visibility Rule let isSalaryLocationValid = false; if (isUSJob) { let hasFullStateName = allowedUSStates.some(state => fullLocationLower.includes(state)); let hasStateAbbr = allowedUSAbbr.some(abbr => { let regex = new RegExp(`${abbr}`); return regex.test(fullLocationLower); }); isSalaryLocationValid = hasFullStateName || hasStateAbbr; } else { isSalaryLocationValid = allowedGlobalCountries.some(country => fullLocationLower.includes(country)); } // Job Level Visibility Rule (Legacy locations + EER Region) let allowedJobLevelLocations = ["austria", "slovakia", "lithuania", "latvia"]; let isJobLevelLocationValid = allowedJobLevelLocations.some(loc => fullLocationLower.includes(loc)); let isEERRegion = regionValue.toUpperCase().trim() === "EER"; // Final flags to determine if the fields should be shown let showSalaryRange = isSalaryLocationValid && isIpeValid && isSalaryPaid; let showJobLevel = (isJobLevelLocationValid || isEERRegion) && isIpeValid && isSalaryPaid && isInternalPortal; // --- 3. TOKEN PROCESSING AND DISPLAY --- let keepAddingToGrid = true; allTokens.forEach(el => { // Stop adding elements to the grid once the job description starts if (!keepAddingToGrid || el.querySelector('[itemprop="description"]')) { return; } let labelEl = el.querySelector('.joblayouttoken-label'); if (labelEl) { let labelText = labelEl.innerText; let customPropertyid = generatePropertyId(labelText); // --- ABSOLUTE REMOVAL OF LOGIC-ONLY TOKENS --- if ( customPropertyid === "EmployeeGroup" || customPropertyid === "CountryRegion" || customPropertyid === "Region" || customPropertyid === "IPELevel" ) { el.style.display = 'none'; // Force visual hiding el.remove(); // Remove from DOM return; } // --- APPLY VISIBILITY BUSINESS FILTERS --- if (customPropertyid === "SalaryRange" && !showSalaryRange) { el.style.display = 'none'; el.remove(); return; } if (customPropertyid === "JobLevel" && !showJobLevel) { el.style.display = 'none'; el.remove(); return; } // Cosmetic adjustment for short labels if (labelText.includes("(Short)")) { labelEl.innerText = labelText.replace(/(Short)/g, "(s)"); } // Append custom icons based on the mapped property ID let elType = labelEl.nextElementSibling; if (elType) { let icon = ''; let iconUrl = ''; switch (customPropertyid) { case 'JobLocation': icon = 'glyphicon-map-marker'; break; case 'BusinessUnit': icon = 'glyphicon-briefcase'; break; case 'JobCategory': icon = 'glyphicon-dashboard'; break; case 'EmploymentType': icon = 'glyphicon-star-empty'; break; case 'ReqID': icon = 'glyphicon-calendar'; break; case 'WorkLocationType': icon = 'glyphicon-paste'; break; case 'JobLevel': iconUrl = ''; break; case 'SalaryRange': iconUrl = ''; break; case 'TAPartner': iconUrl = ''; break; default: icon = ''; } let iconHtml = ''; if (icon) { iconHtml = ``; } else if (iconUrl) { iconHtml = ``; } labelEl.parentElement.insertAdjacentHTML('beforebegin', `
${iconHtml}`); let wrapper = el.querySelector(`.job-token-${customPropertyid}-wrapper`); wrapper.appendChild(labelEl.parentElement); // Clean up empty text nodes let emptySibling = document.querySelector(`.job-token-${customPropertyid}-wrapper`).nextSibling; if(emptySibling && emptySibling.nodeType === 3) emptySibling.remove(); } // Flag to stop processing grid items when TA Partner is reached if (customPropertyid === "TAPartner") { keepAddingToGrid = false; } } grid.appendChild(el); }); }});/** * Robust Mapping Function * Scans the label for keywords, effectively bypassing any issues caused by translations. */function generatePropertyId(jobLayoutTokenLabel) { let normalized = jobLayoutTokenLabel.toLowerCase(); // Helper function to search for keywords regardless of formatting or active language const contains = (arr) => arr.some(keyword => normalized.includes(keyword)); if (contains(["employee group"])) return "EmployeeGroup"; if (contains(["ipe level", "ipe"])) return "IPELevel"; // Order matters: 'country' will correctly match 'country/region' if (contains(["country", "land", "pas", "pays", "paese", "kraj", "krajina"])) return "CountryRegion"; if (contains(["region", "regin", "rgion", "??????", "??"])) return "Region"; if (contains(["posting job location", "joblokation", "job location", "jobsted", "arbeitsort", "ubicacin", "site de l'emploi", "lokalizacja", "??????????????", "miesto", "????", "sede di lavoro"])) return "JobLocation"; if (contains(["salary range", "recruitment salary", "lninterval", "gehaltsspanne", "przedzia? wynagrodzenia", "fourchette", "rango salarial", "mzdov rozptie", "lnramme", "???????? ????????"])) return "SalaryRange"; if (contains(["posting job level", "job level", "jobniveau", "joblevel", "nivel del puesto", "niveau du poste", "poziom stanowiska", "??????? ?????????", "rove? pozcie"])) return "JobLevel"; if (contains(["employment type", "ansttelse", "beschftigungsart", "tipo de emprego", "type d'emploi", "rodzaj zatrudnienia", "??? ?????????", "typ pracovnho pomeru", "????", "tipologia di impiego", "tipo de empleo"])) return "EmploymentType"; if (contains(["work location type", "arbejdsstedstype", "arbeitsmodell", "tipo de ubicacion", "emplacement de travail", "miejsca pracy", "?????? ??????", "vkonu prce", "??????", "modalit di lavoro"])) return "WorkLocationType"; if (contains(["job category", "jobkategori", "stellenkategorie", "categora", "catgorie", "kategoria", "????????? ?????????", "kategria", "????", "area professionale"])) return "JobCategory"; if (contains(["business unit", "segment", "segmento", "firmaenhed", "unternehmenseinheit", "jednostka biznesowa", "???????", "????"])) return "BusinessUnit"; if (contains(["req id", "rek-id", "kennung", "id de solicitud", "identifiant de la demande", "identyfikator", "?????????????", "id pracovn pozcie", "?? id", "identifika?n", "id posizione", "requisition id", "stellen-id"])) return "ReqID"; if (contains(["ta partner", "partenaire ta"])) return "TAPartner"; // Default fallback if no keywords are matched return jobLayoutTokenLabel.replace(/[s:()][]/g,'');}
Req ID: 51101
Job Location: Tallahassee, FL, US
Employment Type: Full Time
Segment: Danfoss Climate Solutions Segment
Job Category: Supply Chain and Operations
Work Location Type: On-site
Job Title: Manufacturing Engineer
The Impact You'll Make At Danfoss Turbocor, you'll play a key role in shaping the future of our global aftermarket service network. Your work will help ensure that compressors are repaired, tested, and returned to customers with consistent quality, safety, and reliability across service centers worldwide. This is an opportunity to drive global standardization, operational excellence, and continuous improvement while supporting the introduction of new service offerings, product upgrades, and software enhancements. You'll collaborate with teams across regions and influence how service operations scale as our business grows. If you enjoy solving complex technical challenges, improving processes, and seeing the direct impact of your work on customer experience and business performance, this role offers a unique platform to make a difference on a global scale. What You'll Be Doing
${iconHtml}`); let wrapper = el.querySelector(`.job-token-${customPropertyid}-wrapper`); wrapper.appendChild(labelEl.parentElement); // Clean up empty text nodes let emptySibling = document.querySelector(`.job-token-${customPropertyid}-wrapper`).nextSibling; if(emptySibling && emptySibling.nodeType === 3) emptySibling.remove(); } // Flag to stop processing grid items when TA Partner is reached if (customPropertyid === "TAPartner") { keepAddingToGrid = false; } } grid.appendChild(el); }); }});/** * Robust Mapping Function * Scans the label for keywords, effectively bypassing any issues caused by translations. */function generatePropertyId(jobLayoutTokenLabel) { let normalized = jobLayoutTokenLabel.toLowerCase(); // Helper function to search for keywords regardless of formatting or active language const contains = (arr) => arr.some(keyword => normalized.includes(keyword)); if (contains(["employee group"])) return "EmployeeGroup"; if (contains(["ipe level", "ipe"])) return "IPELevel"; // Order matters: 'country' will correctly match 'country/region' if (contains(["country", "land", "pas", "pays", "paese", "kraj", "krajina"])) return "CountryRegion"; if (contains(["region", "regin", "rgion", "??????", "??"])) return "Region"; if (contains(["posting job location", "joblokation", "job location", "jobsted", "arbeitsort", "ubicacin", "site de l'emploi", "lokalizacja", "??????????????", "miesto", "????", "sede di lavoro"])) return "JobLocation"; if (contains(["salary range", "recruitment salary", "lninterval", "gehaltsspanne", "przedzia? wynagrodzenia", "fourchette", "rango salarial", "mzdov rozptie", "lnramme", "???????? ????????"])) return "SalaryRange"; if (contains(["posting job level", "job level", "jobniveau", "joblevel", "nivel del puesto", "niveau du poste", "poziom stanowiska", "??????? ?????????", "rove? pozcie"])) return "JobLevel"; if (contains(["employment type", "ansttelse", "beschftigungsart", "tipo de emprego", "type d'emploi", "rodzaj zatrudnienia", "??? ?????????", "typ pracovnho pomeru", "????", "tipologia di impiego", "tipo de empleo"])) return "EmploymentType"; if (contains(["work location type", "arbejdsstedstype", "arbeitsmodell", "tipo de ubicacion", "emplacement de travail", "miejsca pracy", "?????? ??????", "vkonu prce", "??????", "modalit di lavoro"])) return "WorkLocationType"; if (contains(["job category", "jobkategori", "stellenkategorie", "categora", "catgorie", "kategoria", "????????? ?????????", "kategria", "????", "area professionale"])) return "JobCategory"; if (contains(["business unit", "segment", "segmento", "firmaenhed", "unternehmenseinheit", "jednostka biznesowa", "???????", "????"])) return "BusinessUnit"; if (contains(["req id", "rek-id", "kennung", "id de solicitud", "identifiant de la demande", "identyfikator", "?????????????", "id pracovn pozcie", "?? id", "identifika?n", "id posizione", "requisition id", "stellen-id"])) return "ReqID"; if (contains(["ta partner", "partenaire ta"])) return "TAPartner"; // Default fallback if no keywords are matched return jobLayoutTokenLabel.replace(/[s:()][]/g,'');}
Req ID: 51101
Job Location: Tallahassee, FL, US
Employment Type: Full Time
Segment: Danfoss Climate Solutions Segment
Job Category: Supply Chain and Operations
Work Location Type: On-site
Job Title: Manufacturing Engineer
The Impact You'll Make At Danfoss Turbocor, you'll play a key role in shaping the future of our global aftermarket service network. Your work will help ensure that compressors are repaired, tested, and returned to customers with consistent quality, safety, and reliability across service centers worldwide. This is an opportunity to drive global standardization, operational excellence, and continuous improvement while supporting the introduction of new service offerings, product upgrades, and software enhancements. You'll collaborate with teams across regions and influence how service operations scale as our business grows. If you enjoy solving complex technical challenges, improving processes, and seeing the direct impact of your work on customer experience and business performance, this role offers a unique platform to make a difference on a global scale. What You'll Be Doing
- Lead the development and deployment of standardized service, repair, remanufacturing, and testing processes across Danfoss Turbocor Service
- Centers and authorized service partners worldwide.
- Drive the successful launch of new service offerings, repair programs, product upgrades, and firmware/software updates by defining processes, validating methods, and supporting implementation.
- Improve key business metrics such as turnaround time (TAT), first-pass yield, warranty performance, and RMA cycle time through data-driven process improvements and operational excellence initiatives.
- Partner with global teams to establish service KPIs, process controls, tooling standards, and technician training programs that enable consistent service quality and performance.
- Conduct process audits, identify improvement opportunities, and implement corrective and preventive actions to support compliance with quality, safety, and operational standards.
- Support global service center growth through capacity planning, test stand harmonization, equipment optimization, and standardized tooling strategies.
- Bachelor's degree in Mechanical Engineering, Manufacturing Engineering, Industrial Engineering, or a related technical field, and at least 5+ years of experience in manufacturing engineering, service engineering, aftermarket operations, or a related engineering environment.
- Proven experience developing and standardizing service, repair, remanufacturing, or manufacturing processes across multiple sites or locations.
- Experience supporting new product introductions (NPI), new service introductions, process validation, and production or service launches.
- Strong knowledge of quality and continuous improvement tools, including PFMEA, Root Cause Analysis, 8D, process capability, and corrective action methodologies.
- Experience working with ERP and operational systems, with highly preferred expertise integrating equipment and processes with SAP and SIT systems.
- Strong project management, analytical, and problem-solving skills, with the ability to lead cross-functional initiatives and influence stakeholders in a global environment.
- We promote from within and support your learning with mentoring, training, and access to global opportunities.
- You'll have flexibility, autonomy, and support to do your best work while maintaining a healthy work-life balance. Your well-being matters to us.
- We strive to create an inclusive work environment where people of all backgrounds are respected, and valued for who they are.
- You'll receive benefits like annual bonus, paid vacation, pension plans, personal insurance, and more. These vary by country and contract, but they're worth asking about-we think they're pretty great.
Vacancy posted 2 days ago
Similar jobs that could be interesting for youBased on the Manufacturing Engineer in Tallahassee, FL vacancy
- ...Syms Strategic Group (SSG) is seeking a talented Automated Test Engineer (ATE) Location: Remote Department: Veterans Affairs (VA) Type: Full Time Min. Experience: Experienced Security Clearance Level: Public Trust (MBI) Military Veterans are highly...SuggestedFull timeWork experience placementRemote work
$61.2k - $106.2k
Arcadis is the world's leading company delivering sustainable design, engineering, and consultancy solutions for natural and built assets. We are more than 36,000 people, in over 70 countries, dedicated to improving quality of life. Everyone has an important role to play...SuggestedFull timePart timeWork at office- ...Our buildings deliver tens of thousands of products to hundreds of countries worldwide, every day. The Reliability & Maintenance Engineering (RME) team are the business partners that work tirelessly behind the scenes to make it happen. We drive continuous improvement, and...SuggestedRemote workWorldwideShift work
$57.12k - $97.92k
...customer training on system operations. Complete and submit routine written reports. Provide plans and control system documents to engineering for as-built drawings Project site communication and coordination: Coordinate trade contractors to perform startup services Work...SuggestedPermanent employmentFor contractorsWork at officeLocal areaImmediate startNight shift- Responsible for the evaluation of donor suitability for automated pheresis procedures. Administration and supervision of approved immunizations other than red blood cell immunizations. Provides limited emergency medical care to donors and staff, including the administration...SuggestedLocal area
- The Impact You’ll Make Danfoss Turbocor is looking for a Manufacturing Engineering Manager What You’ll Be Doing Responsible and accountable for supporting existing and future manufacturing operations, and for managing successful completion of key development and process...Contract workFor contractors
- Position: Roadway Engineer (PE /EI) - Transportation Location: Tallahassee, FLJob Id: 4829 # of Openings: 1 Roadway Engineer (PE / EI) - Transportation - Tallahassee, FL Halff has an opening for a Civil...Temporary workInternshipLocal area
- ...demand. We invite you to bring your bold ideas and big dreams and become part of a global team of over 50,000 planners, designers, engineers, scientists, digital innovators, program and construction managers and other professionals delivering projects that create a...Local areaWorldwideVisa sponsorshipFlexible hours
- Blue Origin is seeking a Mechanical Engineer for our Factory Automation Group in Florida to design and integrate mechanical components... ...from concept through installation, with a strong focus on manufacturability, safety, and reliability in a fast-paced environment. #J-18...
- ...demand. We invite you to bring your bold ideas and big dreams and become part of a global team of over 50,000 planners, designers, engineers, scientists, digital innovators, program and construction managers and other professionals delivering projects that create a...Work at officeLocal areaRemote workWorldwideRelocation packageFlexible hours
- What We're Looking ForThis opportunity is for a Senior Project Engineer to serve on a General Engineering Contract. The selected candidate will be embedded with the HNTB project manager at the Tampa Hillsborough Expressway Authority office.At HNTB, you can create a career...Full timeContract workWork at office
- ...demand. We invite you to bring your bold ideas and big dreams and become part of a global team of over 50,000 planners, designers, engineers, scientists, digital innovators, program and construction managers and other professionals delivering projects that create a...Contract workWork at officeLocal areaWorldwideFlexible hours
- Position Summary Our Deloitte AI & Engineering team to transform technology platforms, drive innovation, and help make a significant impact on our clients’ success. You’ll work alongside talented professionals reimagining and reengineering operations and processes...Local areaFlexible hours
$95.86k - $208.27k
...capabilities, then consider a career in Advisory.KPMG is currently seeking a Senior Associate, Privileged Access Management Delivery Engineer to join our Advisory Services practice.Responsibilities:Support the delivery, configuration, and operationalization of Privileged...H1bLocal area- ...become reality, with precision, integrity, and excellence. Our construction professionals; Construction Managers, Inspectors, Resident Engineers, and field specialists bring deep technical knowledge, hands-on experience, and a commitment to quality that sets industry...Contract workFor contractorsWork at office
- ...The name "Fairwater" speaks to our firm and steadfast commitment to partnership, equity, and trust. Position Title Assistant Engineer - ATBs Schedule West Coast, Gulf, and East Coast: 28/28. Western Alaska: 45/45 Location East Coast, Gulf, West Coast and Alaska Required...Contract work
- ...Fairwater seeks a Third Assistant Engineer for Gulf Coast vessel operations. The role supports engine room watch and cargo operations on a rotating schedule (75/75). Candidates must hold mandatory STCW credentials and engine-room qualifications, with safety and security...
$153k - $297k
...passionate about your future as we are, join our team.KPMG is currently seeking an Associate Director, Content Development, Detection Engineering & Automation to join our Enterprise Security Services organization.Responsibilities:Direct the end-to-end engineering lifecycle (...H1bLocal area- ...the opportunity to work within an innovative and collaborative environment. Join our Technology Team as a Senior Enterprise Systems Engineer located in various offices.We are seeking a professional who thrives in a fast-paced, deadline-driven environment. The ideal...Full timeFlexible hours
- Job DescriptionDewberry is currently seeking a Civil Engineer/Project Manager to join our Tallahassee, FL office to support our Southeast Team. This is an excellent career opportunity for a self-motivated and talented individual to join a team of outstanding professionals...Work at officeLocal area
- ...the opportunity to work within an innovative and collaborative environment. Join our Technology Team as an Enterprise Integration Engineer located in various offices.We are seeking a professional who thrives in a fast-paced, deadline-driven environment. The ideal candidate...Full time
- ...how you could help make great things possible not only in your community, but around the world. HDR is seeking a licensed Traffic Engineer for our Pensacola or Tallahassee office.Primary duties include working as part of a traffic team on a variety of traffic forecasting...Work at office
- Fairfield Inn & Suites Deerfield Beach seeks a Maintenance Manager who will uphold a pristine hotel environment through proactive maintenance and prompt guest service. You will oversee repairs, safety compliance, and routine upkeep across guest rooms, meeting spaces, and...
$71.2k - $166.1k
...you’ve come to the right place. About this position: Oracle Health Government Services is seeking a skilled Federal Senior Engineer/Architect (Principal Consultant) to join our mission-driven organization. In this role, you will be responsible for leading engineering...Temporary workFlexible hours- Echo Technologist MedPro Healthcare Staffing, a Joint Commission-certified staffing agency, is seeking a quality Echo Technician for a contract with one of our top healthcare clients. Requirements: Successful completion of an accredited training course in cardiac...Weekly payContract work
- X-Ray Technologist - PRN PRN Plant City, FL, US RADIOLOGY AND IMAGING SPECIALISTS JOB DESCRIPTION Job Title: Radiologic Technologist Location: Plant City Imaging Division/Dept.: Radiology and Imaging Specialists Reports To: Office Supervisor Type of Shift: PRN JOB SUMMARY...Work experience placementReliefWork at officeShift work
$110k - $130k
...Sr Project Engineer - FDOT This Jobot Job is hosted by: Sean Copeland Are you a fit? Easy Apply now by clicking the Apply button and sending us your resume. Salary: $110,000 - $130,000 per year A bit about us: We are a group of talented and driven engineers...Local area- ...experiences. If you thrive in a fast‑paced IT environment, join our rapidly expanding team and contribute to our ongoing success. Systems Engineer II A Systems Engineer II is a professional responsible for managing and supporting the IT infrastructure of client organizations...Full timeLocal area
- ...Operations, Safety, Quality, and Mission Assurance. This includes Manufacturing and Supply Chain support across all Blue Origin facilities.... ...applications (Word, Excel, PowerPoint) B.S./B.A. degree in engineering or other technical field Preferred Qualifications: Master's...Permanent employmentTemporary workWork at officeLocal area
$147k - $175k
...Electrical Engineer – Distribution DesignHanson Values: Integrity | Commitment | Quality | Relationships | InnovationIf you're looking for a firm that encourages innovative thinking and challenges you every day, with an opportunity to learn and advance, a career at Hanson...For contractorsCasual workInternship
Do you want to receive more vacancies?
Subscribe and receive similar vacancies to Manufacturing Engineer. Be the first to apply!
Related searches
- fabrication specialist Tallahassee, FL
- manufacturing lead Tallahassee, FL
- manufacturing recruiter Tallahassee, FL
- electronics manufacturing Tallahassee, FL
- industrial manufacturing Tallahassee, FL
- project manager fabrication Tallahassee, FL
- manufacturing team lead Tallahassee, FL
- electronic assembly manufacturing Tallahassee, FL
- manufacturing planner Tallahassee, FL
- medical manufacturing Tallahassee, FL


