第 155 章 IEC 60870 服务器组件
从 Camel 版本 2.20 开始提供
IEC 60870-5-104 服务器组件 利用 Eclipse NeoSCADA™ 实施,提供对 IEC 60870 服务器的访问。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-iec60870</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
IEC 60870 服务器组件支持 2 个选项,如下所列。
Name | 描述 | 默认值 | 类型 |
---|---|---|---|
defaultConnection Options (common) | 默认连接选项 | ServerOptions | |
resolveProperty Placeholders (advanced) | 组件是否应在启动时解析属性占位符。只有 String 类型的属性可以使用属性占位符。 | true | 布尔值 |
155.1. URI 格式
端点的 URI 语法为:
iec60870-server:host:port/00-01-02-03-04
信息对象地址用上述语法中的路径进行编码。请注意,始终使用完整的 5 个八位字节地址格式。未使用的八位字节必须填写零。