Forum Home › Forums › Development and Integration › Source Code KpOpc.dll
Tagged: opc da
- This topic has 50 replies, 5 voices, and was last updated 6 years, 11 months ago by
SuperDev.
-
AuthorPosts
-
April 12, 2018 at 12:38 pm #3478
syndrome5
ParticipantOk It also works on Linux
April 13, 2018 at 11:29 am #3488
MikhailModeratorCool! What Linux have you tested with the driver?
Can you suggest a simulator of OPC UA server?April 13, 2018 at 2:38 pm #3492syndrome5
ParticipantI’m on CentOS 7.
I’m using the node-opcua from https://github.com/node-opcua/node-opcua ! I created my little one, and by default you have some interesting informations, like the Free Memory (the data on the last screen tho)April 14, 2018 at 1:51 pm #3502
MikhailModeratorHow do you integrate node-opcua with .NET?
April 16, 2018 at 7:17 am #3510syndrome5
ParticipantNode-opcua is using nodeJS/JS, not .NET
April 17, 2018 at 5:22 am #3517
MikhailModeratorOf course, sorry ))
Would you create a release of your driver on GitHub to allow others to easily use the driver?
April 18, 2018 at 8:10 am #3526syndrome5
ParticipantI need time to make a beautiful release without bug and with all features work. So It won’t be immediately available. Feel free to do it from my Github if you got some time (I prepared the Readme to install it as easier as possible).
April 18, 2018 at 8:11 am #3527syndrome5
ParticipantAnother question : for the command, you can only make boolean command on/off ? I would like to command the vars with an input (for values ofc) ?
April 18, 2018 at 4:46 pm #3533
MikhailModeratorfor the command, you can only make boolean command on/off ?
Command of the Standard type has a value of double type.
Binary command allows sending any data.April 18, 2018 at 8:09 pm #3538jacklondon
ParticipantAwesome Job!!!
April 19, 2018 at 7:54 am #3546syndrome5
ParticipantOk I’ll look deeper how is it later, thank you.
Thanks jacklondon.I updated the github, I added the linux compatibility. Follow carefully README steps to make it properly. Also, after tests, I found what and how DLLs must be in the project. So it’s in the repo and explained how to manage them. At this point, normally, you would be able to make your own KpOpcUA without problem and windows and linux.
April 19, 2018 at 11:58 am #3550
MikhailModeratorI will recommend OPC UA to our users 🙂
April 19, 2018 at 1:56 pm #3555syndrome5
ParticipantI made the release of the actual version with all needed details (status, installation guide for windows & linux).
Available on my Github : https://github.com/syndrome5/KpOpcUA/releases/tag/1.0.0.0
You can use these files for the online demo. You ofc need to deploy an OPC UA server (I recommend node-opcua) with, for this example, a folder called “MyDevice” with one item inside with BrowseName “FreeMemory” and its DataType is Double.April 20, 2018 at 10:21 am #3564
MikhailModeratorAwesome!
I will add the driver to the repository. When I do it, I’ll write here.April 24, 2018 at 4:51 pm #3615
MikhailModeratorI added the driver to the repository http://demo.rapidscada.net/plugins/Store/Store.aspx
Keep us up-to-date about the changes please.
-
AuthorPosts
- You must be logged in to reply to this topic.