Slim down java project to ReadExample #802
daddebackstrom
started this conversation in
General
Replies: 1 comment 7 replies
-
Hopefully you're using some kind of build tool like Maven or Gradle that resolves dependencies for you. The main artifact you'll need is
Use the examples as a guide, not a template. I see people trying to copy the structure of ClientExampleRunner into their application and that's not really the point; it just exists to run examples, not as something you should be copying. The stuff to pay attention to is in the example itself. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Milo, and thank you so much for letting us use your project to connect to OPC servers :)
I want to use your project to connect to and read ONE value from a Kepware OPC Server Ex V6 instance. I suppose it's the ReadExample class that could be used as a template here?
If I want to extract that example to my own slim project, which jar-files would I need? I obviously don't need the server part...
Regards,
David
Beta Was this translation helpful? Give feedback.
All reactions