CaesarBao 2 months ago
parent 2f768fb5fb
commit 7d0b9695c6

@ -277,7 +277,7 @@ namespace ConsoleApp
Productid = "", Productid = "",
Partid = "", Partid = "",
Modelid = "", Modelid = "",
Ng = Plc.readFloatByAddress("D7725").ToString() == "1" ? 0 : 1, Ng = Plc.readInt16ByAddress("D7725").ToString() == "1" ? 0 : 1,
Proc = 0, Proc = 0,
Sublinenum = 0, Sublinenum = 0,
Sublinesnnum = 0, Sublinesnnum = 0,

@ -57,6 +57,6 @@
], ],
"redisConfig": "175.27.215.92:6379,password=redis@2023", "redisConfig": "175.27.215.92:6379,password=redis@2023",
"StationCode": "S130-1" "StationCode": "S130-2"
} }
} }

Loading…
Cancel
Save