FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
06-21-2023 09:34 AM - edited 06-21-2023 09:46 AM
Dear All Professional,
*My ctrlX Works is 1.20
Now i am testing with the OPC UA Client Apps.
the connection is fine and I can get the data from OPC UA Server.
But Now i would like to get these data from My PLC Runtime.
Although I Reflesh the Data layer many time, I still can not see the opc ua client Layer.
Would you give me some hints?
Solved! Go to Solution.
06-21-2023 11:52 AM - edited 06-21-2023 12:04 PM
As the DataLayer_Realtime node in ctrlX PLC Engineering is only available for realtime data provided via the ctrlX Data Layer and the OPC UA client app is only providing non real time data it cannot be chosen there.
You will have to use CXA_DataLayer.DL_ReadNode function block to access the data. See more information and an example in the online documentation.
06-21-2023 11:54 AM
Dear, Thanks for your reply!
I will try this