05-06-2024 12:02 PM - edited 05-06-2024 12:05 PM
Thanks for your reply. i want to let plc as opc ua client to read datas from opc ua server (injection moulding machine from arburg), that is the background.
i use beckhoff's virtual opc ua device to read data from opc servers. i can successfully read the datas when my own computer connect directly to the server and program runs in computer as the picture show below ,the value of the variate f036 is 2. the result is ok.
but when i my computer connets to plc, plc connect to the server, i download the program to the plc, activate it. the program successfuly runs, but the
value read from the server is 0, the acutul value is 2. all the other datas are the same results.
using sample client in plc side,i can successfully read the data. but the value of the data are empty in plc program.my firewall is closed.
if there is other settings in plc, or in oes side. need for your help, thanks .
the use of the virtual opc ua, i reference to the beckhoff help system. i install TF6100-OPC-UA-Client/TF6100-OPC-UA-Configurator/TF6100-OPC-UA-Gateway in both my computer and plc side as it required. that is all . thank you.
05-06-2024 03:55 PM
Which XAR-Version is running on the IPC? I think i had to update to at least 4024.29 Runtime to use the OPCUA correctly (4024.29 is included on service stick)
05-07-2024 03:20 AM
the version on the IPC is 4024.55, on my computer is 4024.32.
05-07-2024 07:23 AM
The documentation says the the Engineering version must be equal or higher than the runtime. So in your case it does not match. But i dont know if this has affect to the OPC....
05-07-2024 08:46 AM
Hi,
I was suffering same issue in the past to me, even with an Arburg. The issue for me was the certificate and the date and time. When you configure the comunication you instal the certificates in the develop computer not in Target. Ensure that certificates for the communication was installed properlly in both computer (PLC and Arburg). This action is not done automatically by PLC you have to install the certificates manually. Once you have the certificate ensure that Arburg and PLC has same date and time, Communication with certificates check the time, and if the differece of time betweeen participants is more than 30 minutes (I can't remember exactly) then the communication is stopped.