DY_lims/serialport/application.yml

41 lines
1.2 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

server:
port: 221
lims:
acqfile:
#启用
enable: false
#上位机IP 必填
clientip: 127.0.0.1
#上传频率 必填
uploadcron: 0 0/1 * * * ?
#上传接口 必填
uploadremotebaseurl: http://127.0.0.1:8066/open/acqFile/upload
checkliveurl: http://127.0.0.1:8066/open/acqFile/checkLive
paths:
#采集目录 必填
- path: D:/document/富士康/武汉设备文件采集数据&需求说明Update/短路
bakpath: D:/document/富士康/武汉设备文件采集数据&需求说明Update/短路_bak
#目录属于哪个设备编号 必填
equiptcode: CS20230040
acqserial:
#上位机IP 必填
clientip: 127.0.0.1
readtimeoutmills: 2000
serialepts:
- equiptCode: TC-1266
comPort: COM1
baudRate: 9600
parity: 0 #NO_PARITY = 0 ODD_PARITY = 1 EVEN_PARITY = 2 MARK_PARITY = 3 SPACE_PARITY = 4
dataBits: 8
stopBits: 1
charset: UTF-8
hexFlag: 1
- equiptCode: TC-1267
comPort: COM3
baudRate: 9600
parity: 0
dataBits: 8
stopBits: 1
charset: UTF-8
hexFlag: 1