FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
05-16-2024 04:33 PM
Hello,
I have got a current issue for displaying correctly my trend on my HMI.
Curves are displayed correctly in real time from my PLC on webIQ on my PC (in localhost and when connected with the ip adress of the CtrlX) but at the same time on the Webpanel (WR2115 Android) only a flat line moving up and down depending on the actual value is displayed.
(display working on my pc)
I can't tell if the problem comes from a storage of data issue in the the webpanel or if it's a problem with the web browser of the HMI or if it's an other issue.
Thanks in advance for the help you could give me.
05-17-2024 08:14 AM
Might this be related? https://developer.community.boschrexroth.com/t5/ctrlX-HMI/Problem-with-WebIQ-Trend-on-WR21/m-p/90911
Sounds rather like an unsupported browser to me, but that's only a quick guess. Please specify the exact browser user agent used by visiting https://www.whatismybrowser.com/detect/what-is-my-user-agent/ on the WR21 panel (!) and attaching a screenshot here
05-17-2024 08:38 AM
Is your OpcUA communication working? Keep in mind that every different device has its own certificate, which must be trusted.
05-17-2024 01:53 PM
Yes this is actually the same problem.
The web browser installed by default on the WR21 is chromium and I have currently no possibility to connect my HMI to the internet to get the browser user agent. I just installed chrome physically in USB via .apk on the webpanel but the problem keep beeing the same.
05-17-2024 01:56 PM
I assume that the OPCUA is working fine cause on my pc and on the HMI I have the correct real-time value displaying. Only the curves on my webpanel are flat lines going up and down
05-17-2024 02:20 PM
You don't need internet, you can also do it locally if you can open the browser console on the panel:
Or cou could create a simple HMI with a LocalScript containing something like this:
alert(navigator.userAgent);
05-21-2024 09:58 AM
It seems there are no option to open the browser console on the panel since it is on a lite version of Android
And I did not really understand how to implement this LocalScript on my HMI. Do I have to put this on my PLC or only on WebIQ and how?
05-21-2024 10:09 AM
You simply create a LocalScript with the line shown before and add it to the top level of your HMI. If you then reload the HMI on the panel it will display the message:
05-21-2024 02:08 PM
Here is my browser UserAgent
05-21-2024 03:04 PM
This looks like WebIQ should work on this device (at least Chrome 80 is required currently). It would be good to know whether an error is shown on the browser console. In general, you can remotely debug Chrome as described here: https://developer.chrome.com/docs/devtools/remote-debugging?hl=en
I don't know if this is possible on this panel - maybe someone from Bosch Rexroth can help here?
05-22-2024 08:25 AM
There was a similar post in the past, where the problem was different time settings of ctrlX and the HMI. I tried to locate the entry, but I couldn't find it.
05-22-2024 08:46 AM
That can be easily found out by adding the Date/Time widget and connecting the (default) "Systemzeit" item to it. If this doesn't show the correct time that's the issue - because then all data is recorded in 1970 and displayed with the time the browser viewing the HMI is in.
So might also be the case that the panel's time has not been setup correctly - or actually both. In this case however the panel seems to have the correct time as we can see in the screenshot.