The leader in industrial automation and control solutions

What is a Layer 3 Network Switch?

A layer 3 network switch operates at the Network Layer of the OSI model. Read more information about the OSI Model. Layer 3 network switches forward data based on IP addresses. Unlike layer 2 network switches, layer 3 switches route traffic between different subnets. These switches combine the features of a traditional router and a…

What is a Layer 2 Network Switch?

A layer 2 network switch operates at the Data Link Layer of the OSI model. Read more information about the OSI Model. Layer 2 network switches forward data based on MAC addresses. They are responsible for directing traffic within a local area network (LAN). Layer 2 switches do not inspect IP addresses, and their main…

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 JavaScript?

JavaScript is a computer programming language developed in 1995 by Brendan Eich. JavaScript is utilized in web developed along side industrial control systems such as EasyBuiler Pro for automation.

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 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…