Mode:
Duration:
1
Coding works best on desktop or with an external keyboard.
Coding works best on desktop or with an external keyboard.
Control a motor using a start and stop input with MELSEC FX extensions.
IF StartButton THEN
MotorOutput := TRUE;
ELSIF StopButton THEN
MotorOutput := FALSE;
END_IF;MELSEC FX Extensions are specialized function blocks, instructions, and libraries for Mitsubishi Electric's MELSEC FX series PLCs. They extend the standard FX PLC instruction set to support advanced control, communication, and automation capabilities.
Origin & Creator
Developed by Mitsubishi Electric to enhance the FX series PLC functionality and allow automation engineers to implement more sophisticated control solutions without upgrading to larger PLC models.
Industrial Note
Essential for automation engineers working with small to mid-sized industrial systems who need FX PLCs to perform advanced tasks, communicate with other devices, or integrate specialized I/O.