Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] Documentation / Help for beginners

Dear all,

 

I now studied the documentation of OPC UA and also tried to understand the example code. But since I am very new in the worlds of OPC UA and programming its kind of hard to understand everything. However, I implemented a basic server and client and I am able to connect to the server. But I still do not really know how to ..

 

  1. set up an discovery server
  2. register a server on a discovery server

 

I know those are very low lever questions but I am kind of lost and I would be very happy If you could tell me on which parts of the examples I have to focus to solve those points above.

 

Mery Christmas and a happy new year for all!

Benny

 

Von: milo-dev-bounces@xxxxxxxxxxx <milo-dev-bounces@xxxxxxxxxxx> Im Auftrag von Kevin Herron
Gesendet: Samstag, 14. Dezember 2019 20:04
An: milo developer discussions <milo-dev@xxxxxxxxxxx>
Betreff: Re: [milo-dev] Documentation / Help for beginners

 

You may find the DiscoveryClient class useful for discovering which servers are available. Even if it doesn't do exactly what you need, you can look to it as an example of how to use the underlying UaStackClient to invoke services from the Discovery service set against a server.

 

On Sat, Dec 14, 2019 at 8:27 AM Volkert, Benjamin <benjamin.volkert@xxxxxxxxxxxxxxx> wrote:

Thank you for your answer! With OPC UA I am quiet familiar already. Right now I am struggeling with the coding part. I was able to set up a simple server and a simple client which is able to connect to that server and list the values generated. What I need is a way to solve problems. Right now I try to add a function to the client for being able to discover servers available. ​I will try and search in the examples like you proposed...

 

 


Von: milo-dev-bounces@xxxxxxxxxxx <milo-dev-bounces@xxxxxxxxxxx> im Auftrag von Kevin Herron <kevinherron@xxxxxxxxx>
Gesendet: Freitag, 13. Dezember 2019 16:25
An: milo developer discussions
Betreff: Re: [milo-dev] Documentation / Help for beginners

 

How familiar are you with OPC UA in general? If you're new, I'd suggest making a free account with the OPC Foundation and reading Part 1 and 3 of the OPC UA spec before you start trying to build anything.

 

There isn't a lot of documentation for Milo, it's mostly in the form of the example projects right now.

 

On Fri, Dec 13, 2019 at 6:36 AM Volkert, Benjamin <benjamin.volkert@xxxxxxxxxxxxxxx> wrote:

Dear all together,

 

my name is Benny and I am a student working with milo OPC-UA. Due to the fact I am completely new I was searching for any documentation or help for beginners, but I can’t find any. Do you have anything for me I can work with to become more familiar with milo OPC-UA?

 

Thank you very much,

Benny

_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev

_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev


Back to the top