Sign up to access all features of our service.
  • Job search
  • Favorites
  • Create a CV
    New
  • Salaries
  • Subscriptions

Assembler - Manufacturing

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: 51004


Job Location: Easley, SC, US


Employment Type: Full Time


Segment: Danfoss Power Solutions Segment


Job Category: Supply Chain and Operations


Work Location Type: On-site


Job Title: Assembler


The Impact You'll Make

Danfoss in Easley, SC is seeking a 3rd shift Assembler to oversee the complete assembly process within a designated cell, from initial setup through final testing.


Employees are eligible for benefits on the first day of employment which include medical, dental, vision, 401(k), tuition reimbursement, annual bonus program, paid parental leave for birthing and non-birthing parents, a great working environment including 100% climate-controlled facility and much more! Danfoss offers 3 weeks paid PTO accrued over each bi-weekly paycheck plus 13 paid holidays including annual paid shutdown week between Christmas and New Year's. We pride ourselves on growing our human potential and encouraging career growth within our facilities.


What You'll Be Doing

  • Load and position valves into assembly fixtures with precision. Transport valves to designated workstations efficiently.
  • Ensure production targets are consistently achieved. Immediately notify the supervisor of any assembly supply shortages.
  • Carefully interpret and adhere to instructions from engineering blueprints, work instructions, and Engineering Test Orders.
  • Skillfully operate assembly and torque tools. Inspect defective valves and conduct repairs to meet required specifications.

What We're Looking For
  • A high school diploma or GED equivalent is required.
  • Candidates should demonstrate basic math proficiency and strong reading and writing skills.
  • The role requires the ability to stand for extended periods and frequently lift up to 50 lbs. good motor skills are essential.
  • Mechanical aptitude and a solid understanding of manufacturing processes are necessary. Experience with TPM and SMED methodologies is preferred.
  • Familiarity with quality and problem-solving tools such as PPAP, capability studies, PFMEA, Gauge R&R, 4-Step, 8D, and Fishbone diagrams is expected.

What You'll Get from Us

  1. We promote from within and support your learning with mentoring, training, and access to global opportunities.
  2. 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.
  3. We strive to create an inclusive work environment where people of all backgrounds are respected, and valued for who they are.
  4. 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.


Ready to Make a Difference?

If this role excites you, we'd love to hear from you! Apply now to start the conversation and learn more about where your career can go with us.

All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, age, disability, veteran status, or other protected category.

