Skip to content

Releases: CaSkade-Automation/PLC2Skill

v2.1.1

25 Oct 15:00
Compare
Choose a tag to compare
  • Adds a fix for a bug that caused a problem when trying to retrieve node IDs from a running OPC UA server when using the lib code directly as a Java API
  • Adds an additional test in a separate Maven profile that tests for automatic node ID retrieval from a running OPC UA server. Has to be actively selected as it requires a manual setup

v2.1.0

14 Jul 13:05
Compare
Choose a tag to compare

Update to major version 2 to show compatibilty with the same major version of SkillMEx.
This updates brings a couple of bug fixes and improvements:

  • Update to the latest CaSkMan ontology
  • Improves the way OPC UA node IDs are found
  • Major bug fixes with OPC UA user authentication
  • Adds two additional configuration options to add a resource IRI and base IRI (see documentation)

v0.1.0

18 Oct 14:05
e23679a
Compare
Choose a tag to compare

Release bringing a couple of changes in the way that Plc2SkillMapper resolves incomplete nodeIds.

  • Incomplete nodeIds are resolved automatically by browsing a running OPC UA server (with or without authentication)
  • In cases where this is not possible, the missing nodeId root component / prefix may still be passed in manually (using -n in the CLI)

(Note that this is the initial Github release after some previous versions didn't make it to Github)