Advantech AE Technical Share Document Date Category Abstract Keyword Related Product 2015 / 07 / 21 ■ FAQ □ SOP SR# Related OS How To Setup WebOP and ABB Controller PM556 PM556/ Panel Builder/ ABB Panel Builder (Customized WebOP Designer) Problem Description: How To Setup WebOP and ABB Controller PM556 Brief Solution - Step by Step: ABB Control Builder Version 1. Create new project Page 1 2. Select AC500 project and name. 3. Select AC500 PM556-ETH and click “Add Device” Page 2 4. Create project successfully 5. Double click IP_Setting and click IP-Configuration link on right side. Page 3 6. Connect Ethernet cable between your PC/Laptop and PM556 7. Click “Scan” button and find IP address of PM556, remember to setup your NIC of PC/Laptop under same local network. 8. You could also setup IP Address for PM556 in below setting once you click the listed item after “Scan”. Page 4 9. Right-click on Interface COM1 and select “Plug Device” 10. Select COM1 Modbus Page 5 11. Double click on COM1_Modbus which modified by previous step. 12. Follow the setting as below: Page 6 13. Double click on AC500 and the CoDeSys Interface will be opened. Page 7 14. Online Communication Parameter Page 8 15. Setup correct IP address of your PM556. And press OK. 16. Write Example code into PLC_PRG as follow: Example code: PROGRAM PLC_PRG VAR INT0 AT%MW0.11:INT ; (*MW0.11~MW0.20 int test*) INT1 AT%MW0.12:INT ; (*MW0.11~MW0.20 int test*) INT2 AT%MW0.13:INT ; (*MW0.11~MW0.20 int test*) INT3 AT%MW0.14:INT ; (*MW0.11~MW0.20 int test*) Page 9 INT4 AT%MW0.15:INT ; (*MW0.11~MW0.20 int test*) INT5 AT%MW0.16:INT ; (*MW0.11~MW0.20 int test*) INT6 AT%MW0.17:INT ; (*MW0.11~MW0.20 int test*) INT7 AT%MW0.18:INT ; (*MW0.11~MW0.20 int test*) INT8 AT%MW0.19:INT ; (*MW0.11~MW0.20 int test*) INT9 AT%MW0.20:INT ; (*MW0.11~MW0.20 int test*) END_VAR 17. Click Login 18. Click YES, the program and configuration will be downloaded into PM556. WebOP Designer Configuration Create 10 WORD “MW0.11 ~ MW0.20” on Screen Page 10 ABB PM556 COM1 Pin Assignment WOP COM1 Pin Assginment PM556 (COM1) WOP (COM1) PIN3 ------------------------------------ PIN1 PIN8 ------------------------------------ PIN6 Page 11 Verify if the value could be written from WOP and compare with CoDeSys On-line mode. Page 12 Reference: Page 13