I have a HMI display at my college with model name 5PP520.0702.00,When i try to configure my device online. The device is not showing on the Automation studio, what should i do?
If you know your target IP address, you can configure a new connection manually. B&R Online Help
If you do not know IP address of PLC, you can try to determine IP address using Wireshark trace
Additional knowledge you can get from problem with online connection or topic unable to find hw online
Sir I tried both of those methods and nothing worked.Using wireshark trace it is not even showing the B&R.
OK, let’s start from the beginning. It is a panel with a CF card. Is the CF card plugged in? What is the status of the panel after power-on? I mean, what can you see on the screen? Is there a running project? If so, do you have a service page with an information overview of the panel, like the IP address used, etc.?
As a sidenote: If AS6.x is used then the PP520 will also not show up as it is no longer supported by AS6.x and therefor AS4.12 must be used
It looks like there is a project running on this, and that project is in Service mode. This means that the IP of the PowerPanel is whatever was configured in the project that’s currently running on it. If you do not know what is on there (and do not care about it), then I recommend installing offline by burning the CompactFlash with Automation Studio. This will ensure that your project and IP settings are what you expect them to be.
Agree with @Marcus. If you would like to run your new project, just create a new empty project with the proper hardware, configure the IP address according to your requirements, and install the new CF. Your current project and AR running on this PP is in service mode (likely because of the supervision of hardware that is no longer connected).
I try to make online connection using a CF card and configured the IP address.Now the panel is showing this.
It looks like everything is running normally now. Are you able to connect to the PC at the IP address you configured?
Sir, what is license violation that is showing on the panel
That message just means there is something in the project which requires a license (e.g. mapp Services), but that license is not present. It won’t prevent you from connecting via Automation Studio, and you can check the Logger for more information once you get connected.
Hi Amal,what is the status of your topic, can you update us with your solution?
Dear sir I was able to print my name on the panel by directly copying the code into the CF card.When I connect my plc or HMI to the computer using an ethernet cable I couldn’t find the IP address.I also got an ACOPOS micro 100D driver in it.Without the IP address I don’t know how to deal with it.This is my test station and controller
Well, you obviously have a project and you were able to generate a new CF card. Good start. To establish a connection:
- Connect your laptop to the PP directly using an Ethernet cable.
- In the project, set the IP address manually (e.g., 192.168.0.1/255.255.255.0) and activate the SNMP parameters.
- On the Ethernet adapter of your laptop, set the IP address manually from the same range as you used for the PP (e.g., 192.168.0.2/255.255.255.0).
- Build the project in AS, and generate the CF card again.
- Plug the CF card into the PP and power it on.
- Using the Windows command line on your laptop, try to ping the PP (in our case,
ping 192.168.0.1
). If you get a response, you can connect from Automation Studio.