Mode:
Duration:
1
Coding works best on desktop or with an external keyboard.
Coding works best on desktop or with an external keyboard.
A simple ST program that turns on Y0 when X0 is pressed.
IF X0 THEN
Y0 := TRUE;
ELSE
Y0 := FALSE;
END_IF;Mitsubishi GX Works is an integrated software suite for programming, configuring, and monitoring Mitsubishi PLCs (Programmable Logic Controllers). It combines PLC programming, simulation, debugging, and device management in a single environment.
Origin & Creator
Developed by Mitsubishi Electric at 2008 as a successor to GX Developer, GX Works was launched to provide a unified and modern IDE for programming and maintaining Mitsubishi PLCs.
Industrial Note
Primarily used in industrial automation for factory equipment, process control, and machinery automation. Not intended for general-purpose software development.