The leader in industrial automation and control solutions

Scaling a Numeric Display Object using a Macro subroutine

Numeric objects in EBPro have the option of using a Macro subroutine to scale the value displayed from the actual value stored in the read register. First, open the properties of the numeric object and navigate to the Format tab. Take note of the Device data format. The Macro subroutine must have the same data…

Macros, References, and Examples

Our Macro Reference Manual provides a great deal of information and examples for programming Macros. We highly recommend reviewing the Manual, which can be downloaded from our Support Center here: https://maplesystems.com/support-center/manuals-guides There is also a very helpful tutorial video on building macros here, which features examples of declaring a variable and programming various statements:

How to initialize data on my PLC from the HMI at power on?

There are several ways to accomplish this. To set a few registers or bits you can place Set Bit or Set Word objects on the common window (window #4). These objects have an option for Set On when window opens: Because the common window is always visible objects placed on this screen will be triggered…