User Tools

Site Tools


plc:how_to_add_mandatory_homing_after_emergency_button_and-or_servo_ready_alarm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
plc:how_to_add_mandatory_homing_after_emergency_button_and-or_servo_ready_alarm [2019/07/12 15:52] ivanplc:how_to_add_mandatory_homing_after_emergency_button_and-or_servo_ready_alarm [2019/09/05 13:24] (current) ivan
Line 3: Line 3:
 For many CNC applications, it's very important to have precise machine position all the time. The homing procedure should be done to find the correct machine position if any servo driver fault happens or if the Emergency button is pressed.  For many CNC applications, it's very important to have precise machine position all the time. The homing procedure should be done to find the correct machine position if any servo driver fault happens or if the Emergency button is pressed. 
  
-Mandatory Homing procedure handler can be implemented with **Software PLC**+Mandatory Homing procedure handler can be implemented with **Software PLC**
 + 
 +{{:plc:homing-handler-002.png}} 
 + 
 +**NOTE:** The homing procedure handler is OFF by default as it has the exit(99); line in the beginning of the program which immediately terminates the PLC as soon as it is started. In order to enable the homing procedure handler, add two forward slashes in front of the exit(99); line to comment it out so that the PLC can proceed uninterrupted: 
 + 
 +{{:plc:homing-handler-003-comment.png}}
  
 There are Homing flags situated in global variables 7391-7399 There are Homing flags situated in global variables 7391-7399
plc/how_to_add_mandatory_homing_after_emergency_button_and-or_servo_ready_alarm.1562961168.txt.gz · Last modified: 2019/07/12 15:52 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki