User Tools

Site Tools


quickstart:mycnc-quick-start:start-stop-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
quickstart:mycnc-quick-start:start-stop-setup [2019/08/12 10:55] ivanquickstart:mycnc-quick-start:start-stop-setup [2022/11/30 16:20] (current) ivan
Line 1: Line 1:
 =====Start/Stop Setup===== =====Start/Stop Setup=====
 +
 +//Additional information on Program Stop and the associated PLC procedures is available here: [[mycnc:stop_end_program|Stop/End program button commands]].// 
  
 This article is designed to introduce the reader to the basic setup process of the Start/Stop procedure in myCNC settings. This article is designed to introduce the reader to the basic setup process of the Start/Stop procedure in myCNC settings.
 +
 +{{youtube>gg-SuVMZSIY?large}}
  
 Upon opening **CNC Settings > Preferences > Start/Stop**, the following screen is presented to the user: Upon opening **CNC Settings > Preferences > Start/Stop**, the following screen is presented to the user:
Line 43: Line 47:
  
 {{:quickstart:mycnc-quick-start:start-stop-006-different-config.jpg}} {{:quickstart:mycnc-quick-start:start-stop-006-different-config.jpg}}
 +
 +
 +====Additional Notes====
 +
 +Start/stop can be performed via the 0xffffff (Stop) and 0xfffffe (Start) commands. For instance, 
 +
 +<code>gvarset(0xffffff,1); //Stop Program</code>
 +
 +This can be used in procedures such as the HOMING_HANDLER Software PLC. 
 +
 +Additionally, the following global variables can be used: 
 +
 +| GVAR_EXT_REFRESH_NC | 100001 | refresh nc program |
 +| GVAR_EXT_PLAYER_PLAY | 100002 | play |
 +| GVAR_EXT_RESET_NC | 100003 | reset nc program |
 +
 +====Pause====
 +
 +As of December 2022, the myCNC firmware features the Pause functionality. This allows to:
 +  * Adjust the Overspeed % to 0 (complete stop)
 +  * Use the Pause button - ''action="player-pause"'' for pause/start
 +
 +As opposed to the **Stop** button, which stop the program followed by the ability to start from the stop point, **Pause** is a smooth decrease in speed to zero without stopping the program execution. Essentially, the **Pause** brings the base frequency to a halt. When the frequency is brought back up, the process continues. This makes the **Pause** resemble a "sleep" mode. 
  
quickstart/mycnc-quick-start/start-stop-setup.txt · Last modified: 2022/11/30 16:20 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki