[Home]History of EMCTask

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org

Revision 4 . . November 17, 2006 5:31 am by Xuecheng
Revision 3 . . November 17, 2006 4:03 am by Xuecheng [This page is devoted to describe how the EMCTask works.]
  

Difference (from prior major revision) (no other diffs)

Changed: 3c3
Basically, EMCTask is a coordinating module, which lies under GUI and above EMCMOT and EMCIO in the hierarch of EMC. It receives the commands from the opertor through GUI, monitors the status of subordinate modules (EMCMOT and EMCIO), analyzes the commands based on the current situations, and calls funcitons either within EMCTask itself or dispatchs commands down to its subordinate modules(EMCMOT or EMCIO). In the four modules of EMC, only EMCMOT is a realtime module. The other three,i.e. EMCTask,EMCMOT and GUI, are non-realtime modules. The communications between non-realtime modules are implemented by NML channels, and the communications between the realtime module (EMCMOT) and the non-realtime module (EMCTask) is implemented by shared memory.
Basically, EMCTask is a coordinating module, which lies under GUI and above EMCMOT and EMCIO in the hierarch of EMC. It receives the commands from the operator through GUI, monitors the status of subordinate modules (EMCMOT and EMCIO), analyzes the commands based on the current situations, and calls funcitons either within EMCTask itself or dispatchs commands down to its subordinate modules(EMCMOT or EMCIO). In the four modules of EMC, only EMCMOT is a realtime module. The other three,i.e. EMCTask,EMCMOT and GUI, are non-realtime modules. The communications between non-realtime modules are implemented by NML channels, and the communications between the realtime module (EMCMOT) and the non-realtime module (EMCTask) is implemented by shared memory.

LinuxCNCKnowledgeBase | RecentChanges | PageIndex | Preferences | LinuxCNC.org
Search:
Published under a Creative Commons License