The leader in industrial automation and control solutions

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…

Why does my PLC boot into STOP mode?

If your PLC powers on and indicates its in STOP mode, its likely the physical RUN/STOP switch on your PLC is set to STOP mode. You can open the hatch next to the Maple logo and flip the yellow switch to RUN mode.

How to Transfer a MapleLogic Project

You will need all the .PLC files and related files next to it to be kept together. Right click the main file and create a zip file. Now you can email the project file to a different PC easily.

What is the Open Systems Interconnection (OSI) model?

The Open Systems Interconnection (OSI) model is a reference model which describes seven layers of communication between computing systems over a network. These seven layers are as outlined: The OSI model was developed by the International Organization for Standardization. It describes the tasks required to transmit data via radio waves, light, or electricity.

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?

MapleLogic has the ability to run a project file in simulation mode for testing purposes. Simulation mode uses the computers loopback address. The loop back address connects to the local computer and simulates PLC operations.

What are the available registers in MapleLogic?

In MapleLogic, registers store data used for control logic and operations. They hold values such as integers or bits. Registers are essential for monitoring inputs, and controlling outputs. Common register types include discrete, word, timer, counter, and floating-point.

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…

What is a Register-Address?

A register address in EasyBuilder Pro refers to a specific memory location used to store and manage data within a system. A register is a specific storage location, typically in memory or a device, used to hold data for processing. They often are categorized as internal or external registers. An address is a unique identifier…