Displaying variable values onscreen? - Page 2


Page 2 of 2 FirstFirst 12
Results 21 to 29 of 29

Thread: Displaying variable values onscreen?

  1. #21

    Default Re: Displaying variable values onscreen?

    Damn, you beat me to it! I was going to post yesterday that I found a way to display the info, in the timers box. It's not a pop up message, but it works well. I actually kind of like it better, because it stays on the screen.

    Attached Thumbnails Attached Thumbnails Displaying variable values onscreen?-img_5698-jpg  


  2. #22
    Registered
    Join Date
    Nov 2007
    Location
    South Africa
    Posts
    45
    Downloads
    0
    Uploads
    0

    Default Re: Displaying variable values onscreen?

    Hi everyone - old thread, but hopefully I can get some guidance with a probe measuring issue as I have searched the internet but have not found anything useful relating to Haas part measuring with a probe.

    I used to use a parametric measuring pgm on a Heidenhain iTNC533 controller running a DMG 5 axis years ago as I had to supply a part tolerance printout for our UK customer. I found it very easy to do this with a Heidenhain controller, but now I'm teaching on Haas controllers and not familiar with the more advanced functions (if any) - just wondered if it's possible to measure a part after milling with the probe by specifying a XYZ coordinate to goto and probe that position - then display it or save it in a pgm?

    So basically what I want to do is write a positional pgm, the probe would then goto those XYZ coordinates and probe - then save it somewhere or display it like the Heidenhain can.

    the Haas 3 axis cnc mill is equipped with a wireless renishaw probe system.

    any ideas or sites I can go to for more information.

    thanks



  3. #23
    Member
    Join Date
    May 2013
    Location
    US
    Posts
    142
    Downloads
    0
    Uploads
    0

    Default Re: Displaying variable values onscreen?

    The renishaw manual is here
    https://diy.haascnc.com/sites/defaul..._6222_0A_B.PDF

    and this video shows you how to display variables on screen
    https://diy.haascnc.com/videos/totd-...reen#gsc.tab=0



  4. #24
    Registered
    Join Date
    Apr 2005
    Location
    Paradise, Ca, USA
    Posts
    713
    Downloads
    0
    Uploads
    0

    Default Re: Displaying variable values onscreen?

    Quote Originally Posted by anilam View Post
    just wondered if it's possible to measure a part after milling with the probe by specifying a XYZ coordinate to goto and probe that position - then display it or save it in a pgm?
    Yes and no. You can go to a position and probe, then store the results of size and location in macro variables manually. However you can not display those variables on screen unless you have a next generation control. If you're on an older control, you'll have to go to the variable page and look them up, or maybe you can Dprint them. I have no experience with dprint though.

    Quote Originally Posted by Billetgrip View Post
    and this video shows you how to display variables on screen
    https://diy.haascnc.com/videos/totd-...reen#gsc.tab=0
    Next gen control only, this is not an option on older controls.



  5. #25
    Registered
    Join Date
    Nov 2007
    Location
    South Africa
    Posts
    45
    Downloads
    0
    Uploads
    0

    Default Re: Displaying variable values onscreen?

    Quote Originally Posted by Billetgrip View Post
    The renishaw manual is here
    https://diy.haascnc.com/sites/defaul..._6222_0A_B.PDF

    and this video shows you how to display variables on screen
    https://diy.haascnc.com/videos/totd-...reen#gsc.tab=0
    Quote Originally Posted by Matt@RFR View Post
    Yes and no. You can go to a position and probe, then store the results of size and location in macro variables manually. However you can not display those variables on screen unless you have a next generation control. If you're on an older control, you'll have to go to the variable page and look them up, or maybe you can Dprint them. I have no experience with dprint though.

    Next gen control only, this is not an option on older controls.

    thanks for info.

    sadly they are not that advanced as the Heidenhain controller - Haas sponsors our training college with cnc machines and the controllers are just the basic kind.

    P.S

    would it be possible to save the XYZ values in MDI?



  6. #26
    Member
    Join Date
    May 2013
    Location
    US
    Posts
    142
    Downloads
    0
    Uploads
    0

    Default Re: Displaying variable values onscreen?

    Quote Originally Posted by Matt@RFR View Post
    Next gen control only, this is not an option on older controls.
    It works on my nonNGC Haas. The posted video is even using a nonNGC machine.



  7. #27
    Registered
    Join Date
    Apr 2005
    Location
    Paradise, Ca, USA
    Posts
    713
    Downloads
    0
    Uploads
    0

    Default Re: Displaying variable values onscreen?

    Quote Originally Posted by Billetgrip View Post
    It works on my nonNGC Haas. The posted video is even using a nonNGC machine.
    Thanks for the correction. I think I'm lumping anything 2010 (right?) and up as NGC. I only have experience with up to 2007.



  8. #28
    janger's Avatar
    Join Date
    Sep 2020
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default Re: Displaying variable values onscreen?

    Old thread now but still relevant. The video referenced above has been moved - the title is "Get the Information that you need by customizing your Haas Control Home Screen" and it's currently located at https://www.haascnc.com/myhaas/Haas_...Resources.html

    In the video Mark describes how to go to the screen button CURRENT COMMANDS -> Timers and Counters
    and then set the macro variable label #1 &#2. You can also display a variable value eg macro variable #1 or just a number in the macro variable field. This is then shown to the user as shown in message #21 above. This is described in my manual in section 6.13.4 Display Macro Variables in the Timers And Counters Window. There is no obvious way to programmatically set these display fields so you have to go in to this window and set them manually.

    Another possibility is the setting the variable #3006=(user displayed message) but still there seems to be no way to show the value of a variable in this way.

    Finally DPRNT does seem to be the only way to output a number of text messages and variable values which go to a file. On newer machines another command M130 can display long files and mixed media - it may be possible to create a file with DPRNT and then display the file on the machine with M130 - I am going to try that. Otherwise it seems the file you generate with DPRNT will have to copied or viewed from outside the machine. e.g. open the shared haas directory from your computer and view the file there.



  9. #29
    Member RobertNG's Avatar
    Join Date
    Oct 2021
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default Re: Displaying variable values onscreen?

    Quote Originally Posted by Machineit View Post
    Six year old thread!
    And ??? What's your point? That anyone interested in this subject should be null and void? Should not be answered ? should be ignored???

    This is one of the reasons why I hate forums. So much immaturity.



  10. #30
    Member
    Join Date
    Aug 2009
    Location
    usa
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default Re: Displaying variable values onscreen?

    Quote Originally Posted by RobertNG View Post
    And ??? What's your point? That anyone interested in this subject should be null and void? Should not be answered ? should be ignored???

    This is one of the reasons why I hate forums. So much immaturity.
    G0 G90 G53 X#101 (VARIABLES SET BY PROBING MACRO)
    M0 (***MACHINE X IS DIAMETER***)
    G0 G90 G53 Y#102
    M0 (***MACHINE Y IS HEIGHT***)

    Makes this a little user friendly.



Page 2 of 2 FirstFirst 12

Tags for this Thread

Posting Permissions

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


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

Displaying variable values onscreen?

Displaying variable values onscreen?