FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
09-16-2024 04:37 PM
Hi,
I’m new to PLC programming and am currently trying to design an HMI using Ctrlx Codesys and Webvisu. I have obtained the Webvisu license, but I cannot find any documentation on how to display the HMI or set up the WR21 with the Ethernet port for display. Can someone assist me with this as I am a complete beginner?
Additionally, I encounter an error when I run Webvisu on my local machine. Any help would be greatly appreciated.
Solved! Go to Solution.
09-16-2024 05:22 PM
Hello,
in the How-To is one entry: https://developer.community.boschrexroth.com/t5/Store-and-How-to/Collection-of-how-to-videos-blogs-a... Search there for WebVisu -> Find this: https://developer.community.boschrexroth.com/t5/Store-and-How-to/Creating-an-HTML5-Control-for-ctrlX...
reagrding WR21: here is a thread: https://developer.community.boschrexroth.com/t5/ctrlX-HMI/First-Use-WR21-and-WebVisu/m-p/77698
Regards, Stefan
09-16-2024 06:07 PM
If your PLC application is running, you should be able to access the visualization via port 8080.
https://192.168.1.1:8080/webvisu.htm in your case.
09-17-2024 09:36 AM - edited 09-17-2024 10:14 AM
Thanks
09-17-2024 09:41 AM
And you tested with the port 8080 as Sgilk wrote ?
The problem is also from another PC instead of WR21 ?
09-17-2024 10:15 AM
Hi , It worked out on my loacal pc/machine. I can share the setup of PLC to HMI. I cannot display on HMI.
09-17-2024 10:23 AM
But the WR21 must have an different IP-adress then the ctrlX CORE ! Does the CORE has different then 192.168.1.1 ?
09-17-2024 10:26 AM - edited 09-17-2024 10:34 AM
Ctrlx Core has IP of 192.168.1.1
Here's settings on HMI :
09-17-2024 10:28 AM
Then the Ethernet-Port of the WR21 has to be different in the same subnet. example: 192.168.1.5
09-17-2024 01:12 PM
Hi,
Thanks for all the help. It worked out now. 😁