TGS.Prediktor.Semantics.Service
0.1.105
See the version list below for details.
dotnet add package TGS.Prediktor.Semantics.Service --version 0.1.105
NuGet\Install-Package TGS.Prediktor.Semantics.Service -Version 0.1.105
<PackageReference Include="TGS.Prediktor.Semantics.Service" Version="0.1.105" />
<PackageVersion Include="TGS.Prediktor.Semantics.Service" Version="0.1.105" />
<PackageReference Include="TGS.Prediktor.Semantics.Service" />
paket add TGS.Prediktor.Semantics.Service --version 0.1.105
#r "nuget: TGS.Prediktor.Semantics.Service, 0.1.105"
#:package TGS.Prediktor.Semantics.Service@0.1.105
#addin nuget:?package=TGS.Prediktor.Semantics.Service&version=0.1.105
#tool nuget:?package=TGS.Prediktor.Semantics.Service&version=0.1.105
Introduction
Semantics Types API is a C# library tool for creating Fully-Inherited InstanceDeclarationHierarchy from OPC UA types.
The OPC UA types are imported from a Nodeset2.xml file. (The file cannot include instances).
Usage
Create an instance of TypeNodeManager. The TypeNodeManager requires a persistence store that implements INodeStore. You can use LiteNodeStore for this. LiteNodeStore uses an in memory SQLite db. Use the TypeNodeManager to get Fully-Inherited InstanceDeclarationHierarchy for your types.
var tns = new LiteNodeStore(true);
TypeNodeManager tm = new(tns);
var file = "My.NodeSet2.xml";
var uanodeset = UANodeSet.Read(new FileStream(file, FileMode.Open, FileAccess.Read));
tm.ImportTypes(uanodeset);
SemTypeNode fullyInherited = tm.GetTypeDef(new NodeId("ns=1;i=1009"));
The variable 'fullyInherited' of class SemTypeNode will contain a full description of the Fully-Inherited InstanceDeclarationHierarchy.
Visit us and check out our OPC UA Gateway: TGS Prediktor
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- OPCFoundation.NetStandard.Opc.Ua.Core (>= 1.5.374.126)
- TGS.Prediktor.Semantics.Core (>= 0.1.105)
- TGS.Prediktor.Semantics.LiteNodeStore (>= 0.1.105)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.1.136 | 134 | 7/3/2025 |
0.1.135 | 164 | 6/25/2025 |
0.1.134 | 137 | 6/25/2025 |
0.1.133 | 169 | 6/23/2025 |
0.1.130 | 162 | 5/20/2025 |
0.1.129 | 342 | 5/7/2025 |
0.1.128 | 142 | 5/2/2025 |
0.1.127 | 125 | 5/2/2025 |
0.1.126 | 195 | 4/29/2025 |
0.1.125 | 158 | 4/29/2025 |
0.1.124 | 244 | 4/7/2025 |
0.1.123 | 201 | 4/3/2025 |
0.1.122 | 172 | 3/27/2025 |
0.1.121 | 479 | 3/26/2025 |
0.1.120 | 253 | 3/10/2025 |
0.1.119 | 281 | 2/13/2025 |
0.1.118 | 155 | 2/10/2025 |
0.1.117 | 114 | 2/5/2025 |
0.1.116 | 113 | 2/4/2025 |
0.1.115 | 714 | 2/4/2025 |
0.1.114 | 109 | 2/3/2025 |
0.1.113 | 105 | 2/3/2025 |
0.1.112 | 106 | 1/23/2025 |
0.1.111 | 146 | 1/15/2025 |
0.1.110 | 80 | 1/15/2025 |
0.1.109 | 101 | 1/14/2025 |
0.1.108 | 94 | 1/13/2025 |
0.1.107 | 219 | 12/6/2024 |
0.1.106 | 332 | 11/6/2024 |
0.1.105 | 148 | 10/28/2024 |
0.1.104 | 108 | 10/28/2024 |
0.1.103 | 124 | 10/23/2024 |
0.1.102 | 160 | 10/22/2024 |
0.1.101 | 117 | 10/21/2024 |
0.1.100 | 148 | 10/18/2024 |
0.1.99 | 148 | 10/14/2024 |
0.1.98 | 157 | 10/8/2024 |
0.1.97 | 313 | 9/26/2024 |
0.1.96 | 124 | 9/23/2024 |
0.1.95 | 116 | 9/23/2024 |
0.1.94 | 115 | 9/10/2024 |
0.1.93 | 282 | 8/22/2024 |
0.1.92 | 205 | 8/12/2024 |
0.1.91 | 104 | 7/30/2024 |
0.1.90 | 96 | 7/25/2024 |
0.1.87 | 123 | 7/22/2024 |
0.1.86 | 129 | 7/22/2024 |
0.1.85 | 187 | 7/22/2024 |
0.1.84 | 173 | 7/4/2024 |
0.1.83 | 128 | 6/25/2024 |
0.1.82 | 143 | 6/18/2024 |
0.1.81 | 140 | 6/13/2024 |
0.1.80 | 114 | 6/12/2024 |
0.1.79 | 126 | 6/10/2024 |
0.1.74 | 131 | 6/5/2024 |
0.1.73 | 144 | 5/30/2024 |
0.1.72 | 135 | 5/29/2024 |
0.1.71 | 142 | 5/28/2024 |
0.1.70 | 142 | 5/16/2024 |
0.1.69 | 123 | 5/14/2024 |
0.1.68 | 122 | 5/14/2024 |
0.1.67 | 113 | 5/14/2024 |
0.1.66 | 116 | 5/10/2024 |
0.1.65 | 119 | 5/10/2024 |
0.1.64 | 136 | 5/7/2024 |
0.1.63 | 104 | 5/3/2024 |
0.1.62 | 122 | 4/22/2024 |
0.1.61 | 133 | 4/15/2024 |
0.1.60 | 139 | 4/12/2024 |
0.1.58 | 118 | 3/26/2024 |
0.1.57 | 148 | 3/25/2024 |
0.1.56 | 133 | 3/22/2024 |
0.1.55 | 154 | 2/23/2024 |
0.1.54 | 150 | 2/23/2024 |
0.1.53 | 141 | 2/22/2024 |
0.1.52 | 130 | 2/19/2024 |
0.1.51 | 125 | 1/26/2024 |
0.1.50 | 159 | 1/5/2024 |
0.1.49 | 138 | 12/14/2023 |
0.1.48 | 146 | 12/14/2023 |
0.1.47 | 145 | 12/14/2023 |
project semantics types api
name Semantics Types API
release 0.0.0
* Initial release
* Feature: Added functionality to create and retrieve semantics types