Information at a Glance
Vacancy posted 3 days ago
Similar jobs that could be interesting for youBased on the Assembler - Manufacturing in Easley, SC vacancy
  • $15 - $16.78 per hour

     ...Medical Device Assembler Liberty, SC Immediately Temporary/Contract Description Come create your career with Volt Volt...  ...production targets and company objectives Contribute to Lean Manufacturing and continuous improvement activities Maintain a positive,... 
    Suggested
    Hourly pay
    Full time
    Contract work
    Temporary work
    Work experience placement
    Immediate start
    Shift work
    Weekend work
    Day shift
    Afternoon shift

    Volt

    Liberty, SC
    4 days ago
  •  ...Savaria employs 2,450 valued associates globally and has 11+ manufacturing facilities to reach markets in North America, Europe, Australia...  ...Corporation, a global leader in accessibility. TITLE: ASSEMBLER II DEPARTMENT: MANUFACTURING REPORTS TO: PRODUCTION... 
    Suggested
    Second job
    Local area

    Savaria

    Greenville, SC
    2 days ago
  • $15 per hour

     ...Job Title: Mechanical Assembler Shift: 1st Location: Piedmont, SC Hours: ~8am - 4:30pm Schedule: Monday - Friday...  ...step in your career. PPG Quality is a leading provider of manufacturing solutions, specializing in quality inspection, workforce support... 
    Suggested
    Weekly pay
    Local area
    Monday to Friday
    Shift work

    PPG Quality

    Piedmont, SC
    19 hours ago
  • $20 per hour

     ...Assemblers in Fountain Inn Hiring for assemblers in Fountain Inn pays up to $20/hr. (Contract to hire) 1st and 2nd shift Job...  ...structural components according to engineering blueprints and manufacturing instructions. Perform mechanical part alignment and follow electrical... 
    Suggested
    Contract work
    Temporary work
    Shift work
    Day shift
    Afternoon shift

    Aerotek

    Fountain Inn, SC
    1 day ago
  •  ...Assembly Technician I Amsted Rail has an immediate opening for an Assembly Technician I, at its Greenville, SC location. Amsted...  ...0 countries and 6 continents. Through their state-of-the-art manufacturing processes, Amsted Rail is redefining industry standards for innovation... 
    Suggested
    Immediate start
    Worldwide

    Amsted

    Greenville, SC
    3 days ago
  •  ...Join Our Team Ready for great manufacturing, warehouse or industrial job opportunities? Take the first one by joining our team and finding...  ...warehouse environment. Specifically, we're hiring skilled assemblers who enjoy working with their hands or simply dependable... 
    Immediate start

    Randstad

    Greenville, SC
    1 day ago
  • $15 - $17 per hour

     ...Contract type: W2 Pay rate: $15-17/hr We are currently hiring for several Production Worker / Assembler / Operator positions across different areas of our manufacturing operations. We are seeking reliable, detail-oriented production workers and operators with prior... 
    Contract work
    Currently hiring

    ATR International

    Liberty, SC
    5 days ago
  •  ...results? If so, Gates could be for you. Gates is a leading manufacturer of application-specific fluid power and power transmission...  ...global company. Our Greenville, SD plant is looking for Hose Assembler. Please review below to see if this might be the right opportunity... 
    Shift work
    Afternoon shift

    Gates Corporation

    Greenville, SC
    19 hours ago
  • $18 per hour

     ...Now hiring for a Production Assembler Location: Greer, SC Pay Rate: $18.00 per hour Monday - Friday + Saturday when...  ...school diploma or GED preferred. Previous assembly, manufacturing, or production training is beneficial. Experience Requirements... 
    Hourly pay
    Weekly pay
    For contractors
    Local area
    Immediate start
    Monday to Friday
    Shift work

    Staffmark Group

    Greer, SC
    3 days ago
  •  ...Description Job Description Description Job Summary: The Valve Assembler assembles and tests fire protection valves for the...  ...environment requires the employee to work in a climate-controlled manufacturing environment.  Required to use personal protective equipment... 
    Hourly pay
    Weekly pay
    Immediate start
    Shift work
    Afternoon shift

    Reliable Automatic Sprinkler Co., Inc

    Liberty, SC
    a month ago
  •  ...Summary: Seeking a skilled and detail-oriented Panel Builder to assemble, wire, and troubleshoot industrial electrical control panels...  ...machine build teams to support the construction of automated manufacturing systems used across a variety of industries including... 
    Shift work

    Gabletek Robotics and Controls Solutions

    Greenville, SC
    4 days ago
  •  ...Assembler The Assembler assembles components using automated equipment to produce fire protection sprinklers and devices for the organization. Qualifications ~6 + months of manufacturing experience on an assembly line How You Will Help Duties and Responsibilities... 
    Hourly pay
    Weekly pay
    Immediate start
    Worldwide
    Night shift
    Afternoon shift

    ASC Engineered Solutions

    Liberty, SC
    3 days ago
  • Job Title At Toyota of Easley, our primary goal is to provide 5-star service to all our guests while creating lifelong relationships. Our employees are our greatest asset! We attribute our ongoing growth and success to our culture and our customer-first business model...

    Toyota Of Easley

    Easley, SC
    4 days ago
  •  ...hazardous waste) Requirements Education and/or Experience High schooldiploma or GED (general equivalency diploma) Manufacturer certification preferred Experience with various brands preferred Certificates,Licenses, Registrations ~ Validdriver's... 
    Traineeship
    Local area

    EasyCare (APCO)

    Easley, SC
    3 days ago
  •  ...Assembler Greer, South Carolina, United States About the Job Autonomy Staffing is seeking a dedicated and detail-oriented Assembler to join our team. In this role, you will be responsible for performing small parts assembly and soldering tasks with a focus on... 

    Autonomy Staffing

    Greer, SC
    1 day ago
  •  ...Title: Assembler Location: Simpsonville, SC Duration: 6-12 months contract Citizenship Requirement: US Citizens...  ...) Minimum 1 year of relevant assembly experience in a manufacturing or production environment Preferred Skills Aerospace... 
    Contract work
    Monday to Friday
    Shift work
    Day shift
    Afternoon shift

    Trispoke Managed Services Pvt Ltd

    Simpsonville, SC
    1 day ago
  •  ...Assembler Essential Cabinetry Group is a leader in cabinet manufacturing throughout the U.S., delivering high-quality, customizable cabinetry solutions that blend innovative design with exceptional craftsmanship. Guided by our core C.A.R.E. values—Customer Focus, Accountability... 
    Full time
    Day shift

    Essential Cabinetry Group

    Simpsonville, SC
    4 days ago
  • $19 per hour

     ...Hiring for Assemblers in Simpsonville, SC pays up to $19/hr. Job Description This role focuses on assembling mechanical and...  ...experience in mechanical and electrical assembly in a production or manufacturing environment. Ability to use hand and power tools safely... 
    Weekly pay
    Full time
    Contract work
    Temporary work
    Shift work

    Aerotek

    Simpsonville, SC
    18 hours ago
  • $19 - $20.5 per hour

     ...Start your new career as an Assembler with MAU at Bosch Rexroth in Fountain Inn, SC. As an Assembler , you will assemble, convert...  ...within the assigned product line(s), utilizing both purchased and manufactured components per customer specifications. What We... 
    Hourly pay
    Worldwide
    Monday to Thursday
    Day shift
    Afternoon shift

    MAU Workforce Solutions

    Fountain Inn, SC
    2 days ago
  • $20 - $23 per hour

    Discover a more connected career AtPrince Telecom, LLC, as a Cable Installation Technician, you’ll safely install and troubleshoot video services, internet, telephone, and alarm equipment in customer homes and businesses Connecting you to great benefits ...
    Work experience placement
    Remote work

    Prince Telecom

    Easley, SC
    2 days ago
  • $30 - $35 per hour

     ...Operate a service truck and forklift. Work Environment You'll work in a variety of customer locations, including: Manufacturing facilities Hospitals and healthcare facilities Food processing plants Laboratories Utility rooms High-tech industrial... 
    Hourly pay
    Home office
    Night shift

    Culligan

    Easley, SC
    1 day ago
  •  ...weekly paycheck. We offer benefits enrollment for all team members from day one. Become part of a dedicated team that inspects, assembles, packages, and ships plastic products for one of the largest leaders in home goods in North America. With full-time set schedules,... 
    Full time
    Shift work
    Night shift
    Weekend work

    Marathon Staffing

    Simpsonville, SC
    4 days ago
  •  ...regulations (such as disposal of hazardous waste) Requirements: High school diploma or GED (general equivalency diploma) Manufacturer certification preferred Experience with various brands preferred Valid driver's license Benefits: Compensation is based... 
    Traineeship
    Local area

    EasyCare

    Easley, SC
    1 day ago
  •  ...any additional service is needed. Provide an estimate of time needed for additional repairs Execute repairs under warranty to manufacturer specifications Qualifications ~2+ years of Service Technician experience preferred ~ High school diploma or equivalent... 
    Local area
    Relocation package

    McKinney Automotive

    Easley, SC
    19 hours ago
  •  ...Job Overview We are looking for a motivated and detail-oriented Structural Fabricator.  This team member will fabricate and assemble material for most types of finished assemblies per detail drawings, in a safe and efficient manner while maintaining high quality.... 
    Currently hiring
    Shift work
    Weekend work

    SC Steel

    Taylors, SC
    28 days ago
  • $800 - $1,200 per week

    Job Description Job Description Entry-Level Cable Technician No Experience Required | Paid Training | Company Vehicle | Weekly Pay Build a Career That Connects People Looking for more than just another job? Want a career where you're paid to learn, work independently...
    Weekly pay
    Relocation package
    Flexible hours

    JHB-CUI

    Piedmont, SC
    20 days ago
  •  ...00 AM – 3:30 PM (Currently 50–55 hours/week — overtime + some Saturdays) Pay is competitive and based on experience Hands-on assembly of automated machinery & equipment from drawings/schematics Work includes mechanical, pneumatic, and electrical installs Must... 
    Monday to Friday

    GableTek

    Liberty, SC
    3 days ago
  • $17 - $18 per hour

     ...Assembly Laborer Pay range $17-$18 depending on skill/experience  **Please monitor your email for communications regarding your application** No phone inquiries please Primary Purpose Complete parts/racks by assembling to engineering prints and first pieces... 

    Basin

    Easley, SC
    19 hours ago
  •  ...and develop innovative solutions that enable a prosperous and more sustainable society. About the role Job Summary The Assembler is responsible for putting together component parts or products according to blueprints or schematics. This role ensures that assembled... 
    Temporary work
    Work experience placement
    Immediate start
    Afternoon shift

    Sulzer AG

    Easley, SC
    4 days ago
  • $13 - $15 per hour

     ...open to learning and trying new things. Role: Entry-Level Assembler Location: Piedmont, SC Pay: Experience-based wages...  ...diploma or equivalent Reliable transportation Hands-on manufacturing assembly experience - a bonus! ABOUT OUR TEAM: Thermo Heating... 
    Monday to Thursday
    Flexible hours

    Thermo Heating Elements LLC

    Piedmont, SC
    19 hours ago

Do you want to receive more vacancies?

Subscribe and receive similar vacancies to Assembler - Manufacturing. Be the first to apply!