Configurating the Hardware

  1. In Automation Builder, from the File menu, select New Project.

  2. Under Name enter the project name.

    Under Location enter where you want to store the project.

    ../_images/bd64f34da0fdad020a3313900014d7bb
  3. Click OK.

  4. Under Categories -> PLC - AC500 select AC500-eCo.

    Note

    To expand the list, click on the plus sign.

    Select AC500 PM554-ETH.

    Click Add PLC.

    ../_images/c2e0db4b9d089f7e0a33139001d07fa1

Creating I/O variables for the AC500-eCo CPU

To specify the hardware configuration, you have to define the I/Os and their symbolic names.

Note

If you made a mistake during the process, you can always undo. From the Edit menu, select Undo.

  1. Double-click OBIO (onboard inputs and outputs).

    The OBIO tab opens on the right side with several child tabs.

  2. Select the 8DI+6DO I/O Mapping tab.

    ../_images/609baaca22fae6f20a331390010bde76

    Note

    To expand the list, click on the plus sign.

  3. In the Variable column, insert the text DI04 and DI05 at the corresponding inputs and insert the text DO00 and DO01 at the corresponding outputs.

    Note

    To see the number of the inputs and outputs, expand the width of the Channel column.

    ../_images/6622ed9da144ed2f0a33139000ef2a1d

    You added two digital inputs and two digital outputs to your AC500-eCo CPU.

Defining the Behavior of the Error LED of your AC500-eCo CPU

If the Automation Builder software version and the AC500-eCo CPU firmware version are different, the red Error LED will go on. This has no influence on running your example program on your AC500-eCo CPU. The example program can be executed with any firmware version of the AC500-eCo CPU. In Automation Builder you can define if the Error LED is enabled or disabled.

  1. Double-click PLC_AC500.

    ../_images/381bfbda2c57de900a331390012373e8

    The PLC_AC500 tab opens on the right side with several child tabs.

  2. Select the PM554-ETH Configuration tab.

    In the Error LED / Failsafe function row, double-click on the entry of the Value column.

    ../_images/03bc87912c677adc0a331390012e1312
  3. Select Off by E4 to disable the Error LED.

    Select On to enable the Error LED.

  4. Close the PLC_AC500 tab.