The leader in industrial automation and control solutions

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 the String Table?

The string table in EasyBuilder Pro is a centralized database for managing multilingual text used in HMI projects. By pre-configuring texts and their corresponding numbers in the string table, text can be changed dynamically on…

What is the Label Tag Library?

The Label Tag Library in EasyBuilder Pro enables the creation of a multi-language environment for HMI projects. Users can create a Label Tag Library and select suitable labels for use throughout the project. At runtime,…

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…

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…

Why can’t I copy multi-state objects?

EasyBuilder Pro doesn’t allow you to copy states from any “system”. So in order to be able to copy shapes, you’ll need to access one of the other libraries that come included with EBPro. You’d…

What is the WATCH feature

The WATCH feature allows the end-user to view the contents of a register-address in a message of an event. Users may set register-addresses from the PLC, Remote HMI, or Local HMI. The register-address will display…

How do I display historical trend data?

To display historical trend data within the Trend Display Object, you will first need to configure the indexed Data Sampling Object to enable the saving of the sampled data to History Files. The Sampled Data…

How to use the Word Lamp in EBPro

The Word Lamp Object is used asan indicator to represent the value in a PLC register, or the value in aregister in the HMI local memory (LW). Creates a graphics object to reflect thecurrent state…

I need help setting up / updating my Recipe?

For more information about recipes and handling the recipe database files, see the EBPro Programming Manual. A recipe defines a series of parameters assigned to internal HMI registers (non-volatile memory locations) that are downloaded to…

What is the PLC Control Object?

The PLC Control object in EBPro is a feature in the software that can execute commands when it is triggered by a PLC bit or word. Click [Object] » [PLC Control] icon on the toolbar…

What is Window 50?

Keypads and keyboards are part of the template files included with EBPro, beginning on Window 50. When starting a new project in EBPro, make sure the “Use template” option is checked on the “New Project”…

What is a Combo Button in EBPro?

The Combo button allows multiple actions including set bit, set word, change window, and execute macro to be performed with a single press of a button. It also displays the state of a bit or…

What is a Recipe?

A recipe defines a series of parameters assigned to internal HMI registers (non-volatile memory locations) that are downloaded to corresponding PLC registers for a predefined control process. The Recipe feature in EBPro is used to…

What is the Recipe Feature?

A recipe defines a series of parameters assigned to internal HMI registers (non-volatile memory locations) that are downloaded to corresponding PLC registers for a predefined control process. The Recipe feature in EBPro is used to…

What is the Recipe View Object?

Use the Recipe View Object in EBPro to select individual recipes to modify or download to the PLC. See our Recipe Database Transfer Sample Project for more information.