PWM Output Example (ST) - Mitsubishi-gx-works Typing CST Test
Loading…
PWM Output Example (ST) — Mitsubishi-gx-works Code
Simple PWM control using a duty cycle tag.
IF Duty > 100 THEN
Duty := 100;
END_IF;
PWM_CH1.Duty := Duty;Mitsubishi-gx-works Language Guide
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.
Primary Use Cases
- ▸Programming Mitsubishi PLCs using ladder logic or structured text
- ▸Configuring PLC hardware modules and I/O devices
- ▸Simulating PLC logic for testing and validation
- ▸Monitoring and debugging PLC operations
- ▸Maintaining industrial automation systems efficiently
Notable Features
- ▸Integrated programming environment for multiple PLC families
- ▸Simulation and debugging tools for PLC programs
- ▸Online monitoring and control of connected PLCs
- ▸Device parameter configuration and module setup
- ▸Project management with versioning and backup support
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.