1
This commit is contained in:
@ -55,10 +55,11 @@ namespace DH.Devices.PLC
|
||||
if (ret.IsSuccess)
|
||||
{
|
||||
Connected = true;
|
||||
CountToZero();
|
||||
TcpNet.Write("M122", true);
|
||||
MonitorPieces();
|
||||
|
||||
TurntableOpen(Convert.ToInt32(itemSpeed.Value) , true);
|
||||
|
||||
TurntableStop();
|
||||
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user