User Tools

Site Tools


mycnc:wireless_pendants

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
mycnc:wireless_pendants [2019/07/26 10:01] ivanmycnc:wireless_pendants [2019/07/26 10:43] ivan
Line 23: Line 23:
 | CNC Variable: Toggle |  | | CNC Variable: Toggle |  |
 | CNC Variable: Change | Writes the variable from the [[mycnc:global_variables|Global Variables list]], specified /VARIABLE (slash-and-variable-name) | | CNC Variable: Change | Writes the variable from the [[mycnc:global_variables|Global Variables list]], specified /VARIABLE (slash-and-variable-name) |
-| CNC Variable: Clear |  +| CNC Variable: Clear | Clears a global variable 
-| CNC Variable: Set |  |+| CNC Variable: Set | Command to set the variable |
 | CNC Variable: Assign |  | | CNC Variable: Assign |  |
 | File: Open | Open a file from the host computer (brings up the dialog window) | | File: Open | Open a file from the host computer (brings up the dialog window) |
Line 33: Line 33:
 | Hardware: Direct DAC Set |  | | Hardware: Direct DAC Set |  |
 | Hardware: Direct PWM Set |  | | Hardware: Direct PWM Set |  |
-| Hide: Custom Widget by name |  +| Hide: Custom Widget by name | Hide the custom widget 
-| Job: Play 1 line |  +| Job: Play 1 line | Run through a single command line (next line) 
-| Job: Play 1 line backwards |  |+| Job: Play 1 line backwards | Run through a single command line (previous line) |
 | Job: Back to path | Return back to the cutting path | | Job: Back to path | Return back to the cutting path |
-| Job: Skip forward |  +| Job: Skip forward | Move forward in the command program 
-| Job: Skip backward |  +| Job: Skip backward | Move backward in the command program 
-| Job: Skip forward 10 |  +| Job: Skip forward 10 | Skip 10 lines forward 
-| Job: Skip backward 10 |  |+| Job: Skip backward 10 | Skip 10 lines backward |
 | Jog: X- | Jog in the negative x-axis direction | | Jog: X- | Jog in the negative x-axis direction |
 | Jog: X+ | Jog in the positive x-axis direction | | Jog: X+ | Jog in the positive x-axis direction |
Line 55: Line 55:
 | Jog: Ctrl Clear |  | | Jog: Ctrl Clear |  |
 | Jog: Ctrl Toggle |  | | Jog: Ctrl Toggle |  |
-| Jog Override: inc |  +| Jog Override: inc | Increase the jog override 
-| Jog Override: dec |  +| Jog Override: dec | Decrease the jog override 
-| Key press |  +| Key press | Simulates a key press to be sent to the host computer 
-| Key release |  |+| Key release | Simulates a key release |
 | (Dlg)Key Press | Simulates a dialog key press, such as Shift, Enter, Delete, 0-9, etc | | (Dlg)Key Press | Simulates a dialog key press, such as Shift, Enter, Delete, 0-9, etc |
-| Move to toolpath |  |+| Move to toolpath | Move back to the toolpath |
 | Parking position: Save | Save the current position as the parking position | | Parking position: Save | Save the current position as the parking position |
 | Parking position: Move to | Move to the parking position | | Parking position: Move to | Move to the parking position |
 | Pendant: Axis (*) |  | | Pendant: Axis (*) |  |
 | Pendant: Mul (*) |  | | Pendant: Mul (*) |  |
-| Pendant: Wheel CW |  +| Pendant: Wheel CW | Record the input as wheel moving clockwise 
-| Pendant: Wheen CCW |  |+| Pendant: Wheel CCW | Record the input as wheel moving counter-clockwise |
 | Pendant: Mul increment |  | | Pendant: Mul increment |  |
 | Pendant: Mul decrement |  | | Pendant: Mul decrement |  |
 | Pendant: Axis change + |  | | Pendant: Axis change + |  |
 | Pendant: Axis change - |  | | Pendant: Axis change - |  |
