User Tools

Site Tools


quickstart:mycnc-quick-start:homing_setup

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
quickstart:mycnc-quick-start:homing_setup [2019/06/07 13:47] ivanquickstart:mycnc-quick-start:homing_setup [2019/06/07 14:01] ivan
Line 5: Line 5:
 In order to set up the homing procedure, do the following: In order to set up the homing procedure, do the following:
  
-1. Go to **CNC Settings > Config > Macro List > M138**, and comment out the axes and commands which are not required for your particular setup by adding **;** in front of the commands, as shown in the screenshot below. For the configuration used in this example, the machine uses three axes (x, y and z), so the a-axis is not required. +1. Go to **CNC Settings > Config > Macro List > M138**, and comment out the axes and commands which are not required for your particular setup by adding **;** in front of the commands, as shown in the screenshot below. For the configuration used in this example, the machine uses three axes (x, y and z), so the a-axis is not required, as well as the commands in the first half of the macro
 {{:quickstart:mycnc-quick-start:qs-homing-003.png}} {{:quickstart:mycnc-quick-start:qs-homing-003.png}}
  
Line 24: Line 24:
 {{:quickstart:mycnc-quick-start:qs-homing-001.png}} {{:quickstart:mycnc-quick-start:qs-homing-001.png}}
  
-3. Select the **Homing direction** for the machine. This is selected depending on where your sensor is located in relation to the working bit of the machine. If the machine will have to move in the negative x, y or z direction to find it, select **-**, if it will have to move in the positive x, y or z direction then select **+**.+3. Select the **Homing direction** for the machine. This is selected depending on where your sensor is located in relation to the working bit of the machine. If the machine will have to move in the negative x, y or z direction to find it, select **-**. If the machine will have to move in the positive x, y or z directionselect **+**.
 {{:quickstart:mycnc-quick-start:qs-homing-002.png}} {{:quickstart:mycnc-quick-start:qs-homing-002.png}}
  
-4. Select your sensor number (depending on where you have connected it) and its type (normally opened or normally closed). +4. Select your sensor number (depending on how you have connected it) and its type (normally opened or normally closed). 
 {{:quickstart:mycnc-quick-start:qs-homing-004.png}} {{:quickstart:mycnc-quick-start:qs-homing-004.png}}
  
-Note that the normally opened or normally closed does not depend on the particular sensor you are using, but rather on the way it has been set up in myCNC software. In case of this example, Sensor 5 is used, with it being normally opened as can be seen in the System Diagnostics window:+Note that the normally opened or normally closed does not depend on the particular sensor or sensor type you are using, but rather on the way it has been set up in myCNC software. In case of this example, Sensor 5 is used, with it being normally opened as can be seen in the System Diagnostics window:
 {{:quickstart:mycnc-quick-start:qs-homing-005.png}} {{:quickstart:mycnc-quick-start:qs-homing-005.png}}
  
 {{:quickstart:mycnc-quick-start:qs-homing-006.png}} {{:quickstart:mycnc-quick-start:qs-homing-006.png}}
  
-As can be seen from the System Diagnostics window, Sensor 5 is normally open as the indicator light is not on. However, that behaviour can be inverted in **CNC Settings > Config > Hardware > Common Hardware Settings**, so it is always recommended to check the System Diagnostics window to find out how the normal behaviour of the sensor has been set up. +As can be seen from the System Diagnostics window, Sensor 5 is normally open as the indicator light is not on. However, that behaviour can be inverted in **CNC Settings > Config > Hardware > Common Hardware Settings**, so it is always recommended to check the System Diagnostics window to find out what the normal behaviour of the sensor has been set up as
  
 5. Choose your Limits behaviour in the **Ignore Limits** field. Set the checkmark to ON if the sensor you are using for homing is the same as the one you are using for your limits (most common case), and set it to OFF if you are using multiple sensors.  5. Choose your Limits behaviour in the **Ignore Limits** field. Set the checkmark to ON if the sensor you are using for homing is the same as the one you are using for your limits (most common case), and set it to OFF if you are using multiple sensors. 
 {{:quickstart:mycnc-quick-start:qs-homing-007.png}} {{:quickstart:mycnc-quick-start:qs-homing-007.png}}
  
