Haas Visual Quick Code (VQC)


Page 1 of 2 12 LastLast
Results 1 to 20 of 30

Thread: Haas Visual Quick Code (VQC)

  1. #1
    Registered
    Join Date
    Nov 2004
    Location
    USA
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default Haas Visual Quick Code (VQC)

    Hello,
    Lets see if we can get something going here for ideas on templates for VQC.
    It would be neat if we could even exchange templates. Lets hear how you have modified VQC program.

    Have a great day!!!!

    Similar Threads:


  2. #2
    Member
    Join Date
    Apr 2003
    Location
    Ohio, USA
    Posts
    1873
    Downloads
    1
    Uploads
    0

    Default

    ethal68 -
    I have never used this feature so I am very interested in seeing how this may be used as well.

    I wish I had some useful input for users of VQC.

    Ken



  3. #3
    Registered WOLOG's Avatar
    Join Date
    Oct 2003
    Location
    HOUMA,LA
    Posts
    352
    Downloads
    0
    Uploads
    0

    Default

    I have an "04 VF-5/50 with all the bells and whistles. I have downloaded the Haas VQC software from the website; however, I have not taken the time to play with it much. I want to set up some templates for my probe more than anything. I will try to start going through it this afternoon. Hopefully I will lhave something good to share in a day or two.



  4. #4
    Member WayneHill's Avatar
    Join Date
    Mar 2004
    Location
    Michigan
    Posts
    761
    Downloads
    0
    Uploads
    0

    Default

    There is a freeware version of CNC Quick Code for the HAAS at:

    http://www.machinist-toolbox.com/qcode.htm

    It has more features than the one from HAAS.



  5. #5
    Registered dmealer's Avatar
    Join Date
    Oct 2004
    Location
    USA
    Posts
    116
    Downloads
    0
    Uploads
    0

    Default

    Hi guys,

    I used VQC on a tool room mill a few years ago. The only thing I ever did was simple hole patterns. But it did work very well. It only took a few min to produce a lot of holes.

    Dalen



  6. #6
    Member
    Join Date
    Jun 2005
    Location
    Australia
    Posts
    116
    Downloads
    0
    Uploads
    0

    Default Haas VQC

    Hi
    We use VQC on our Haas VF3 just about every day we find it has taught a lot about G code with out the hard study this has also helped with a lathe.
    Have not learnt how to add to VQS yet but this is the next step. i hope to learn from this thread.
    Best Regards
    Burgs



  7. #7
    Registered
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    14
    Downloads
    0
    Uploads
    0

    Default

    Since nothing on VQC has been posted in here except good intentions and interest to learn, I thought I'd post a segment from an older manual for creating/customizing VQC templetes. I'll post more as I have time.

    Attached Thumbnails Attached Thumbnails Haas Visual Quick Code (VQC)-mill_vqc-1-pdf  


  8. #8
    Member
    Join Date
    Nov 2005
    Location
    USA
    Posts
    196
    Downloads
    0
    Uploads
    0

    Thumbs up

    I was able to add a VQC template to our Haas SL-40 lathe. I'll be glad to lend a hand if anyone wants to give it a try.



  9. #9
    Registered
    Join Date
    Nov 2005
    Location
    USA
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default

    Hello Everyone, I will try and answer any question regarding the workings of VQC.



  10. #10
    Registered
    Join Date
    Feb 2006
    Location
    USA
    Posts
    22
    Downloads
    0
    Uploads
    0

    Question Probe

    has anyone ever used haas for probing coordinates
    and if so how well did it work.
    thanks
    bob m



  11. #11
    Member deanrach's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    95
    Downloads
    0
    Uploads
    0

    Default

    We have two MiniMills at the Community College. One is equipped with a Renishaw OMP40 work probe. We use it extensively for setup (establishing or updating work offsets) as well as in-process inspection. As for reverse engineering, I think a CMM is better suited.

    All of the probe calibration cycles as well as measuring cycles are done using Renishaw's Inspection Plus macros, which are loaded into the HAAS controller as part of the optional package. Programming is very easy and output to a PC for data collection or inspection report is extremely user friendly.

    If you would like sample code, let me know and I will post it.



  12. #12
    Registered
    Join Date
    May 2006
    Location
    USA
    Posts
    4
    Downloads
    0
    Uploads
    0

    Thumbs up Bill T.

    Quote Originally Posted by MIDDEN300
    has anyone ever used haas for probing coordinates
    and if so how well did it work.
    thanks
    bob m
    Bob,
    I just purchase one on my new haas mill and it really is sweet for setting tools and you don't need to use an end finder any more or an indicator for finding the center . I haven't used it long so I don't know how well it will work over the long haul but right now I really like it. I leave it in the tool changer and call on it when I need it.
    Bill T.



  13. #13
    Registered
    Join Date
    Jun 2006
    Location
    usa
    Posts
    11
    Downloads
    0
    Uploads
    0

    Default

    i have done very little inspection work with our probe and have had some succes using it. i was looking for some help on saving multable probe data in a variable and then printing all the recorded data in one (w) print cycle any info would be helpful



  14. #14
    Registered
    Join Date
    Mar 2005
    Location
    USA
    Posts
    1498
    Downloads
    0
    Uploads
    0

    Default

    060630-0652 EST USA

    carguy001:

    Your question would probably get more attention under HAAS in its own thread instead of under VQC.

    Why do you want to dump all the data at once?

    If you send many DPRNT statements at one time your can overflow the HAAS output buffer, even at 115.2 kbaud. It is better to spread these in time. Also if you have a large number of data points you might have a shortage of available variables. Using a large number of variables creates a management or definition problem.

    .



  15. #15
    Registered
    Join Date
    Jun 2006
    Location
    usa
    Posts
    11
    Downloads
    0
    Uploads
    0

    Default

    thanks gar i will put something in the haas thread but do you know how to store the data to a variable and then print from the variable


    thanks again



  16. #16
    Registered
    Join Date
    Mar 2005
    Location
    USA
    Posts
    1498
    Downloads
    0
    Uploads
    0

    Default

    060630-0747 EST USA

    carguy001:

    Assume the X-axis value you want to output is in variable #501, then the following statement will output whatever is in #501:

    DPRNT [ X#501[24] ---- 501 VALUE.]

    If #501 contained 4.7641, then the resultant printed output would be
    X 4.7641 ---- 501 VALUE.

    .



  17. #17
    Registered
    Join Date
    Jun 2006
    Location
    usa
    Posts
    11
    Downloads
    0
    Uploads
    0

    Default

    thanks gar

    i will play around with this a little bit and see what happens i look at your other posts and think that will also help



  18. #18
    Registered
    Join Date
    Oct 2006
    Location
    USA
    Posts
    36
    Downloads
    0
    Uploads
    0

    Default

    Why don't they have a Square pocket milling VQC template?



  19. #19
    Registered
    Join Date
    May 2006
    Location
    USA
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default

    Is that not called frame milling.



  20. #20
    Registered
    Join Date
    Oct 2006
    Location
    USA
    Posts
    36
    Downloads
    0
    Uploads
    0

    Default

    Hmmmm I don't know. I don't remember seeing frame milling in the menu selections either. I'll have to look tomorrow



Page 1 of 2 12 LastLast

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

Haas Visual Quick Code (VQC)

Haas Visual Quick Code (VQC)