by Regardt Voigt | Feb 28, 2018 | GX Developer, QSeries
Introduction The Mitsubishi Electric Q-Series PLC range provides two ranges of timers (low speed and high speed), however it is not always obvious how to program them into the PLC code. This document explains how this is done and shows how to manipulate the associated...
by Regardt Voigt | Feb 28, 2018 | GX Developer
Introduction When monitoring PLC code (perhaps during fault diagnostics), there may be a need to view several individual lines of PLC code from different parts on the program. Normally this would mean jumping about in the ladder code but you would not be able to see...
by Regardt Voigt | Feb 26, 2018 | GX IEC, Software
Introduction People often ask if there is any documentation of books on the IEC 61131-3 PLC programming standard and/or GX IEC Developer. The answer is yes. And the question is where? Design Considerations When GX Developer is installed, 3 documents are also...
by Regardt Voigt | Feb 26, 2018 | FX3U, GX Developer, PLC, Uncategorized
Introduction To make a Profibus Mater function correctly on an FX3U PLC, code is required. This involves reading the manual, understanding the example programs, understanding how the Profibus slaves work, and then writing PLC code to suit the slaves. If the user is...
by Regardt Voigt | Feb 21, 2018 | FX3U, FX5, GT Works 3, GX Works 2, PLC, Software
Introduction Unlike modular PLCs such as the Q-Series, FX PLCs have default settings for retentive/latched device words, but memory, timers, etc. While this is not an issue, it does need to be taken into consideration when creating PLC programs. Design Considerations...