Running your Program on the AC500-eCo CPU¶
Set the Communication Parameters in IEC 61131-3 editor
From the Online menu, select Communication Parameters.
- ⇒
From Channels, select AC500 Default TCP-IP. Click OK.
- ⇒
Download your Program to the AC500-eCo CPU
From the Online menu, select Login.
The upcoming dialog informs you that no program is on the AC500-eCo CPU. You are asked if you want to download your program to the AC500-eCo CPU. Click Yes.
- ⇒
If the Automation Builder software version and the AC500-eCo CPU firmware version are different, a message is displayed in the status bar. 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.
Create a Boot Project: Save RAM to ROM
The application project is stored in the volatile memory of a CPU. You can enable the CPU to automatically load and execute the application project after a restart. Then the downloaded program will be stored in a non-volatile memory (flash memory). Otherwise, the program has to be reloaded manually (here: downloaded) each time the CPU is powered up.
From the Online menu, select Create boot project.
Note
Once the program is stored in the non-volatile memory, it can only be overwritten by another program or deleted with the delappl command AC500-eCo Starter Kit.
From the Online menu, select Run.
- ⇒
In the status bar, ONLINE and RUNNING are highlighted in black color.
Use the toggles of the input simulator to change the status of input DI04 and DI05.
- ⇒
The LEDs of the inputs and outputs go on and off.
Stop the Connection to the AC500-eCo CPU
From the Online menu, select Logout.
Delete a program stored in the non-volatile memory
Once the program is stored in the non-volatile memory, it can only be overwritten by another program or deleted with the delappl command.
In the Resources register card, double-click PLC-Browser.
- ⇒
In the command line type delappl. Press ENTER.
- ⇒
The deletion is effective after power cycling.