|
@@ -18,7 +18,7 @@ namespace Venus_Simulator.Devices
|
|
|
private readonly Regex _move_wafer = new Regex(@"(PLACE|PICK)\s+(\d+)\s+ARM\s+(A|B)\s*");
|
|
|
|
|
|
private PeriodicJob _HwThread;
|
|
|
- public SETMSimulatorServer() : base(1103, -1, "\r", ' ')
|
|
|
+ public SETMSimulatorServer() : base(1103, -1, "\n", ' ')
|
|
|
{
|
|
|
_HwThread = new PeriodicJob(500, OnSendEvent, "honghuRobot", true);
|
|
|
}
|