The leader in industrial automation and control solutions

What is HMI and PLC?

PLCs are industrial digital computers designed to execute real-time control operations in manufacturing and process automation environments. HMIs are graphical user interfaces that control and interact with industrial automation systems. HMI+PLC combinations are devices that consolidate both control processing and operator interface functions within a single compact unit.

What is Firmware?

Firmware is a type of software that is embedded into hardware devices to control and manage their operations. Unlike regular software that can be easily updated or removed, firmware is typically stored in non-volatile memory, such as ROM or flash memory, and is essential for the device to function. It provides low-level control over the…

What is a Network Switch?

A network switch is a networking appliance that connects multiple devices inside of a Local Area Network (LAN). It communicates by forwarding data based off MAC addresses. Typically switches operate at layer 2, data link layer, of the OSI model. However, they can operate at layer 3, network layer, which communicates by forwarding data based…

What is MapleLogic Simulation Mode?

Yes. MapleLogic includes simulation modes that allow you to test your logic and communication before implementing your PLC project. For more information, check out our How to use the PLC Simulator and Online Edit in MapleLogic tutorial page, which includes step-by-step instructions, instructional video, and a sample project related to using simulation modes in MapleLogic.

What is Ladder Diagram?

Ladder Diagram, a graphical programming language, is used to design logic for PLCs. Maple Systems Inc. MapleLogic PLC programming software utilizes Ladder Diagram, LD for short. Each rung represents a specific control operation with inputs and outputs arranged in sequence. Ladder diagrams are standardized by the International Electrotechnical Commission (IEC), specifically under IEC 61131-3. The…

What is a Rung?

MapleLogic utilizes logical control operations in a ladder diagram called a “rung”. Each rung contains inputs and outputs. Inputs are usually sensors, switches, or conditions that control output devices. Rungs evaluate from left to right activating outputs based off condition parameters.

What is MapleLogic?

MapleLogic is a software suite owned by Maple Systems Inc. It is a robust programming software for Maple Systems Micro and Modular PLCs. It programs PLCs to communicate to sensors, switches, motors, HMIs, and more over serial or ethernet. MapleLogic utilizes Ladder Diagram, a graphical programming language, which place logic elements onto rungs on a…