|
|
|
@ -245,7 +245,7 @@ namespace Aucma.Core.OldBoxFoam.Business
|
|
|
|
|
var closeGunTime = short.Parse(StringChange.bytesToHexStr(info.Skip(30).Take(2).ToArray(), 2), System.Globalization.NumberStyles.HexNumber);
|
|
|
|
|
|
|
|
|
|
string outPutAddress = $"{(gun == "A" ? "VW18" : "VW28")}{(station * 2).ToString().PadLeft(2, '0')}";
|
|
|
|
|
log.Info($"读取{gun}枪{station}工位产量地址:{outPutAddress}");
|
|
|
|
|
//log.Info($"读取{gun}枪{station}工位产量地址:{outPutAddress}");
|
|
|
|
|
var outPut = obj.plc.ReadInt16(outPutAddress);
|
|
|
|
|
|
|
|
|
|
byte[] tempInfo = obj.plc.Read("VD600", 50);
|
|
|
|
|