Mode:
Duration:
1
Coding works best on desktop or with an external keyboard.
Coding works best on desktop or with an external keyboard.
A basic Structured Text example that turns ON %Q0.0 when %I0.0 is TRUE.
IF %I0.0 THEN
%Q0.0 := TRUE;
ELSE
%Q0.0 := FALSE;
END_IF;Schneider EcoStruxure Control Expert (formerly Unity Pro) is an IEC 61131-3 compliant PLC programming environment used for developing, configuring, testing, and maintaining Schneider Electric Modicon PLCs across industrial automation systems.
Origin & Creator
Developed by Schneider Electric as part of the EcoStruxure automation suite to unify and modernize programming for Modicon PLCs.
Industrial Note
Widely used in energy, water treatment, heavy manufacturing, smart infrastructure, and SCADA-driven industries requiring reliable Modicon PLC workflows.