12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343 |
- using Aitex.Common.Util;
- using Aitex.Core.RT.Event;
- using Aitex.Core.RT.Log;
- using Aitex.Core.RT.RecipeCenter;
- using Aitex.Core.RT.SCCore;
- using Aitex.Core.Util;
- using FabConnect.SecsGemInterface.Common;
- using FabConnect.SecsGemInterface.Common.ToolModel;
- using FabConnect.SecsGemInterface.GemModel;
- using System;
- using System.Collections.Generic;
- using System.Threading;
- using System.Threading.Tasks;
- using System.Xml;
- using MECF.Framework.Common.CommonData;
- using Venus_RT.HostWrapper;
- namespace Venus_RT.FAs
- {
- public class FaHost : IFaHost
- {
- public string FaCommunicationState
- {
- get { return _gem.CommunicationState.ToString(); }
- }
- public string FaControlState
- {
- get { return _gem.ControlState.ToString(); }
- }
- public string FaControlSubState
- {
- get
- {
- return _gem.ControlRemoteSwitch.ToString();
- }
- }
- public bool IsConnected
- {
- get { return _gem.CommunicationState == CommunicationState.EnabledCommunicating; }
- }
- public int SpoolingState
- {
- get
- {
- return (int)_gem.SpoolingState;
- }
- }
- public string SpoolingActual
- {
- get
- {
- return
- _gem.GetAttribute(GEMVariables.SpoolCountActual, AttributeType.SV)
- ;
- }
- }
- public string SpoolingTotal
- {
- get { return _gem.GetAttribute(GEMVariables.SpoolCountTotal, AttributeType.SV); }
- }
- public string SpoolingFullTime
- {
- get { return _gem.GetAttribute(GEMVariables.SpoolFullTime, AttributeType.SV); }
- }
- public string SpoolingStartTime
- {
- get { return _gem.GetAttribute(GEMVariables.SpoolStartTime, AttributeType.SV); }
- }
- public bool IsSpoolingEnable
- {
- get { return Convert.ToBoolean(_gem.GetAttribute(GEMVariables.SpoolEnabled, AttributeType.EC)); }
- }
- private readonly GEMController _gem = new GEMController();
- public IHostCallback _equipment;
- private HashSet<string> _systemBuildInEc = new HashSet<string>();
- private HashSet<string> _systemBuildInVariables = new HashSet<string>();
- private PeriodicJob _faMonitorThread;
- private FixSizeQueue<FaEventItem> _lstEvent = new FixSizeQueue<FaEventItem>(300);
- FALogFileCleaner _logCleaner = new FALogFileCleaner();
- private ControlState _state = ControlState.Unknown;
- private const string EventTerminalMessage = "TerminalMessage";
- public void Initialize(IHostCallback equipment, string modelFile)
- {
- _equipment = equipment;
- _gem.CommunicationStateChanged += OnCommunicationStateChanged;
- _gem.RemoteCommandS2F49In += _gem_RemoteCommandS2F49In; ;
- _gem.PrimaryMessageIn += _gem_PrimaryMessageIn;
- _gem.ControlStateChanged += _gem_ControlStateChanged;
- _gem.ShowTrialMessageBox = false;
- _gem.AutoPPDataReply = false;
- _gem.Initialize(modelFile, PathManager.GetLogDir());
- _gem.EquipmentModel.GemConnection.HSMS.localIPAddress = SC.GetStringValue("System.FA.LocalIpAddress");
- _gem.EquipmentModel.GemConnection.HSMS.localPortNumber = SC.GetValue<int>("System.FA.LocalPortNumber");
- _gem.EquipmentModel.GemConnection.HSMS.T3Timeout = SC.GetValue<int>("System.FA.T3Timeout");
- _gem.EquipmentModel.GemConnection.HSMS.T5Timeout = SC.GetValue<int>("System.FA.T5Timeout");
- _gem.EquipmentModel.GemConnection.HSMS.T6Timeout = SC.GetValue<int>("System.FA.T6Timeout");
- _gem.EquipmentModel.GemConnection.HSMS.T7Timeout = SC.GetValue<int>("System.FA.T7Timeout");
- _gem.EquipmentModel.GemConnection.HSMS.T8Timeout = SC.GetValue<int>("System.FA.T8Timeout");
- _gem.ReInitialize();
- //get system build in ec
- _systemBuildInEc = new HashSet<string>();
- _systemBuildInEc.Add("EstablishCommunicationsTimeout");
- _systemBuildInEc.Add("MaxSpoolTransmit");
- _systemBuildInEc.Add("OverWriteSpool");
- _systemBuildInEc.Add("MaxSpoolCapacity");
- _systemBuildInEc.Add("SpoolEnabled");
- _systemBuildInEc.Add("TimeFormat");
- //initial system build in variable
- _systemBuildInVariables.Add("AlarmsEnabled");
- _systemBuildInVariables.Add("AlarmsSet");
- _systemBuildInVariables.Add("Clock");
- _systemBuildInVariables.Add("ControlState");
- _systemBuildInVariables.Add("EventsEnabled");
- _systemBuildInVariables.Add("PPExecName");
- _systemBuildInVariables.Add("PreviousProcessState");
- _systemBuildInVariables.Add("ProcessState");
- _systemBuildInVariables.Add("SpoolCountActual");
- _systemBuildInVariables.Add("SpoolCountTotal");
- _systemBuildInVariables.Add("SpoolFullTime");
- _systemBuildInVariables.Add("SpoolStartTime");
- _systemBuildInVariables.Add("SpoolState");
- _systemBuildInVariables.Add("SpoolSubstate");
- _logCleaner.Run();
- _faMonitorThread = new PeriodicJob(200, MonitorFaTask, "Monitor FA Thread", true);
- EV.Subscribe(new EventItem("Host", EventTerminalMessage, "{0}", EventLevel.Warning, EventType.EventUI_Notify));
- }
- private void _gem_ControlStateChanged(object sender, SECsEventArgs e)
- {
- if (_state != _gem.ControlState)
- {
- _state = _gem.ControlState;
- if (_state == ControlState.OnlineRemote)
- {
- //EV.PostInfoLog("FA", Aitex.RT.Properties.Resources.HostControlModeChangeTo_stateNotifySystemChangeToAutoMode);
- //Singleton<PMEntity>.Instance.PostMsg((int)PMEntity.MSG.SetAutoMode);
- }
- }
- }
- public void Invoke(string method, object[] args)
- {
- switch (method)
- {
- case "FAEnable":
- _gem.SetEnable();
- break;
- case "FADisable":
- _gem.SetDisable();
- break;
- case "FAOnline":
- _gem.SetOnline();
- break;
- case "FAOffline":
- _gem.SetOffline();
- break;
- case "FALocal":
- _gem.SetLocal();
- break;
- case "FARemote":
- _gem.SetRemote();
- break;
- case "FAEnableSpooling":
- SetEnableSpooling();
- break;
- case "FADisableSpooling":
- SetDisableSpooling();
- break;
- }
- }
- private bool _gem_RemoteCommandS2F41In(SECsTransaction trans)
- {
- try
- {
- bool ret = true;
- string reason = string.Empty;
- SECsMessage reply = _gem.Services.CustomMessage.CreateMessage(2, 42, false);
- reply.DataItem.AddList();
- if (ret)
- {
- reply.DataItem[0].Add("HCACK", 0, SECsFormat.Binary);
- }
- _gem.SendReply(reply, trans.Id);
- }
- catch (Exception ex)
- {
- //LOG.Write(string.Format("Handle_S2F41 Exception: {0}", ex.Message));
- SECsMessage reply = _gem.Services.CustomMessage.CreateMessage(2, 42, false);
- reply.DataItem.AddList();
- reply.DataItem[0].Add("HCACK", 3/*At least one parameter is invalid*/, SECsFormat.Binary);
- reply.DataItem[0].AddList();
- reply.DataItem[0][1].AddList();
- reply.DataItem[0][1].Add("CPVALUE", ex.Message, SECsFormat.Ascii);
- _gem.SendReply(reply, trans.Id);
- }
- return true;
- }
- private bool _gem_RemoteCommandS2F49In(SECsTransaction trans)
- {
- try
- {
- bool ret = true;
- string reason = string.Empty;
- SECsMessage reply = _gem.Services.CustomMessage.CreateMessage(2, 50, false);
- string remoteCommandName = trans.Primary.DataItem[0][2].ToString();
- switch (remoteCommandName.ToUpper())
- {
- case "MAPCASSETTE":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "PortID")
- throw new Exception($"MAPCASSETTE Command Format Not Correct, CPNAME1 should be PortID");
- string portID = trans.Primary.DataItem[0][3][0][1].ToString();
- ret = _equipment.MapCassette(portID, out reason);
- }
- break;
- case "PP-SELECT":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "PortID")
- throw new Exception($"PP-SELECT Command Format Not Correct, CPNAME1 should be PortID");
- if (trans.Primary.DataItem[0][3][1][0].ToString() != "JobID")
- throw new Exception($"PP-SELECT Command Format Not Correct, CPNAME2 should be JobID");
- if (trans.Primary.DataItem[0][3][2][0].ToString() != "LotID")
- throw new Exception($"PP-SELECT Command Format Not Correct, CPNAME3 should be LotID");
- if (trans.Primary.DataItem[0][3][3][0].ToString() != "SequenceID")
- throw new Exception($"PP-SELECT Command Format Not Correct, CPNAME4 should be SequenceID");
- string[] slotSequence = new string[25];
- for (int i = 0; i < 25; i++)
- {
- slotSequence[i] = trans.Primary.DataItem[0][3][3][1][i].ToString();
- if (slotSequence[i].Contains("*null"))
- slotSequence[i] = string.Empty;
- }
- string portID = trans.Primary.DataItem[0][3][0][1].ToString();
- string jobID = trans.Primary.DataItem[0][3][1][1].ToString();
- string lotID = trans.Primary.DataItem[0][3][2][1].ToString();
- ret = _equipment.PPSelect(portID, jobID, lotID, slotSequence, out reason);
- }
- break;
- case "STARTJOB":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "JobID")
- throw new Exception($"STARTJOB Command Format Not Correct, CPNAME1 should be JobID");
- string jobID = trans.Primary.DataItem[0][3][0][1].ToString();
- ret = _equipment.StartJob(jobID, out reason);
- }
- break;
- case "ABORTJOB":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "JobID")
- throw new Exception($"ABORTJOB Command Format Not Correct, CPNAME1 should be JobID");
- string jobID = trans.Primary.DataItem[0][3][0][1].ToString();
- ret = _equipment.AbortJob(jobID, out reason);
- }
- break;
- case "PAUSEJOB":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "JobID")
- throw new Exception($"PAUSEJOB Command Format Not Correct, CPNAME1 should be JobID");
- string jobID = trans.Primary.DataItem[0][3][0][1].ToString();
- ret = _equipment.PauseJob(jobID, out reason);
- }
- break;
- case "RESUMEJOB":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "JobID")
- throw new Exception($"RESUMEJOB Command Format Not Correct, CPNAME1 should be JobID");
- string jobID = trans.Primary.DataItem[0][3][0][1].ToString();
- ret = _equipment.ResumeJob(jobID, out reason);
- }
- break;
- case "STOPJOB":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "JobID")
- throw new Exception($"STOPJOB Command Format Not Correct, CPNAME1 should be JobID");
- string jobID = trans.Primary.DataItem[0][3][0][1].ToString();
- ret = _equipment.StopJob(jobID, out reason);
- }
- break;
- case "LOAD":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "PortID")
- throw new Exception($"LOAD Command Format Not Correct, CPNAME1 should be PortID");
- string portID = trans.Primary.DataItem[0][3][0][1].ToString();
- ret = _equipment.Load(portID, out reason);
- }
- break;
- case "UNLOAD":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "PortID")
- throw new Exception($"UNLOAD Command Format Not Correct, CPNAME1 should be PortID");
- string portID = trans.Primary.DataItem[0][3][0][1].ToString();
- ret = _equipment.Unload(portID, out reason);
- }
- break;
- case "LOCK":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "PortID")
- throw new Exception($"LOCK Command Format Not Correct, CPNAME1 should be PortID");
- string portID = trans.Primary.DataItem[0][3][0][1].ToString();
- ret = _equipment.Lock(portID, out reason);
- }
- break;
- case "UNLOCK":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "PortID")
- throw new Exception($"UNLOCK Command Format Not Correct, CPNAME1 should be PortID");
- string portID = trans.Primary.DataItem[0][3][0][1].ToString();
- ret = _equipment.Unlock(portID, out reason);
- }
- break;
- case "READID":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "PortID")
- throw new Exception($"READID Command Format Not Correct, CPNAME1 should be PortID");
- string portID = trans.Primary.DataItem[0][3][0][1].ToString();
- ret = _equipment.ReadID(portID, out reason);
- }
- break;
- case "WRITEID":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "PortID")
- throw new Exception($"WRITEID Command Format Not Correct, CPNAME1 should be PortID");
- if (trans.Primary.DataItem[0][3][1][0].ToString() != "CarrierID")
- throw new Exception($"WRITEID Command Format Not Correct, CPNAME2 should be CarrierID");
- string portID = trans.Primary.DataItem[0][3][0][1].ToString();
- string carrierID = trans.Primary.DataItem[0][3][1][1].ToString();
- ret = _equipment.WriteID(portID, carrierID, out reason);
- }
- break;
- case "READTAG":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "PortID")
- throw new Exception($"READTAG Command Format Not Correct, CPNAME1 should be PortID");
- string portID = trans.Primary.DataItem[0][3][0][1].ToString();
- ret = _equipment.ReadTag(portID, out reason);
- }
- break;
- case "WRITETAG":
- {
- if (trans.Primary.DataItem[0][3][0][0].ToString() != "PortID")
- throw new Exception($"WRITEID Command Format Not Correct, CPNAME1 should be PortID");
- if (trans.Primary.DataItem[0][3][1][0].ToString() != "TagData")
- throw new Exception($"WRITEID Command Format Not Correct, CPNAME2 should be TagData");
- string portID = trans.Primary.DataItem[0][3][0][1].ToString();
- string tagData = trans.Primary.DataItem[0][3][1][1].ToString();
- ret = _equipment.WriteTag(portID, tagData, out reason);
- }
- break;
- }
- reply.DataItem.AddList();
- if (ret)
- {
- reply.DataItem[0].Add("HCACK", 0, SECsFormat.Binary);
- }
- else
- {
- reply.DataItem[0].Add("HCACK", 3, SECsFormat.Binary);
- reply.DataItem[0].Add("CPVALUE", reason, SECsFormat.Ascii);
- }
- _gem.SendReply(reply, trans.Id);
- }
- catch (Exception ex)
- {
- SECsMessage reply = _gem.Services.CustomMessage.CreateMessage(2, 50, false);
- reply.DataItem.AddList();
- reply.DataItem[0].Add("HCACK", 3/*At least one parameter is invalid*/, SECsFormat.Binary);
- reply.DataItem[0].AddList();
- reply.DataItem[0][1].AddList();
- reply.DataItem[0][1].Add("CPVALUE", ex.Message, SECsFormat.Ascii);
- _gem.SendReply(reply, trans.Id);
- }
- return true;
- }
- private void _gem_PrimaryMessageIn(object sender, SECsPrimaryInEventArgs e)
- {
- string SF = "S" + e.Inputs.Stream.ToString() + "F" + e.Inputs.Function.ToString();
- switch (SF)
- {
- case "S7F1":
- Handle_S7F1(e);
- break;
- case "S7F5":
- Handle_S7F5(e);
- break;
- case "S7F3"://down load recipe
- Handle_S7F3(e); //Host must send S7F1/F2 and equipment application must either grant the host requests.
- break;
- case "S7F17":
- Handle_S7F17(e);
- break;
- case "S7F19":
- Handle_S7F19(e);
- break;
- case "S7F25":
- Handle_S7F25(e);
- break;
- case "S10F3"://Single terminal message
- Handle_S10F3(e);
- break;
- case "S10F5"://Multiple terminal message
- Handle_S10F5(e);
- break;
- }
- switch (e.EventId)
- {
- case PrimaryEventType.ProcessProgramLoadInquire: //S7F1
- break;
- }
- }
- /// <summary>
- /// Host requests the equipment to delete the Process Program
- /// L,n (Number of process programs to be deleted)
- /// 1. <PPID1>
- /// .
- /// .
- /// n. <PPIDn>
- /// Exception: If n=0, then delete all.
- /// </summary>
- /// <param name="e"></param>
- private void Handle_S7F17(SECsPrimaryInEventArgs e)
- {
- try
- {
- string reason = string.Empty;
- if (e.Inputs.DataItem[0].Count == 0)
- {
- //LOG.Write("Handle_S7F17, delete all recipes");
- DeleteAllRecipes(out reason);
- }
- else // Delete the list of selected Process Program
- {
- List<string> deleteRecipes = new List<string>();
- for (int i = 0; i < e.Inputs.DataItem[0].Count; i++)
- {
- string ppid = e.Inputs.DataItem[0][i].ToString();
- deleteRecipes.Add(ppid);
- //LOG.Write("Handle_S7F17, delete recipe:" + ppid);
- }
- DeleteRecipe(deleteRecipes, out reason);
- }
- //give reply to host
- SECsMessage messageToReply = _gem.Services.ProcessProgram.DeleteProcessProgramAcknowledge(0);
- _gem.SendReply(messageToReply, e.TransactionID);
- }
- catch (Exception ex)
- {
- //LOG.Write("Handle_S7F17 Exception: " + ex.Message);
- //give reply to host
- SECsMessage messageToReply = _gem.Services.ProcessProgram.DeleteProcessProgramAcknowledge(4/*error*/);
- _gem.SendReply(messageToReply, e.TransactionID);
- }
- }
- protected void DeleteAllRecipes(out string reason)
- {
- reason = string.Empty;
- var recipes = RecipeFileManager.Instance.GetSequenceNameList();
- foreach (var name in recipes)
- {
- if (!RecipeFileManager.Instance.DeleteSequence(name))
- {
- EV.PostWarningLog("System", $"Can not delete {name}, delete all failed.");
- return;
- }
- }
- EV.PostInfoLog("System", "All recipe deleted");
- }
- protected void DeleteRecipe(List<string> recipeFiles, out string reason)
- {
- reason = string.Empty;
- foreach (var name in recipeFiles)
- {
- if (!RecipeFileManager.Instance.DeleteSequence(name))
- {
- EV.PostWarningLog("System", $"Can not delete {name}.");
- return;
- }
- else
- {
- EV.PostWarningLog("System", $"Delete recipe {name}.");
- }
- }
- }
- private void Handle_S7F3(SECsPrimaryInEventArgs e)
- {
- try
- {
- //LOG.Write("Handle_S7F4, Request down load recipe");
- string ppid = e.Inputs.DataItem[0][0].Value.ToString();
- string reason = string.Empty;
- // Get the format of PPBODY
- SECsFormat bodyType = e.Inputs.DataItem[0][1].Format;
- bool recipeSuccess = false;
- if (bodyType == SECsFormat.Binary)
- {
- recipeSuccess = DownLoadRecipeInByte(ppid, (byte[])e.Inputs.DataItem[0][1].Value, out reason);
- }
- else
- {
- recipeSuccess = DownLoadRecipe(ppid, e.Inputs.DataItem[0][1].ToString(), out reason);
- }
- if (recipeSuccess)
- {
- SECsMessage acknowledge = _gem.Services.ProcessProgram.ProcessProgramAcknowledge(0);
- _gem.SendReply(acknowledge, e.TransactionID);
- }
- else
- {
- //1:download recipe body fail:Permission Not Granted
- //2:download recipe body fail:Length Error
- //3:download recipe body fail:Matrix Overflow
- //4:download recipe body fail:PPID Not Found
- //5:download recipe body fail:Mode Unsupported
- SECsMessage acknowledge = _gem.Services.ProcessProgram.ProcessProgramAcknowledge(5);
- _gem.SendReply(acknowledge, e.TransactionID);
- }
- }
- catch (Exception ex)
- {
- //LOG.Write("Handle_S7F4 exception:" + ex.Message);
- SECsMessage acknowledge = _gem.Services.ProcessProgram.ProcessProgramAcknowledge(1);
- _gem.SendReply(acknowledge, e.TransactionID);
- }
- }
- protected bool DownLoadRecipe(string name, string content, out string reason)
- {
- bool ret = false;
- reason = string.Empty;
- ret = RecipeFileManager.Instance.SaveSequence(name, content, false);
- if (!ret)
- {
- reason = string.Format("save recipe content failed,recipeName:{0}", name);
- //LOG.Write(reason);
- }
- return ret;
- }
- protected bool DownLoadRecipeInByte(string name, byte[] content, out string reason)
- {
- bool ret = false;
- reason = string.Empty;
- ret = RecipeFileManager.Instance.SaveSequence(name, System.Text.Encoding.UTF8.GetString(content), false);
- if (!ret)
- {
- reason = string.Format("save recipe content failed,recipeName:{0}", name);
- //LOG.Write(reason);
- }
- return ret;
- }
- /// <summary>
- /* 0 = OK
- 1 = Already have
- 2 = No space
- 3 = Invalid PPID
- 4 = Busy, try later
- 5 = Will not accept
- >5 = Other error
- 6-63 Reserved
- */
- ///</summary>
- /// <param name="e"></param>
- private void Handle_S7F1(SECsPrimaryInEventArgs e)
- {
- try
- {
- //LOG.Write("Handle_S7F1, Process Program Load Inquire");
- string ppid = e.Inputs.DataItem[0][0].Value.ToString();
- var recipeList = RecipeFileManager.Instance.GetSequenceNameList();
- int ppGrant = 0;
- if (!recipeList.Contains(ppid))
- ppGrant = 3;
- SECsMessage reply = _gem.Services.CustomMessage.CreateMessage(7, 2, false);
- reply.DataItem.Add("PPGNT", ppGrant, SECsFormat.Binary);
- _gem.SendReply(reply, e.TransactionID);
- }
- catch (Exception ex)
- {
- //LOG.Write("Handle_S7F1 exception:" + ex.Message);
- SECsMessage reply = _gem.Services.CustomMessage.CreateMessage(7, 0, false);
- _gem.SendReply(reply, e.TransactionID);
- }
- }
- private void Handle_S7F5(SECsPrimaryInEventArgs e)
- {
- try
- {
- //LOG.Write("Handle_S7F5,Used to request the transfer of a process program");
- string ppid = e.Inputs.DataItem[0].ToString();
- string reason = string.Empty;
- string data = RecipeFileManager.Instance.GetSequence(ppid, false);
- if (!string.IsNullOrEmpty(data))
- {
- byte[] ppbody = System.Text.Encoding.UTF8.GetBytes(data);
- SECsMessage recipetToReply = _gem.Services.ProcessProgram.ProcessProgramData(ppid, ppbody);
- _gem.SendReply(recipetToReply, e.TransactionID);
- }
- else
- {
- SECsMessage reply = _gem.Services.CustomMessage.CreateMessage(7, 6, false);
- reply.DataItem.AddList();
- reply.DataItem[0].Add("RVIACK", 0x01/*abnormal*/, SECsFormat.Binary);
- reply.DataItem[0].Add("CPVALUE", reason, SECsFormat.Ascii);
- _gem.SendReply(reply, e.TransactionID);
- }
- }
- catch (Exception ex)
- {
- //LOG.Write("Handle_S7F6 exception:" + ex.Message);
- SECsMessage reply = _gem.Services.CustomMessage.CreateMessage(7, 6, false);
- reply.DataItem.AddList();
- _gem.SendReply(reply, e.TransactionID);
- }
- }
- private void Handle_S7F19(SECsPrimaryInEventArgs e)
- {
- try
- {
- string reason = string.Empty;
- //LOG.Write("Handle_S7F19, Request the transmission of the current equipment process program directory");
- var recipeList = RecipeFileManager.Instance.GetSequenceNameList();
- SECsMessage reply = _gem.Services.CustomMessage.CreateMessage(7, 20, false);
- reply.DataItem.AddList();
- for (int rNum = 0; rNum < recipeList.Count; rNum++)
- {
- reply.DataItem[0].Add("PPID", recipeList[rNum], SECsFormat.Ascii);
- }
- _gem.SendReply(reply, e.TransactionID);
- }
- catch (Exception ex)
- {
- //LOG.Write("Handle_S7F19 exception:" + ex.Message);
- SECsMessage reply = _gem.Services.CustomMessage.CreateMessage(7, 0, false);
- _gem.SendReply(reply, e.TransactionID);
- }
- }
- private void Handle_S7F25(SECsPrimaryInEventArgs e)
- {
- try
- {
- var ppid = e.Inputs.DataItem[0].Value.ToString();
- //LOG.Write("Handle_S7F25, request a particular process program from the other");
- SECsMessage reply = _gem.Services.CustomMessage.CreateMessage(7, 26, false);
- reply.DataItem.AddList();
- var parameters = GetRecipe(ppid, out string reason);
- if (parameters != null)
- {
- reply.DataItem[0].Add("PPID", ppid, SECsFormat.Ascii);
- reply.DataItem[0].Add("MDLN", _gem.EquipmentModel.Nameable.model, SECsFormat.Ascii);
- reply.DataItem[0].Add("SOFTREV", _gem.EquipmentModel.Nameable.softwareRev, SECsFormat.Ascii);
- reply.DataItem[0].AddList();
- reply.DataItem[0][3].AddList();
- reply.DataItem[0][3][0].Add("CCODE", 1, SECsFormat.U1);
- reply.DataItem[0][3][0].AddList();
- for (int i = 0; i < parameters.Count; i++)
- {
- reply.DataItem[0][3][0][1].Add($"PPARM{i + 1}", parameters[i], SECsFormat.Ascii);
- }
- }
- else
- {
- EV.PostWarningLog("FA", $"Request {ppid} failed, {reason}");
- }
- _gem.SendReply(reply, e.TransactionID);
- }
- catch (Exception ex)
- {
- //LOG.Write("Handle_S7F25 exception:" + ex.Message);
- SECsMessage reply = _gem.Services.CustomMessage.CreateMessage(7, 0, false);
- _gem.SendReply(reply, e.TransactionID);
- }
- }
- public List<string> GetRecipe(string sequenceName, out string reason)
- {
- List<string> result = new List<string>();
- reason = string.Empty;
- try
- {
- string content = RecipeFileManager.Instance.GetSequence(sequenceName, false);
- if (string.IsNullOrEmpty(content))
- {
- content = RecipeFileManager.Instance.LoadRecipe("", sequenceName, false);
- }
- result.Add(content);
- }
- catch (Exception ex)
- {
- //LOG.Write(ex);
- reason = ex.Message;
- }
- return result;
- }
- public List<string> GetFormattedSequence(string sequenceName, out string reason)
- {
- List<string> result = new List<string>();
- try
- {
- string sequenceData = RecipeFileManager.Instance.GetSequence(sequenceName, false);
- XmlDocument recipeDoc = new XmlDocument();
- recipeDoc.LoadXml(sequenceData);
- XmlNodeList stepNodeList = recipeDoc.SelectNodes("/Aitex/TableSequenceData/Step");
- for (int i = 0; i < stepNodeList.Count; i++)
- {
- XmlElement stepNode = stepNodeList[i] as XmlElement;
- Dictionary<string, string> dic = new Dictionary<string, string>();
- //遍历Step节点
- foreach (XmlAttribute att in stepNode.Attributes)
- {
- result.Add($"STEP{i + 1}/{att.Name}:{att.Value}");
- }
- }
- reason = string.Empty;
- }
- catch (Exception ex)
- {
- //LOG.Write(ex);
- reason = ex.Message;
- }
- return result;
- }
- public List<string> GetFormattedRecipe(string recipeName, out string reason)
- {
- List<string> result = new List<string>();
- try
- {
- string sequenceData = RecipeFileManager.Instance.LoadRecipe("", recipeName, false);
- XmlDocument recipeDoc = new XmlDocument();
- recipeDoc.LoadXml(sequenceData);
- XmlNodeList stepNodeList = recipeDoc.SelectNodes("/TableRecipeData/Step");
- for (int i = 0; i < stepNodeList.Count; i++)
- {
- XmlElement stepNode = stepNodeList[i] as XmlElement;
- Dictionary<string, string> dic = new Dictionary<string, string>();
- //遍历Step节点
- foreach (XmlAttribute att in stepNode.Attributes)
- {
- result.Add($"STEP{i + 1}/{att.Name}:{att.Value}");
- }
- //遍历Step子节点中所有的attribute属性节点
- foreach (XmlElement subStepNode in stepNode.ChildNodes)
- {
- foreach (XmlAttribute att in subStepNode.Attributes)
- {
- result.Add($"STEP{i + 1}/{subStepNode.Name}/{att.Name}:{att.Value}");
- }
- //遍历Step子节点的子节点中所有的attribute属性节点
- foreach (XmlElement subsubStepNode in subStepNode.ChildNodes)
- {
- foreach (XmlAttribute att in subsubStepNode.Attributes)
- {
- result.Add($"STEP{i + 1}/{subStepNode.Name}/{subsubStepNode.Name}/{att.Name}:{att.Value}");
- }
- }
- }
- }
- reason = string.Empty;
- }
- catch (Exception ex)
- {
- //LOG.Write(ex);
- reason = ex.Message;
- }
- return result;
- }
- /// <summary>
- /// Single terminal message process
- /// S10F3 Format
- /// L,2
- /// 1. <TID>
- /// 2. <TEXT>
- /// </summary>
- /// <param name="e"></param>
- private void Handle_S10F3(SECsPrimaryInEventArgs e)
- {
- try
- {
- //LOG.Write("Process host single terminal message");
- string terminalMessage = e.Inputs.DataItem["Ln"]["TEXT"].ToString();
- // notify equipment to show terminal message
- OnReceivedSingleTerminalMessage(terminalMessage);
- // acknowledge Host
- SECsMessage reply = _gem.Services.TerminalDisplay.TerminalDisplayAcknowledge(0);
- reply.Function = 4;
- _gem.SendReply(reply, e.TransactionID);
- }
- catch (Exception ex)
- {
- //LOG.Write("Handle_S10F3 Exception: " + ex.Message);
- SECsMessage reply = _gem.Services.TerminalDisplay.TerminalDisplayAcknowledge(1/*will not display*/);
- reply.Function = 4;
- _gem.SendReply(reply, e.TransactionID);
- }
- }
- /// <summary>
- /// Multiple terminal message process
- /// S10F5 Format
- /// L,2
- /// 1. <TID>
- /// 2. L,N
- /// 1. <TEXT1>
- /// .
- /// .
- /// n.<TEXTn>
- /// </summary>
- /// <param name="e"></param>
- private void Handle_S10F5(SECsPrimaryInEventArgs e)
- {
- try
- {
- //LOG.Write("Process host multiple terminal message");
- List<string> receivedMultipleMessages = new List<string>();
- string message = string.Empty;
- for (int i = 0; i < e.Inputs.DataItem[0][1].Count; i++)
- {
- receivedMultipleMessages.Add((string)e.Inputs.DataItem[0][1][i].Value);
- }
- // notify equipment to show terminal message
- OnReceivedMultipleTerminalMessage(receivedMultipleMessages);
- // acknowledge Host
- SECsMessage reply = _gem.Services.TerminalDisplay.TerminalDisplayAcknowledge(0);
- reply.Function = 6;
- _gem.SendReply(reply, e.TransactionID);
- }
- catch (Exception ex)
- {
- //LOG.Write("Handle_S10F5 Exception: " + ex.Message);
- SECsMessage reply = _gem.Services.TerminalDisplay.TerminalDisplayAcknowledge(1/*will not display*/);
- reply.Function = 6;
- _gem.SendReply(reply, e.TransactionID);
- }
- }
- /// <summary>
- /// On single terminal message received
- /// </summary>
- /// <param name="terminalMessage"></param>
- protected virtual void OnReceivedSingleTerminalMessage(string terminalMessage)
- {
- EV.Notify("Host", EventTerminalMessage, terminalMessage);
- }
- /// <summary>
- /// On multiple terminal message received
- /// </summary>
- /// <param name="terminalMessage"></param>
- protected virtual void OnReceivedMultipleTerminalMessage(List<string> terminalMessage)
- {
- foreach (var message in terminalMessage)
- {
- EV.Notify("Host", EventTerminalMessage, message);
- }
- }
- public void Terminate()
- {
- _faMonitorThread.Stop();
- _logCleaner.Stop();
- }
- public void Enable()
- {
- _gem.SetEnable();
- }
- public void Disable()
- {
- _gem.SetDisable();
- }
- public void NotifyEvent(string eventName, Dictionary<string, string> dvid, Dictionary<string, object> objDvid)
- {
- _lstEvent.Enqueue(new FaEventItem() { dvid = dvid, objDvid = objDvid, EventName = eventName, IsAlarm = false });
- }
- public void NotifyAlarm(string alarmName, Dictionary<string, string> dvid, Dictionary<string, object> objDvid, string text)
- {
- _lstEvent.Enqueue(new FaEventItem() { dvid = dvid, objDvid = objDvid, EventName = alarmName, IsAlarm = true, Text = text});
- }
- public void NotifyEvent(string eventName, Dictionary<string, string> dvid)
- {
- _lstEvent.Enqueue(new FaEventItem() { dvid = dvid, EventName = eventName, IsAlarm = false });
- }
- public void NotifyAlarm(string alarmName, Dictionary<string, string> dvid, string text)
- {
- _lstEvent.Enqueue(new FaEventItem() { dvid = dvid, EventName = alarmName, IsAlarm = true, Text = text});
- }
- public void SetLocalControl()
- {
- Task.Factory.StartNew(() =>
- {
- _gem.SetLocal();
- });
- }
- public void SetRemoteControl()
- {
- Task.Factory.StartNew(() =>
- {
- _gem.SetRemote();
- });
- }
- public void SetEnableSpooling()
- {
- Task.Factory.StartNew(() =>
- {
- _gem.SetAttribute(GEMVariables.SpoolEnabled, AttributeType.EC, "true");
- });
- }
- public void SetDisableSpooling()
- {
- Task.Factory.StartNew(() =>
- {
- _gem.SetAttribute(GEMVariables.SpoolEnabled, AttributeType.EC, "false");
- });
- }
- public bool MonitorFaTask()
- {
- try
- {
- SynchronizeSVIDValue();
- FaEventItem ev;
- while (_lstEvent.TryDequeue(out ev))
- {
- if (ev.dvid != null)
- {
- foreach (var dvid in ev.dvid)
- {
- SetDVIDValue(dvid.Key, dvid.Value);
- }
- }
- if (ev.objDvid != null)
- {
- foreach (var dvid in ev.objDvid)
- {
- SetDVIDValue(dvid.Key, dvid.Value);
- }
- }
- SetDVIDValue(DVIDName.EventName, ev.EventName);
- if (ev.IsAlarm)
- {
- SetAlarm(ev.EventName, ev.Text);
- }
- else
- {
- SendEvent(ev.EventName);
- }
- //Thread.Sleep(500);
- }
- }
- catch (Exception ex)
- {
- System.Diagnostics.Trace.WriteLine(ex);
- }
- return true;
- }
- private void OnCommunicationStateChanged(object sender, SECsEventArgs e)
- {
- if (_gem.CommunicationState == CommunicationState.EnabledCommunicating)
- {
- if (SC.ContainsItem("System.FA.DefaultToOnline") && SC.GetValue<bool>("System.FA.DefaultToOnline"))
- _gem.SetOnline();
- if (SC.ContainsItem("System.FA.DefaultToRemote") && SC.GetValue<bool>("System.FA.DefaultToRemote"))
- _gem.SetRemote();
- }
- }
- /// <summary>
- /// Send terminal message to host
- /// </summary>
- /// <param name="message"></param>
- public void SendTerminalMessageToHost(string message)
- {
- if (!_gem.IsConnected || _gem.CommunicationState == CommunicationState.Disabled
- || _gem.CommunicationState == CommunicationState.WaitDelay
- || _gem.CommunicationState == CommunicationState.EnabledNotCommunicating)
- {
- EV.PostWarningLog("FA", "Host not connected, send terminal message failed.");
- return;
- }
- //LOG.Write("Send terminal message to host:" + message);
- Task.Factory.StartNew(() =>
- {
- SECsMessage secsMsg = _gem.Services.TerminalDisplay.TerminalRequest(message);
- _gem.Send(secsMsg);
- });
- }
- public void SynchronizeSVIDValue()
- {
- try
- {
- foreach (SVID sv in _gem.EquipmentModel.StatusVariables.SVIDCollection)
- {
- if (sv != null && !_systemBuildInVariables.Contains(sv.logicalName))
- {
- if (sv.valueType == SECSFormats.List)
- {
- List<string> svData = _equipment.GetListSvidValue(sv.logicalName);
- if (svData != null && svData.Count > 0)
- {
- SECsDataItem data = new SECsDataItem(SECsFormat.List);
- foreach (var item in svData)
- {
- data.Add(item, item);
- }
- _gem.SetListAttribute(sv.logicalName, AttributeType.SV, data);
- }
- else
- {
- SECsDataItem data = new SECsDataItem(SECsFormat.List);
- data.Clear();
- _gem.SetListAttribute(sv.logicalName, AttributeType.SV, data);
- }
- }
- else
- {
- string svDataValue = _equipment.GetSvidValue(sv.logicalName);
- if (!string.IsNullOrEmpty(svDataValue))
- {
- if (sv.valueType == SECSFormats.Boolean) svDataValue = ConvertToBoolean(svDataValue).ToString();
- _gem.SetAttribute(sv.logicalName, AttributeType.SV, svDataValue);
- }
- }
- }
- }
- }
- catch (Exception ex)
- {
- //LOG.Write("Synchronize FA Model Data exception:" + ex.Message);
- }
- }
- private bool SetDVIDValue(string localName, object value)
- {
- if (value == null) return false;
- if (_gem.EquipmentModel == null || !_gem.EquipmentModel.DataVariables.DVIDCollection.IsExistLogicalName(localName))
- return false;
- foreach (VariableType dv in _gem.EquipmentModel.DataVariables.DVIDCollection)
- {
- if (dv.logicalName == localName)
- {
- if (localName == "RecipeStepEndDataSummary")
- {
- List<FdcDataItem> lwsdata = (List<FdcDataItem>)value;
- SECsDataItem ldata = new SECsDataItem(SECsFormat.List);
- foreach (FdcDataItem wsd in lwsdata)
- {
- SECsDataItem data = new SECsDataItem(SECsFormat.List);
- data.Add("Process item", wsd.Name);
- data.Add("Min", wsd.MinValue.ToString());
- data.Add("Max", wsd.MaxValue.ToString());
- data.Add("Mean", wsd.MeanValue.ToString());
- data.Add("SetPoint", wsd.SetPoint.ToString());
- data.Add("Std", wsd.StdValue.ToString());
- data.Add("SampleCount", wsd.SampleCount.ToString());
- ldata.Add(data);
- }
- _gem.SetListAttribute(localName, AttributeType.DV, ldata);
- return true;
- }
- if (dv.valueType == SECSFormats.Boolean)
- {
- value = ConvertToBoolean(Convert.ToString(value)).ToString();
- }
- break;
- }
- }
- _gem.SetAttribute(localName, AttributeType.DV, Convert.ToString(value));
- return true;
- }
- private bool SetDVIDValue(string localName, string value)
- {
- if (value == null) return false;
- //if (!string.IsNullOrEmpty(value))
- //{
- if (_gem.EquipmentModel == null || !_gem.EquipmentModel.DataVariables.DVIDCollection.IsExistLogicalName(localName))
- return false;
- foreach (VariableType dv in _gem.EquipmentModel.DataVariables.DVIDCollection)
- {
- if (dv.logicalName == localName)
- {
- if (dv.valueType == SECSFormats.Boolean)
- {
- value = ConvertToBoolean(value).ToString();
- }
- break;
- }
- }
- _gem.SetAttribute(localName, AttributeType.DV, value);
- //}
- return true;
- }
- private bool ConvertToBoolean(string value)
- {
- if (value == "0" || value.ToLower() == "false") return false;
- else return true;
- }
- private void SendEvent(string eventName)
- {
- try
- {
- if (_gem.EquipmentModel != null)
- {
- var allEvents = _gem.GetAllEnabledEvents();
- if (allEvents.Contains(eventName))
- {
- _gem.SendCollectionEvent(eventName);
- }
- else
- {
- //LOG.Write(string.Format("sendEvent failed,not find:", eventName));
- }
- //LOG.Write(string.Format("【FA2SendEvent--{0}】", eventName));
- }
- }
- catch (Exception ex)
- {
- //LOG.Write("SendEvent Error:" + ex.Message);
- }
- }
- public void SetAlarm(string alarmTag, string text)
- {
- Task.Factory.StartNew(() =>
- {
- //if (_gem.IsAlarmSet(alarmTag))
- //{
- // _gem.ClearAlarm(alarmTag);
- //}
- var allAlarms = _gem.GetAllEnabledAlarms();
- if (allAlarms.Contains(alarmTag))
- {
- _gem.EquipmentModel.Alarms[alarmTag].description = text;
- _gem.SetAlarm(alarmTag);
- }
- else
- {
- //WriteLog(string.Format("sendAlarm failed,not find:", alarmTag));
- }
- //WriteLog(string.Format("【FA3SetAlarm--{0}】", alarmTag));
- });
- }
- public void ClearAlarm(string alarmTag)
- {
- try
- {
- var allsetalarms = _gem.GetAllSetAlarms();
- if (allsetalarms != null && allsetalarms.Count > 0 && allsetalarms.Contains(alarmTag))
- _gem.ClearAlarm(alarmTag);
- if (string.IsNullOrEmpty(alarmTag))
- {
- foreach (var allsetalarm in allsetalarms)
- {
- _gem.ClearAlarm(allsetalarm.ToString());
- }
- }
- }
- catch (Exception ex)
- {
- //LOG.Write($"Clear Alarm Error : {ex.Message}");
- }
- }
- }
- }
|