586,266 active members*
3,942 visitors online*
Register for free
Login
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2008
    Posts
    228

    2.5D and Command Line Messages

    I have a manual Z on my mill and need to come up with some sort of macro that will feed hold, tell me what Z depth to goto, I then press continue and away we go.

    I can figure out how to feed hold but not how to display messages on the ticker or in a message box.

    NOTE: Im looking for an all gcode solution so no VB macros are allowed...

  2. #2
    Join Date
    Jan 2007
    Posts
    333
    Many CNC controls allow uppercase text to be displayed as long as they are in parenthesis in the program. Not sure about your control, try putting some words in parenthesis in your G-code program and see if they display on your CNC control when you run the program.

  3. #3
    Join Date
    Nov 2008
    Posts
    228
    I should mention im using Mach 3... I currently have this:

    M0 (Down)
    G01 X-0.13 Y1.28
    M0 (UP)
    G00 X1.63 Y1.10
    M0 (Down)
    G01 X1.13 Y1.10
    M0 (Up)
    G00 X1.63 Y0.93

    I did this using some console searching regular expressions to insert Down Before G01 and Up afterwords but the wording in brackets id displayed in the status bar even if im 10 lines away from that particular command.

    I remember seeing a thread about displaying messages in Mach with something like M00 msgbox(Down) or something but I cant find it.

Similar Threads

  1. HOW DO I PUT MESSAGES TO THE OPERATOR
    By Capteod in forum Mach Wizards, Macros, & Addons
    Replies: 6
    Last Post: 08-14-2009, 05:51 PM
  2. Sketch Line command V22 ?
    By hall6ppc in forum BobCad-Cam
    Replies: 4
    Last Post: 12-11-2008, 01:20 AM
  3. command line control
    By wjfiles in forum Mechanical Calculations/Engineering Design
    Replies: 2
    Last Post: 06-04-2006, 01:11 PM
  4. Line command
    By cncadmin in forum Uncategorised CAM Discussion
    Replies: 4
    Last Post: 06-26-2003, 08:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •