FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
05-27-2024 03:55 PM
Hi,
we are working on a Projekt for controlling a robot with a CtrlX Core.
Unfortunately, there is a problem with the WebIQ Designer desktop application. The Designer starts, but is interrupted by a notification pop-up, so that no login can take place. I have attached the error message "Server connection interrupted", which occurs when the Designer is started and cannot be confirmed.
The WebIQ Designer program has already been uninstalled and reinstalled several times, unfortunately without success. For better troubleshooting I have attached the server log as txt an further information (WebIQ Runtime Version: 2.14.3).
Questions gladly
Many thanks in advance
With kind regards
Solved! Go to Solution.
05-28-2024 08:27 AM
Can you please provide a screenshot of the customized shortcut you created used when connecting to your ctrlX system with the full execution path visible?
There are several causes for this:
1. Wrong IP address in the shortcut (not 192.168.1.1)
2. WebIQ on ctrlX does not run on port 10123 due to changed port (doesn't seem to be the case)
3. Local firewall on the system blocking access to your ctrlX from WebIQ Designer
4. Firewall on the network blocking access from WebIQ Designer
5. ...
Also, you did not mention whether it worked before or if it never worked? The error message simply indicates that WebIQ Server was unable to connect to WebIQ Server - nothing more, so this is what needs to be investigated and fixed.
If all of the potential causes mentioned before were checked and are not the reason please provide an updated log file in trace mode (you can configure this in Runtime Manager). You should also update to the latest WebIQ version to see if the issue occurs there in that case.
Please also note that you have to use WebIQ 2.14.3 on your local system - you cannot use a different version. Providing the Designer logfile would also be very helpful, because this is the one reporting the connection error.
05-28-2024 03:54 PM
When downloading WebIQ from Rexroth Store, there is a document "Insatllation and Licensing setting for ctrlX CORE", this document explains the special setup of WebIQ when running it on ctrlX. Reading your description, it sounds to me, that you didn't do the setup correct.
06-05-2024 03:28 PM
Hello,
I have no customized shortcut created, but i already downloaded the .txt file from the WebIQ Website. What should I do with it?
I checked all four solution proposals but nothing has changed. (atteched file: Listen_ports.png)
Futher I updated the WebIQ server and runtime on the CtrlX and the designer on my computer, both to 2.15.9.
I send you the actual server log. But i have no possibility to get the designer logfile, because of the notification "server connection interrupted".
How can I bypass this notification to login and configure the designer?
With kind reguards
06-05-2024 03:39 PM
Hello @BernhardKausler ,
The WebIQ designer shortcut needs to have some flags applied to the target. Here is an example for the target ctrlX CORE WebIQ runtime server at 192.168.1.100:10123. The flags must be updated if the runtime port or IP address are changed.
The flags after the executable path are what need to be added.
"C:\Program Files\WebIQ\Designer\webiq-designer.exe" --ws-host=192.168.1.100 --ws-port=10123 --user-data=webiq-designer192.168.1.100-10123
06-05-2024 04:09 PM
Another quick note: the default IP is 0.0.0.0 for the listener and should usually not be changed, because this simply means "listen on all interfaces":
https://www.techtarget.com/searchnetworking/answer/What-is-the-IP-address-0000-used-for#:~:text=On%2....
If you enter an IP here that the system cannot bind to (because it doesn't have that address) the server will not start which means that you cannot fix the issue in Runtime Manager, because the server is not running. Entering anything other than 0.0.0.0 for the listen IP will only restrict the listen interfaces, not extend or fix anything. If you set it to 192.168.1.1 and you change the IP address of the ctrlX is will also not works anymore - with 0.0.0.0 it will work.
In your case 192.168.1.1 seems to be correct, I just wanted to point out that changing 0.0.0.0 to any other IP is a restriction and might cause the server to not start anymore, because the OS does not allow binding to an IP that it does not have.
06-05-2024 05:58 PM
Hello,
Thank you very much this solved my Problem. The flags were not correct in my shortcut.
With kind reguards
06-06-2024 08:57 AM - edited 06-06-2024 09:01 AM
At Rexroth store download page of WebIQ there is a document describing the creation of the short cut as described above.
The new WebIQ version 2.16 comming hopefully in a few weeks, includes a new feature to enable you to connect to remote system ctrlX. This means the manual setup of the start short cut is not necessary anymore.