-| Pendant0: x0.001-1 |  |+| Pendant0: x0.001-1 | Sets the increment for the machine movements which is controlled by the pendant |
 | Pendant0: Axis off |  | | Pendant0: Axis off |  |
-| Pendant0: Axis X-C |  +| Pendant0: Axis X-C | Sets the axis that the pendant will be sending commands to 
-| Pendant: Work coordinate Half |  +| Pendant: Work coordinate Half | Takes the pendant work coordinate (in the axis specified on the pendant) and halves it 
-| Pendant: Work coordinate Reset |  |+| Pendant: Work coordinate Reset | Resets the work coordinate specified in the pendant axis |
 | PLC: Run procedure | Run a PLC procedure | | PLC: Run procedure | Run a PLC procedure |
-| PLC: Run external unit procedure |  |+| PLC: Run external unit procedure | Run a PLC procedure on a slave controller. The syntax for the command will be as follows: controller number / command / variable (for example, 0x01/M74/#7009) |
 | Run Numpad |  | | Run Numpad |  |
-| Show: Pendant control widget |  |+| Show: Pendant control widget | Brings up the pendant control widget in the myCNC software |
 | Select axis | Select the particular axis | | Select axis | Select the particular axis |
 | Show: Widget | Shows a particular widget, such as Library Shape, Diagnostics, Config, etc | | Show: Widget | Shows a particular widget, such as Library Shape, Diagnostics, Config, etc |
 | Feed overdrive: inc | Increase the feed overdrive | | Feed overdrive: inc | Increase the feed overdrive |
 | Feed overdrive: dec | Decrease the feed overdrive | | Feed overdrive: dec | Decrease the feed overdrive |
-| Feed overdrive: Set % |  |+| Feed overdrive: Set % | Set the feed overdrive as a percentage of the default (100%) |
 | Spindle Speed: inc | Increase the current spindle speed | | Spindle Speed: inc | Increase the current spindle speed |
 | Spindle Speed: dec | Decrease the current spindle speed | | Spindle Speed: dec | Decrease the current spindle speed |
-| Spindle Speed: set | Set the spindle speed |+| Spindle Speed: set | Set the current spindle speed |
 | Tie Toolpath Position to current work position |  | | Tie Toolpath Position to current work position |  |
 | Toggle Machine/Work DRO (if applicable) |  | | Toggle Machine/Work DRO (if applicable) |  |
Line 98: Line 98:
 | Toggle Constant Velocity on/off | CV (constant velocity) is described in [[mycnc:constant_velocity_mode_cv|MyCNC Constant Velocity Mode (CV)]] manual | | Toggle Constant Velocity on/off | CV (constant velocity) is described in [[mycnc:constant_velocity_mode_cv|MyCNC Constant Velocity Mode (CV)]] manual |
 | Toggle Virtual Keyboard | Brings up the virtual keyboard up on the screen, or hides it if already present | | Toggle Virtual Keyboard | Brings up the virtual keyboard up on the screen, or hides it if already present |
-| Toggle: custom widget by name |  |+| Toggle: custom widget by name | Specifies a custom widget to bring up on the screen (or close it if already displayed). The syntax for this will be as follows:  |
 | View: Zoom In | Zoom in on the control program visualization | | View: Zoom In | Zoom in on the control program visualization |
 | View: Zoom Out | Zoom out on the control program visualization | | View: Zoom Out | Zoom out on the control program visualization |
 | View: Fit to window | Fit the entire visualization into the window | | View: Fit to window | Fit the entire visualization into the window |
-| Work coordinate: Set | Set the work coordinate | +| Work coordinate: Set | Set the work coordinate (using the specified user panel axis) 
-| Work coordinate: Reset | Reset the work coordinate | +| Work coordinate: Reset | Reset the work coordinate (from user panel) 
-| Work Coordinate: 1/2 | Half the work coordinate |+| Work Coordinate: 1/2 | Half the work coordinate (from user panel) |
mycnc/wireless_pendants.txt · Last modified: 2022/08/19 15:22 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki