The leader in industrial automation and control solutions

What is a WORD?

In EasyBuilder Pro, a WORD refers to the size of the data type configured for the system. This is the standard size used to store data in registers and memory locations within the system. Our LW, PLW, RW, RW_A, EM0-15, RECIPE, RWI, PRW registers store WORDs into addresses. Naming rules for variables inside the Macro…

What is a UDP Port?

A UDP port is a communication endpoint for transmitting data between devices on a network using the UDP protocol. On Maple Systems products, UDP ports enable fast, connectionless communication for applications like broadcast messaging or time-sensitive data transfers. Each port is identified by a unique number, ensuring multiple applications can operate without interference. Commonly used…

What is a TCP Port

A TCP port is a communication endpoint for transmitting data between devices on a network using the TCP protocol. On Maple Systems products, TCP ports facilitate connections between HMIs, PLCs, and other networked devices for data exchange and control. Each port is identified by a unique number, allowing multiple applications to run simultaneously on the…

Noisy or jumpy Analog Input, input value rapidly changing.

Noise can sometimes be introduced into a sensor input by a power supply or other high-powered equipment. Using a high-quality power supply is always a good idea. Noise on the input is seen when the input value jumps around sporadically, especially for a normally stable sensor reading such as for temperature or pressure. When there…

How to import Modbus tags from MAPware (IEC mode) into EBPro.

The MAPware-EBPro Modbus tag converter tool will not work if your application is in IEC Mode. This tool was designed for the Native Ladder (deprecated) programming mode that had pre-assigned Modbus addresses assigned each local address.   If your MAPware application uses IEC mode, you must create tags in the tag database and assign Modbus…

How to find the IP address of an HMC on a network

HMC To view the programmed Ethernet parameters of your HMC2, HMC3 or HMC7 on the network, press and hold the lower right corner of the screen while powering on. On a HMC4 series screen, press/click and hold the top left corner of the screen for 5 seconds while the device is powered on.

How to go online with a HMC in MAPware-7000

The first step to monitor logic in an HMC is to connect it to the PC running MAPware-7000. Several connection methods are available: USB, Ethernet, and serial. The “Online Communication Mode” in MAPware-7000 must be set to match the connection method. To do this, click on the Tools menu…Preferences…Online Communication Mode to select the connection method used…

Dynamic Limits for Numeric Objects in EBPro

If you are wondering how you can assign tags for dynamic limits in a Numeric Object, take note of the “Usage…” note in the Object Properties window. The Numeric Object uses the tag assigned in the object properties as the  Device Low limit, and uses the next sequential address as the Device High limit. For…

Can I change what address an object is referencing at runtime?

Yes. You can dynamically change the address referenced by an object using the index feature.  This allows you to create and indirect pointer or offset into PLC or HMI memory. In the object properties window click on the address settings button then check the Index register checkbox and select the index to use: When you…

Yaskawa MP2300siec PLC No Response

After upgrading from EZwarePlus to EBPro you may have experienced an issue were a project using this device driver worked in the former software but not in the latter. Usually, the problem happens when the parameters below are not set correctly. data-filename=”image.png” style=”width: 50%;”> Change these parameters to match those in your PLC. data-filename=”image.png” style=”width:…