| 
					
				 | 
			
			
				@@ -98,7 +98,7 @@ namespace FurnaceRT.Equipments.Schedulers 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 EV.Subscribe(new EventItem("Event", UniversalEvents.SideDummyStateWarning, $"SideDummyStateWarning"));
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 EV.Subscribe(new EventItem("Event", UniversalEvents.ExtraDummyStateWarning, $"ExtraDummyStateWarning"));
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 PortId[module] = i.ToString();
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -596,6 +596,19 @@ namespace FurnaceRT.Equipments.Schedulers 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     {DataVariables.CJID,  cj.Name},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                        {DataVariables.PRJobID,  pj.Name},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                       {DataVariables.RecID,  pj.JobRecipe},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                });
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        public void CJStop(ControlJobInfo cj, ProcessJobInfo pj)
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (cj != null)
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                EV.Notify(Gem300Events.CJ_STOPPED, new SerializableDictionary<string, object>()
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    {DataVariables.CJID,  cj.Name},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    {DataVariables.PRJobID,  pj.Name},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    {DataVariables.RecID,  pj.JobRecipe},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 });
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }
 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -607,6 +620,7 @@ namespace FurnaceRT.Equipments.Schedulers 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 {
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     {DataVariables.CJID,  cj.Name},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     {DataVariables.PRJobID,  pj.Name},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    {DataVariables.RecID,  pj.JobRecipe},
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 });
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }
 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }
 
			 |