机舱采集器——不在使用
This commit is contained in:
15
1.Software/UI/gateway-ui/build/01-netcfg.yaml
Normal file
15
1.Software/UI/gateway-ui/build/01-netcfg.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
network:
|
||||
version: 2
|
||||
renderer: networkd
|
||||
ethernets:
|
||||
eth1:
|
||||
dhcp4: "no"
|
||||
addresses:
|
||||
- 192.168.123.100/24
|
||||
routes:
|
||||
- to: 0.0.0.0/0
|
||||
via: 192.168.333.1
|
||||
nameservers:
|
||||
addresses:
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
67
1.Software/UI/gateway-ui/build/config.toml
Normal file
67
1.Software/UI/gateway-ui/build/config.toml
Normal file
@@ -0,0 +1,67 @@
|
||||
|
||||
[mqtt]
|
||||
broker = "192.168.111.112"
|
||||
ch0_measurpoint = "主轴前轴承"
|
||||
ch0_measurpointdirection = "水平"
|
||||
ch0_samplingfrequency = 2000
|
||||
ch0_samplingtime = 40
|
||||
ch0_sensorparameters = 500.0
|
||||
ch1_measurpoint = "主轴后轴承"
|
||||
ch1_measurpointdirection = "水平"
|
||||
ch1_samplingfrequency = 2000
|
||||
ch1_samplingtime = 40
|
||||
ch1_sensorparameters = 500.0
|
||||
ch2_measurpoint = "齿轮箱输入轴承"
|
||||
ch2_measurpointdirection = "水平"
|
||||
ch2_samplingfrequency = 2000
|
||||
ch2_samplingtime = 40
|
||||
ch2_sensorparameters = 500.0
|
||||
ch3_measurpoint = "齿轮箱高速轴叶轮侧"
|
||||
ch3_measurpointdirection = "径向"
|
||||
ch3_samplingfrequency = 4000
|
||||
ch3_samplingtime = 10
|
||||
ch3_sensorparameters = 100.0
|
||||
ch4_measurpoint = "齿轮箱平行级低速级轴承"
|
||||
ch4_measurpointdirection = "轴向"
|
||||
ch4_samplingfrequency = 10000
|
||||
ch4_samplingtime = 6
|
||||
ch4_sensorparameters = 100.0
|
||||
ch5_measurpoint = "齿轮箱输出轴承"
|
||||
ch5_measurpointdirection = "水平"
|
||||
ch5_samplingfrequency = 10000
|
||||
ch5_samplingtime = 6
|
||||
ch5_sensorparameters = 508.061
|
||||
ch6_measurpoint = "发电机前轴承"
|
||||
ch6_measurpointdirection = "径向"
|
||||
ch6_samplingfrequency = 10000
|
||||
ch6_samplingtime = 3
|
||||
ch6_sensorparameters = 508.061
|
||||
ch7_measurpoint = "发电机后轴承"
|
||||
ch7_measurpointdirection = "径向"
|
||||
ch7_samplingfrequency = 10000
|
||||
ch7_samplingtime = 3
|
||||
ch7_sensorparameters = 100.0
|
||||
client_id = "308"
|
||||
device_id = "9543348857670"
|
||||
fansnum = "888"
|
||||
keepalive = 150
|
||||
long_rate_strategy = 0
|
||||
password = ""
|
||||
port = 1883
|
||||
sample_rate_strategy = "最大采样频率40KHz*3min"
|
||||
source = "叶片"
|
||||
username = ""
|
||||
windfarm = "安北第四风电场"
|
||||
|
||||
[sys]
|
||||
logpath = "/usr/local/gateway/runtime/log/gateway.log"
|
||||
ntp = "0.0.0.0"
|
||||
pidpath = "/usr/local/gateway/runtime/pid/gateway.pid"
|
||||
secret = "e3274be5c857fb42ab72d786e281b4b8"
|
||||
|
||||
[usb]
|
||||
dbpath = "/usr/local/gateway/runtime/database/gateway.db"
|
||||
product = 22336
|
||||
sample_rate = 40000
|
||||
sample_time = 180
|
||||
vendor = 1155
|
||||
Reference in New Issue
Block a user