123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace Aitex.Triton160.Common
- {
- public enum StateData
- {
- IsAutoMode,
- RecipeProcessTime,
- RecipeStepNo,
- RecipeName,
- RecipeBaseName,
- RecipeStepTimeElapsed,
- RecipeStepTimeSetPoint,
- RecipeStepRfTimeSetPoint,
- RfTimeElapsed,
- PumpTime,
- PMState,
- IsPumpingOkForProcess,
- IsGasFlowingOkForProcess,
- IsRfPowering,
- TotalCycle,
- ProcessStatus,
- AlarmEvent,
- LeakCheckElapseTime,
- DataLogName,
- LotName,
- }
- }
|