-6. The **Soft Stop** setting allows for a gradual stop after the sensor has been passed (especially useful with optical sensors). It is highly beneficial to use the soft stop setting in order to not damage the machine moving at a high homing speed that's coming to an abrupt stop. +6. The **Soft Stop** setting allows for a gradual stop after the sensor has been passed (especially useful with optical sensors). It is highly beneficial to use the soft stop setting in order to not damage the machine moving at a high homing speed that's coming to an abrupt stop due to triggering the sensor
 {{:quickstart:mycnc-quick-start:qs-homing-008.png}} {{:quickstart:mycnc-quick-start:qs-homing-008.png}}
  
-The Soft Stop time being specified in **CNC Settings > Config > Preferences > Start/Stop**. Note that there must be some clearing after the sensor as to allow for the Soft Stop to take place without crashing into an obstacle (such as a wall). +The Soft Stop time can be specified in **CNC Settings > Config > Preferences > Start/Stop**. Note that there must be some clearing after the sensor has been passed, as to allow for the Soft Stop to take place without crashing into an obstacle (such as a wall). 
 {{:quickstart:mycnc-quick-start:qs-homing-009.png}} {{:quickstart:mycnc-quick-start:qs-homing-009.png}}
  
-7. The Distance to Home Sensor has to be set up to be slightly higher than the maximum length that the working piece will have to travel to find the homing sensor.+7. The Distance to Home Sensor has to be set up to be slightly higher than the maximum length that the working piece will have to travel to find the homing sensor. This depends on the particular size of your machine
 {{:quickstart:mycnc-quick-start:qs-homing-010.png}} {{:quickstart:mycnc-quick-start:qs-homing-010.png}}
  
-8. It is sometimes desirable to set the homing position to be slightly further away from the edge at which the sensor is located. Using the Gap setting, the user can add a gap between the sensor position and the new software Home position (5 mm in case of this example). The Gap Speed will describe the speed with which the machine moves between the sensor and the gap end:+8. It is sometimes desirable to set the homing position to be slightly further away from the edge at which the sensor is located, so that the Home position is not right at the very edge of the working space. Using the Gap setting, the user can add a gap between the sensor position and the new software Home position (5 mm in case of this example). The Gap Speed will describe the speed with which the machine moves between the sensor (located at the edge) and the gap end (located closer to the centre):
 {{:quickstart:mycnc-quick-start:qs-homing-011.png}} {{:quickstart:mycnc-quick-start:qs-homing-011.png}}
  
-9. The **Speed** field specifies the speed at which the machine is moving during its initial movement towards the sensor. After the machine triggers the sensor, it starts to move back in order to find the precise spot at which the sensor has been triggered, at the **Slow Speed**+9. The **Speed** field specifies the speed at which the machine is moving during its initial movement towards the sensor. After the machine triggers the sensor, it starts to move back in order to find the precise spot at which the sensor has been triggered, at the **Slow Speed**.
 {{:quickstart:mycnc-quick-start:qs-homing-012.png}} {{:quickstart:mycnc-quick-start:qs-homing-012.png}}
  
Line 82: Line 82:
 {{:quickstart:mycnc-quick-start:qs-homing-016.png}} {{:quickstart:mycnc-quick-start:qs-homing-016.png}}
  
-1. Set the checkmark to ON for the **Encoder Index/Z Home Detection**+1. Set the checkmark to ON for the **Encoder Index/Z Home Detection** in order to use this setting.
  
 2. As with the sensor from Step 4 of the regular procedure, set your sensor number and its normal behaviour.  2. As with the sensor from Step 4 of the regular procedure, set your sensor number and its normal behaviour. 
  
-3. Set the **Distance to Encoder Z Sensor** (usually used on Linear Encoders). This is useful when a linear encoder is located a fair distance away, and is set to be slightly smaller (on the scale of nearly a millimeter) than the actual distance to the encoder. This setting is not necessary, however it does allow the user to lower the required time on the Encoder Z Home Detection. +3. Set the **Distance to Encoder Z Sensor** (usually used on Linear Encoders). This is useful when a linear encoder is located some distance away from the sensor, and is set to be slightly smaller (on the scale of nearly a millimeter) than the actual distance to the encoder. This setting is not necessary, however it does allow the user to lower the required time that the machine spends on the Encoder Z Home Detection. 
  
quickstart/mycnc-quick-start/homing_setup.txt · Last modified: 2022/10/21 13:54 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki