The leader in industrial automation and control solutions

Converting a MAPware-7000 project from a HMC7000 series model to a HMC3000 series model

Take into consideration the difference in IO modules. If your HMC7000 series project uses IO, these modules will be removed from the IO Allocation folder in the project, yet the tags for the IO module will remain. To automatically remove any unused tags, open the IO Allocation > Expansion window and configure the slot to…

How do I import Allen-Bradley CompactLogix and ControlLogix tags using an RSLogix L5X project file in EBPro?

With the Allen-Bradley Compact/Control Logix “Free Tags” drivers in EBPro, you can import tags using an .L5X project file exported from your RSLogix software. This method is preferred over using a CSV tag file, because it eliminates the need to define the data types for User-Defined tags. In the System Parameter Settings window, select the device…

Why am I getting a Macro warning W2: “Variable not initialized.” after upgrading EBPro?

In EBPro v6.05.01.565, a variable check is performed when saving and compiling a Macro. This check will trigger a “warning W2: variable not initialized.” for each ‘declared’ variable in the macro which has not been ‘initialized’. After a variable has been defined, you can give it a value (in a separate statement) using the = operator.…

Why am I experiencing a compile error in Window 8: “Unsupported system tag LB-9036: SD card free space insufficiency alarm (when ON)”?

When compiling a project that was originally created in an older version of EBPro, this error will occur if the model that was selected when the project was originally created does not support SD cards. This is due to a change that was implemented in EBPro: Version 6.05.01. With this change, if the originally selected…

I’m trying to display a string in an ASCII object but I can only see two characters, how do I display the whole string?

To display the entire string the number of words needs to be set in the ASCII display object. On the general tab of the ASCII object’s properties window click on the address settings button: Set the number of words to display, this field controls the length of the string to display: There are two characters…