Job Description
Project Manager (Control Panels) - Ballymena
An experienced Project Manager is required to join a leading automation and control systems specialist. The successful candidate will oversee control panel projects from tender through to delivery, ensuring completion on time, within budget, and to the highest technical standards.
This role is ideal for a detail-oriented professional with proven experience in the tendering, design, and management of electrical control systems projects across industrial and commercial sectors. About the role:
1. Up to £50,000 per annum (DOE)
2. Monday to Friday
3. Company pension scheme
4. Free on-site parking
5. Opportunities for professional development and progression
6. Permanent role
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
7. Share Vacancy on Facebook
8. Share Vacancy on X
9. Share Vacancy on LinkedIn
10. Share Vacancy on WhatsApp
11. Send Vacancy to a friend
// function selectJob() { var jobID = '35998'; var tagName = ''; if (GlobalEventObject != null) { target = GlobalEventObject.target || GlobalEventObject.srcElement; tagName = target.tagName; } tagName = tagName.toUpperCase(); if (tagName == 'A' || tagName == 'IMG') return; var newStatus = !$('#chk' + jobID).attr('checked'); if (tagName == 'INPUT') newStatus = !newStatus; PageMethods.HighlightJob(jobID, newStatus, AddSuccess, AddFailed, jobID) } function AddSuccess(res, joblst, newStatus) { var manyList = joblst.split(','); for (var jobid = 0; jobid < manyList.length; jobid++) { if (res == "added" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).addClass('selected'); $('#chk' + manyList[jobid]).attr('checked', true); } else if (res == "removed" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).removeClass('selected'); $('#chk' + manyList[jobid]).attr('checked', false); } } return false; } function AddFailed(res, jobid, newStatus) { alert('An error occurred whilst adding this vacancy to your list. Please try again'); return false; } PageMethods.set_path('/vacancies/vacancy-details.aspx'); //