PRAM Engineer

PRAM ENGINEER

Location: Bucharest

Education: Higher education in energy, electrical, electromechanical, or electro-technical fields. Courses/certifications in protection relays.

Experience: Minimum 3 years of relevant experience in automation.

Knowledge and Skills:

  • General PRAM knowledge in electrical substations (110kV).
  • Knowledge of protection relay configuration, at least one range from a major supplier (Siemens, ABB-Hitachi, GE).
  • Solid knowledge of protection relay testing. Including the use of a test kit for relays.
  • Advantages: SCADA knowledge and knowledge of communication and communication protocols.
  • Good knowledge of applicable legislation, standards, and regulations;
  • Good organizational and time management skills;
  • A high level of work ethic and moral integrity;
  • Category B driving license holder.

Job Description:

  • Support in developing technical protection and automation solutions
  • Programming and configuration of protection relays
  • Configuration of SCADA-HMI interfaces
  • Commissioning of protection and automation systems
  • Performing tests and issuing test reports.

Benefits:

  • Motivating salary package;
  • Performance bonuses;
  • Non-financial benefits: certifications, training, etc.;
  • Professional and personal development opportunities in a professional and dynamic environment.

Apply for this position

Allowed Type(s): .pdf
(function() { function executaTraducere() { // 1. Schimbă Titlul Formularului const title = document.querySelector('.awsm-job-form-inner h2'); if (title) title.innerText = 'Aplică pentru această poziție'; // 2. Mapare etichete personalizate const translations = { 'Full Name': 'Numele si Prenume', 'Email': 'Adresa de e-mail', 'Phone': 'Număr de telefon', 'Bio': 'Mesaj', 'Upload CV/Resume': 'Încarcă CV (Format PDF)' }; // Înlocuire text în etichete fără a distruge tagurile interne (ex: steluța de obligatoriu) document.querySelectorAll('.awsm-job-form-inner label').forEach(label => { for (let key in translations) { if (label.innerText.includes(key)) { // Înlocuim doar nodul de text, nu tot HTML-ul label.childNodes.forEach(node => { if (node.nodeType === Node.TEXT_NODE && node.nodeValue.includes(key)) { node.nodeValue = node.nodeValue.replace(key, translations[key]); } }); } } }); // 3. Schimbă TOATE textele de ajutor (Small) document.querySelectorAll('.awsm-job-form-group small').forEach(smallText => { if (smallText && !smallText.dataset.tradus) { smallText.innerText = smallText.innerText .replace('Allowed Type', 'Formate permise') .replace('Max Size', 'Dimensiune maximă'); smallText.dataset.tradus = "true"; // Evită rularea repetată pe același element } }); // 4. Schimbă textul butonului de Trimite const submitBtn = document.querySelector('#awsm-application-form input[type="submit"]'); if (submitBtn) submitBtn.value = 'Trimite Aplicația'; } // Rulăm instant la încărcarea DOM-ului document.addEventListener('DOMContentLoaded', executaTraducere); // Rulăm și imediat în caz că scriptul se încarcă după DOM if (document.readyState === 'interactive' || document.readyState === 'complete') { executaTraducere(); } })();