Implementation of OPC UA Proxy server|OPC UA Implementation: Stacks, Tools, and Samples|Forum|OPC Foundation

Avatar
Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
Lost password?
sp_Feed sp_PrintTopic sp_TopicIcon
Implementation of OPC UA Proxy server
Avatar
Kais Wali
Texas
Member
Members
Forum Posts: 6
Member Since:
07/30/2014
sp_UserOfflineSmall Offline
1
11/01/2016 - 12:24
sp_Permalink sp_Print

Hello,

I want implement OPC UA proxy. Can someone help me to find the source code of the executable that host the COM OPC Server?

From where can I download the source code?

Does the COM OPC server implemented using C++? if it is the case, using which version of visual studio i should compile it?

thanks

Avatar
Guest
Guests
2
11/02/2016 - 23:02
sp_Permalink sp_Print

All OPC-F components are now available on github. All samples including COM interop samples have been implemented only in C# (.NET). You can find them here: https://github.com/OPCFoundati.....n/UA-.NET/

There are commercial implementations available in C++.

Avatar
Kais Wali
Texas
Member
Members
Forum Posts: 6
Member Since:
07/30/2014
sp_UserOfflineSmall Offline
3
11/04/2016 - 08:04
sp_Permalink sp_Print

When compiling the ServerProxy i got 1475 errors.

Example on this line:

using namespace Opc::Ua; 

error c2653 'Opc' is not a class or namespace name.

I think there are missing files.

How can I resolve this issue?

Avatar
Randy Armstrong (Sparhawk)
Member
Members
Forum Posts: 20
Member Since:
05/12/2015
sp_UserOfflineSmall Offline
4
11/05/2016 - 10:19
sp_Permalink sp_Print

I got it to compile with VS2015 by:

1) Installing opc-.net-api-2.00-redistributables (available on website as MSI);

2) Upgrading the .NET framework version of UA COM Interop Library to match the Stack (may not be necessary);

3) Deleting and re-adding references to the stack DLLs.

Forum Timezone: America/Phoenix
Most Users Ever Online: 510
Currently Online: Nicola Orlandi
Guest(s) 29
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Forum Stats:
Groups: 2
Forums: 10
Topics: 1354
Posts: 4591