|
|
@ -31,6 +31,7 @@ type EnvConfig struct { |
|
|
|
PortalHost string `yaml:"portalhost"` |
|
|
|
Proxy string `yaml:"proxy"` |
|
|
|
PLCWriteBackend string `yaml:"plcwritebackend"` |
|
|
|
PLCWriteStringBackend string `yaml:"plcwritestringbackend"` |
|
|
|
PLCReadBackend string `yaml:"plcreadbackend"` |
|
|
|
PLCStep1DB string `yaml:"plcstep1db"` |
|
|
|
PLCStep2DB string `yaml:"plcstep2db"` |
|
|
@ -38,6 +39,7 @@ type EnvConfig struct { |
|
|
|
// 南沙工厂座椅下线的PLC地址位
|
|
|
|
OfflineDBSign string `yaml:"offlinedbsign"` |
|
|
|
OfflineDBSave string `yaml:"offlinedbdata"` |
|
|
|
OfflineDBSaveLen int `yaml:"offlinedbdatalen"` |
|
|
|
OfflinePLCType string `yaml:"offlineplctype"` |
|
|
|
OfflinePLCAddress string `yaml:"offlineplcaddress"` |
|
|
|
OfflinePLCRetry int `yaml:"offlineplcretry"` |
|
|
|