Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [milo-dev] basic configuration to be start working

Hello Michael,
You might want to take a look at my OEE (Overall Equipment Effectiveness) projects on GitHub.  In the domain project (https://github.com/point85/OEE-Domain), there is a Milo OPC UA client called UaOpcClient in the org.point85.domain.opc.ua package that is based on Milo version 0.2.4.  The CollectorService class in the org.point85.domain.collector package establishes communications with the OPC UA server.  The client supports event callbacks and browsing.  

In the designer project (https://github.com/point85/OEE-Designer), there is a JavaFX application for browsing and trending that uses the OpcUaController and OpcUaBrowserController classes in the org.point85.app.opc.ua package.  Documentation is available in the /docs folder.

On Tue, Apr 23, 2019 at 5:42 AM Kevin Herron <kevinherron@xxxxxxxxx> wrote:
That tutorial was written for version 0.2.x. The discovery call has changed a bit:

Try something like this:

EndpointDescription[] endpoints = DiscoveryClient.getEndpoints("opc.tcp://localhost:4840").get();

On Tue, Apr 23, 2019 at 4:40 AM Gattinger. Michael <m.gattinger@xxxxxxxxxxxx> wrote:

Von: milo-dev-bounces@xxxxxxxxxxx <milo-dev-bounces@xxxxxxxxxxx> Im Auftrag von Gattinger. Michael
Gesendet: Dienstag, 23. April 2019 13:10
An: milo-dev@xxxxxxxxxxx
Betreff: [milo-dev] basic configuration to be start working

 

[…]

 

C) I have no javadoc and no sourcecode in IDE Eclipse. How to get javadoc and sourcecode and how to put it in eclipse?

I did:

-          New Eclipse Workspace

-          Remove „JRE“ in Window -> Preferences -> Installed JREs and enable „JDK“

-          Setting up maven project as tutorial in A)

-          Adding dependency for milo, as seen in pom.xml attachment.

-          Creating „ClientMain.java“ with main-method in „src/main/java“ and beginning with B).

[…]

 

-          Did https://stackoverflow.com/questions/17496996/maven-dependency-with-javadocs
(3rd message. Skipped 1), execute 2) and 3) )

ð  No Javadoc; no Source in Java Build Path -> Libraries.

 

 

Michael






     


SEEBURGER AG   Vorstand/SEEBURGER Executive Board:
Sitz der Gesellschaft/Registered Office:   Axel Haas, Michael Kleeberg, Axel Otto, Dr. Martin Kuntz, Matthias Feßenbecker
Edisonstr. 1  
D-75015 Bretten Vorsitzende des Aufsichtsrats/Chairperson of the SEEBURGER Supervisory Board:
Tel.: 07252 / 96 - 0 Prof. Dr. Simone Zeuchner
Fax: 07252 / 96 - 2222
Internet: http://www.seeburger.de Registergericht/Commercial Register:
e-mail: info@xxxxxxxxxxxx HRB 240708 Mannheim


Dieses E-Mail ist nur für den Empfänger bestimmt, an den es gerichtet ist und kann vertrauliches bzw. unter das Berufsgeheimnis fallendes Material enthalten. Jegliche darin enthaltene Ansicht oder Meinungsäußerung ist die des Autors und stellt nicht notwendigerweise die Ansicht oder Meinung der SEEBURGER AG dar. Sind Sie nicht der Empfänger, so haben Sie diese E-Mail irrtümlich erhalten und jegliche Verwendung, Veröffentlichung, Weiterleitung, Abschrift oder jeglicher Druck dieser E-Mail ist strengstens untersagt. Weder die SEEBURGER AG noch der Absender (Gattinger. Michael) übernehmen die Haftung für Viren; es obliegt Ihrer Verantwortung, die E-Mail und deren Anhänge auf Viren zu prüfen.

This email is intended only for the recipient(s) to whom it is addressed. This email may contain confidential material that may be protected by professional secrecy. Any fact or opinion contained, or _expression_ of the material herein, does not necessarily reflect that of SEEBURGER AG. If you are not the addressee or if you have received this email in error, any use, publication or distribution including forwarding, copying or printing is strictly prohibited. Neither SEEBURGER AG, nor the sender (Gattinger. Michael) accept liability for viruses; it is your responsibility to check this email and its attachments for viruses.

_______________________________________________
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