@webiq-sk
I got the PLC progam and run it locally. Here is the UA-Expert Data Access View. Is that the information you want to know. The data types match the data types defined in PLC program.
The latest error message "incompatible type" is from 2022-10-21. After this date this error message disappears. But there are later error messages, which might influence our problem.
[2022-11-03 16:24:55.917140] [ error | api-worker] Unhandled std::runtime_error caught. [2022-11-03 16:24:55.917140] [ error | api-worker] what(): Failed to create record hook for item Consigne Pression [2022-11-03 16:24:55.917140] [ error | api-worker] cmd(): trend.query
@Franck_FR
Please provide the app versions of PLC Engineering and Opc Server app on ctrlX.
Did you verify in the PLC that the trend variables are changing, when they are not displayed on VR31? For testing just display the trend var's on the trend screen.
When you run the WebIQ project on your Engineering PC are you using the license of the ctrlX or do you have a PC Designer license you are connecting to?
To ensure that we do not have any network problem, please answer this questions:
IP Address, SubNet Mask and Gateway of ctrlX, VR31 and cngineering PC
Are you using the identical network setting, when you connect the engineering PC or do you change anything?
Are you connected to a company network or only a network switch
Change the IP adress in OpcUa configuration to localhost. opc.tcp://127.0.0.1:4840. This has the advantage that you do not have to adaptthe address, when you run the project on a ctrlX with a different address.
... View more