第 154 章 IEC 60870 Server Component

可作为 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 选项,它们如下所列。

名称描述默认类型

默认连接选项 (通用)

默认连接选项

 

ServerOptions

resolveProperty Placeholders (advanced)

启动时,组件是否应自行解析属性占位符。只有 String 类型的属性才能使用属性占位符。

true

布尔值

154.1. URI 格式

端点的 URI 语法是:

iec60870-server:host:port/00-01-02-03-04

信息对象地址在语法中的路径中编码,显示上面的内容。请注意,始终使用完整、5 个八位字节地址格式。必须使用零填充未使用的八位字节。