1. Home
  2. /
  3. Schneider-ecostruxure-unitypro
  4. /
  5. Motor Start/Stop Seal (ST)

Motor Start/Stop Seal (ST) - Schneider-ecostruxure-unitypro Typing CST Test

Loading…

Motor Start/Stop Seal (ST) — Schneider-ecostruxure-unitypro Code

Classic latch logic using %I0.3 start and %I0.4 stop.

IF %I0.3 THEN
	M_Start := TRUE;
END_IF;
IF %I0.4 THEN
	M_Start := FALSE;
END_IF;
%Q0.3 := M_Start;

Schneider-ecostruxure-unitypro Language Guide

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.

Primary Use Cases

  • ▸Programming Modicon M340, M580, M221, Premium, and Quantum PLCs
  • ▸Industrial automation logic development
  • ▸SCADA integration via Modbus, Ethernet/IP, and Schneider protocols
  • ▸Safety-critical control sequences
  • ▸Batch process automation

Notable Features

  • ▸IEC 61131-3 language support
  • ▸Offline and online simulation
  • ▸Powerful debugging and monitoring
  • ▸Unity Library Manager for reusable components
  • ▸Integrated communication configuration (Modbus, Ethernet, CANOpen)

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.

More Schneider-ecostruxure-unitypro Typing Exercises

Hello World Output in Unity Pro (ST)TON On-Delay Timer (ST)CTU Up Counter (ST)Move Value (ST MOV Equivalent)Analog Scaling (0-27648 -> 0-100%)Rising Edge Detection (R_TRIG)FOR Loop Summing RegistersPID Function Block ExamplePWM Output Example (ST)

Practice Other Languages

CReactPythonC++RustTypeScriptKotlinPHPJavaC#RubyMqlCqlN1qlCypher