Please enable JavaScript.
Coggle requires JavaScript to display documents.
Task - Coggle Diagram
Task
Window Thread
StroyBoard
BendingUnitControlViewModel.cs
_thread = new Thread(trsMainProcess)
Main화면의 Windows Status
AutoMinScreen.xaml.cs
this.threadSyncPLC = new Thread(new ThreadStart(SyncPLC)
MonitorTactTimeScreen.xaml.cs
Thread thr1 = new Thread()=>
Thread thr2 = new Thread()=>
Thread thr3 = new Thread()=>
Thread thr4 = new Thread()=>
Window Message 처리
Window Message 처리
MPlatform.App.App.OnStartUp()
Sdc.MPlatform.MSystem.MPlatformSystem.Initialize()
MTrsAlarmManager.cs
_Thread = new Thread(ThreadFunction)
초기가동시 AlarmList Clear
MTrsAutoManager.cs
MainTread = new Thread(MainThreadFunction)
상위Interlock,SideDoor,PLCAlarm,PLCDoor,AMPStatus,OP
SafetyThread = new Thread(SafetyThreadFunction)
PC<->PLC Heart Bit
UtilityThread = new Thread(UtilityThreadFunction)
Nothing
MonitoringThread = new Thread(MonitoringThreadFunction)
WriteData(Product),HeartBeat,PanelExist,
this.MMFUpdateThread = new Thread(MMFUpdateThreadFunction)
BeckOff,UpdateMPSMemory
◆
IsSimulationMode
VisionSimulation = new Thread(VisionThreadJob)
Vision Interface
MainLoadRobot = new Thread(LoaderRobotThreadJob)
Loading Robot와 Interface
MainUnloadRobot = new Thread(UnloadRobotThreadJob)
Unloading Robot와 Interface
MTrsCimManager.cs
MainThread = new Thread(ThreadFunction)
EQPStatus Update
FdcThread = new Thread(FdcThreadFunction)
FDC Item Update
MTrsArm1.cs MTrsArm2.cs MTrsArm3.cs
_Thread = new Thread(ThreadFunction)
MTrsStage1.cs MTrsStage2.cs MTrsStage3.cs
_Thread = new Thread(ThreadFunction)