ModbusSerialPortWriter
描述:
Collect serial modbus data
标签:
collect, read, modbus, modbus master, serial port, rtu ascii
参数:
如下列表中,必填参数则标识为加粗. 其他未加粗参数,则表示为可选参数。表中同时提到参数默认值设置, 并且 参数还支持 表达式语言.
名字 | 默认值 | 允许值列表 | 描述 |
---|---|---|---|
serial port | 串口名 支持表达式语言 (支持流属性和变量) | ||
mode | RTU | - RTU - ASCII | 传输模式 RTU或ASCII |
baud rate | 9600 | - 300 - 600 - 1200 - 2400 - 4800 - 9600 - 14400 - 19200 - 38400 - 56000 - 57600 - 115200 - 128000 - 256000 | 波特率 |
data bits | 8 | - 8 - 7 | 数据位 |
stop bits | 1 | - 1 - 2 | 停止位 |
parity | Even Parity | - Even Parity - None Parity - Odd Parity - Mark Parity - Space Parity | 校验位 |
function | RE | - DO - RE | 写入的数据域 DO是Q区,RE是V区 |
连线:
名字 | 描述 |
---|---|
success | Upon successfully fetch modbus slave device data, the result will be sent to this relationship. |
failure | If a FlowFile cannot be transformed from the configured input format to the configured output format, the orginal FlowFile will be routed to this relationship. |
读取属性:
未提供。
写入属性:
未提供。
状态管理:
该组件不保存状态。
限制:
该组件没有限制
输入流要求:
组件必须提供输入流。
系统资源考量:
未提供。