// PRJ_01Industrial Boiler Control
CompleteComplete Siemens S7-1200 boiler control program in SCL with PID loop, safety interlocks, and live OPC UA monitoring via Python.

2.5+ years maintaining Siemens S7-1500 production lines. 12 shipped software systems spanning PLC control, RAG search, and mobile apps. I bridge heavy engineering and AI-driven software.
1FUNCTION_BLOCK "FB_BoilerControl"2{ S7_Optimized_Access := 'TRUE' }3VERSION : 0.14VAR_INPUT5 rTempPV : Real; // Measured Boiler Temperature (°C)6 rSetPoint : Real; // Temperature Setpoint (°C)7 bEmergencyStop : Bool; // Hardwired Safety Interlock8END_VAR9VAR_OUTPUT10 rHeaterPWM : Real; // Modulated Heater Output (0-100%)11 bAlarmHigh : Bool; // Over-temperature Alarm Tag12END_VAR13VAR14 instPID : "Compact_PID";15END_VAR1617BEGIN18 // Safety Interlock Check19 IF #bEmergencyStop OR #rTempPV > 140.0 THEN20 #rHeaterPWM := 0.0;21 #bAlarmHigh := TRUE;22 RETURN;23 END_IF;2425 // Execute PID Calculation (T_CYCLE = 100ms)26 #instPID(Setpoint := #rSetPoint,27 Input := #rTempPV,28 Output => #rHeaterPWM);29END_FUNCTION_BLOCK
Electrical engineer with 2.5+ years maintaining 5+ high-speed production lines (SIG Combibloc, Meurer) on Siemens S7-1500 PLCs. Specialized in rapid fault diagnosis, sensor calibration, and mission-critical reliability under shift-pressure.
I build complete software systems end-to-end — PLC control in SCL, industrial digital twins, RAG search over historical POS data, multi-tenant SaaS, and Flutter mobile apps. AI accelerates delivery without replacing engineering rigor.
// PRJ_01Complete Siemens S7-1200 boiler control program in SCL with PID loop, safety interlocks, and live OPC UA monitoring via Python.
// PRJ_02
// PRJ_03Digital twin of a sterile filling machine (S7-1513 PLC) bridged to Python/Node-RED with mobile Flutter control over MQTT.
// PRJ_04
// PRJ_05
// PRJ_06
// PRJ_07
// PRJ_08
// PRJ_09Flutter app for automotive service advisors with Libyan-dialect AI voice transcription, OCR Magic Scan, biometric security, and Supabase sync.
// PRJ_10Multi-app platform for the Libyan automotive ecosystem: customer + partner + admin apps, emergency rescue, parts marketplace, OSM live tracking.
// PRJ_11
// PRJ_12Aljaied Company // SIG_COMBIBLOC_MEURER
Maintained 5+ high-speed production lines (SIG Combibloc, Meurer), reducing downtime through rapid fault diagnosis and SAP-managed spare parts inventory.
Al-Dafnia Food Complex // ELECTRICAL_INTERVENTIONS
Supported factory-wide electrical maintenance interventions and ensured production line stability.
Al-Asalah Company // FLOUR_MILLING_SCADA
Operated and monitored precision milling processes for continuous flour production.
Mellitah Oil & Gas // PTQI_SELECTION
On the official PTQI Code B waitlist pending field assignment following elite selection.
Elmergib University // CONTROL_ENGINEERING
GPA 70%PTQI Tripoli // OIL_&_GAS_ELECTRICIAN
Cambridge English // CAMBRIDGE_B2_FLUENT
ICDL Foundation // ICDL_VERIFIED_DIGITAL
Mellitah Oil & Gas // SAFETY_SAFETY_PROTOCOL
$ algaroshy --status
➜ Open for High-Impact PLC Automation & AI Software Roles
$ algaroshy --contact
➜ Email: Malgaroshy@gmail.com | Phone: +218 92 821 1509
Open to industrial automation roles, AI software projects, and collaborations bridging engineering and software. Email is the fastest way to reach me.