Response to Hello Message|OPC UA Standard|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
Response to Hello Message
Avatar
Paul Jervois
Member
Members
Forum Posts: 3
Member Since:
02/24/2021
sp_UserOfflineSmall Offline
1
03/06/2021 - 19:05
sp_Permalink sp_Print

HI All

We are complete newbies to OPC UA and are looking at implementing an OPC server in one of our products. Our products are written in a number of languages and so are attempting to write our own libraries.

We have started with LDS using uaExpert as a test client.

We have a standard TCP server on port 4840 and can successfully decode the Hello Message.

However when we send the ACK message back we get the following error

FindServersOnNetwork on opc.tcp://localhost:4840 failed (BadConnectionRejected), falling back to FindServers

Our message is ACKF, followed by length 28 (4 bytes), Version 0 (4 bytes) and the same 4 values (each 4 bytes) as decoded from the Hello Message.

What are we missing?

Regards

Paul

Avatar
Randy Armstrong
Admin
Forum Posts: 1451
Member Since:
05/30/2017
sp_UserOfflineSmall Offline
2
03/07/2021 - 03:24
sp_Permalink sp_Print sp_EditHistory

What kind of system is your server running on?

Have you considered using one of commercial or open source stacks?

Avatar
Paul Jervois
Member
Members
Forum Posts: 3
Member Since:
02/24/2021
sp_UserOfflineSmall Offline
3
03/07/2021 - 16:56
sp_Permalink sp_Print

3 different types of systems using 3 different architectures.

There are using 2 different flavours of pascal and a combination of .NET CF and its own proprietary language.

The open source Delphi (pascal) modules we have found seem to use either OPC classic or https. We would like to use TCP.

If you know of a Delphi or Lazarus open source module that uses TCP, please let us know.

Regards

 

Paul

Avatar
Randy Armstrong
Admin
Forum Posts: 1451
Member Since:
05/30/2017
sp_UserOfflineSmall Offline
4
03/08/2021 - 06:12
sp_Permalink sp_Print

Can you create C/C++ extension modules for these languages or does it have to be in pascal?

Avatar
Paul Jervois
Member
Members
Forum Posts: 3
Member Since:
02/24/2021
sp_UserOfflineSmall Offline
5
03/13/2021 - 17:21
sp_Permalink sp_Print
  • This is not actually answering the question.

Our basic question is

a) are we doing something wrong

or b) is there a second step that uaExpect is expecting after the Hello Message that we are yet to complete.

 

Regards

 

Paul

 

And yes it has to be pascal.

Avatar
Randy Armstrong
Admin
Forum Posts: 1451
Member Since:
05/30/2017
sp_UserOfflineSmall Offline
6
03/13/2021 - 19:03
sp_Permalink sp_Print sp_EditHistory

I did  not answer your question directly because developing a UA stack from scratch is more than just getting the protocol messages right.

You need to implement a number of cryptography operations and you need a crypto library that will be updated to keep up with the changing crypto requirements.

Do you have a Pascal crypto library that implements the latest algorithms such as SHA256 and RSA PSS or ECC?

For protocol debugging I recommend wireshark.

It comes with a standard option that understands OPC UA messages and will allow you to compare messages that are accepted to yours.

You need to set the ports in wireshark preferences for the OpcUa protocol so they match the ports of the servers you are testing.

Avatar
Jouni Aro
Moderator
Members

Moderators-Implementation
Forum Posts: 1
Member Since:
03/27/2014
sp_UserOfflineSmall Offline
7
03/15/2021 - 02:40
sp_Permalink sp_Print sp_EditHistory

Hi,

As Randy said, writing an OPC UA stack is a big task. The OPC Foundation has started development over 15 years ago for .NET, for example, and they are still refining them - and adding new features that are constantly added to the specifications.

As for Delphi or Free Pascal, I don't know of any open source projects. We at Prosys OPC have developed an SDK for Delphi & C++ Builder. We decided to use the OPC Foundation Ansi C Stack to skip that part and rather concentrate on building the SDK level of components, which enable real application development on top. If you notice that OPC UA is more than just the communication protocols to deliver messages, you will understand why that might take it's time as well. For example, we managed to squeeze the development to achieve an adequate level of support for all the major features to a couple of years...

The functionality that we get from the stack is especially the encoding and security, which are of course key to interoperability with all other OPC UA applications in the market. I would like to develop a native stack for Delphi, but having been in the development team for doing it for Java in the past, I know how big a job it is so we haven't seen it very viable so far.

Based on your question, you are just taking the first steps, so I would like to give a hint that the mountain is big, but there are helicopters available, if you wish to get there still this year...

BR,

Jouni Aro
Prosys OPC
https://www.prosysopc.com/

Forum Timezone: America/Phoenix
Most Users Ever Online: 510
Currently Online: Gianni Bertotti
Guest(s) 23
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Forum Stats:
Groups: 2
Forums: 10
Topics: 1351
Posts: 4580