1

I'm developping a c# OPC UA Server. I'm building my server based on the "UA Sample Server" project, provided with the OPC UA 1.02 .NET Stack and Sample Applications.

In order to generate the server model it seems I have to run an executable called Opc.Ua.ModelCompiler.exe wich is not provided with the SDK. (I found that in the file 'BuildDesign.bat').

I tried to install "OPC UA SDK 1.01 Redistributables Setup" & "OPC UA SDK 1.01 COM Interop Components Setup" but I still cannot find that executable on my disk.

Anyone know where I can find that executable?

(We are OPCFundation corporate member)

4

3 回答 3

2

SDK 1.02 不可用。我必须安装以下内容才能获取 ModelCompiler 源:

《OPC UA SDK 1.01 测试应用程序源代码设置》

于 2013-09-23T13:37:57.377 回答
1

模型编译器将在 .NET 堆栈和示例应用程序交付中以独立 ZIP 文件的形式提供,我们将在接下来的几天内发布。

请发送电子邮件至 compliance@opcfoundation.org,我将直接发送给您。

内森。

于 2013-09-23T17:59:14.897 回答
0

ModelCompiler 现在在 GitHub 上作为开源发布:

https://github.com/OPCFoundation/UA-ModelCompiler

可以在此处找到有关如何使用 UA-ModelCompiler 创建新模型的教程: https ://opcua.rocks/custom-information-models/

于 2019-05-02T13:04:26.923 回答