Closed Talh4 closed 6 years ago
Hi @Talh4 ,
OPC UA and OPC DA (Classical OPC or COM OPC) are completely different communication protocol. It is not possible for a Classical OPC Client to directly connect to OPC UA Sevrer.
Some gateway tools and aggregators are available as commercial products for that purpose.
First i was running an UA server and trying to connect from Matrikon and i got an answer that ua and da can not connect. Now i am running the DA server and trying to Connect from Matrikon and also dOPC and sitll can not connect. You are saying UA and DA can't connect okay but i am trying to connect DA to DA and still can't connect.
Hi, @Talh4 ,
If you are trying to run the "Data Access Server" sample from "SampleApplications\Workshop\DataAccess\Server", that is still an OPC UA Server and you need OPC UA Clients to connect to it. It exposes the "Data Access" profile (or functionality) of OPC UA over the OPC UA protocol. This repository does not contain samples for Classical OPC DA Server (or OPC COM ). You can get OPC COM sample servers from commercial vendors or from here: https://opcfoundation.org/developer-tools/developer-kits-classic/opc-classic-sample-servers/
@AlinMoldovean Oh now i see. In order to download the link you gave me. What kinda access do i need ? Because it says that i dont have permission for it. [EDIT] I guess i have to be a corporate member for that.
@Talh4 The download is only for registered corporate members of OPC Foundation
@AlinMoldovean Thank you for your help.
Hi,