585,975 active members*
4,402 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Haas Machines > Haas Mills > Mcodes for Pallet Recognition
Results 1 to 6 of 6
  1. #1
    Join Date
    May 2009
    Posts
    3

    Question Mcodes for Pallet Recognition

    I am new into my position here as Engineering Manager and I haven't used haas Horizontals in a while. But we have an EC400 and an HS1 HMCs and I think there are M-codes for pallet recognition to insure the right pallet is in the machine.

    Can anyone outthere let me know what they are so I can see if they work on my machines?

    thanks

  2. #2
    Join Date
    Feb 2008
    Posts
    183
    m48 is what your looking for,it validates your program with the pallet.
    Just push the button,what's the worst that could happen.

  3. #3
    Join Date
    May 2009
    Posts
    3
    What does the M48 do to verify?

    In other machines the M-code checks for pallet 1 and if incorrect alarms or sits until corrected.

  4. #4
    Join Date
    Nov 2007
    Posts
    188

    pallets

    This how I check for pallets on our Haas Mll the Q22 is a discret output M96 checks the vaule of Q the P is a block number in my program #3000=901 puts the alarm wrong pallet on the screen to alert operator the N1101 line is to check for pallet 1 the N2101 line is to check for pallet 2



    N1101 M96 Q22 P9001 (WRONG PALLET ALARM)

    (PALLET #1 ALARM STATEMENT)
    N9001 #3000= 901 (WRONG PALLET)



    N2101 M96 Q23 P9002 (WRONG PALLET ALARM)

    (PALLET #2 ALARM STATEMENT)
    N9002 #3000= 902 (WRONG PALLET)

  5. #5
    Join Date
    May 2009
    Posts
    3
    I tried the M48 with the following program:

    G0G91Z0;
    M50;
    M3S1000;
    M5;
    M48;
    M3S1000;
    M5;
    M30;
    I turned the spindle on and off just to show motion before and after the M48. For each pallet the alarm came up the same.
    "APC-ILLEGAL NESTING G188 OR M48"

  6. #6
    Join Date
    Feb 2008
    Posts
    183
    Did you put your program number in the Pallet Schedule Table ? If not I think thats why you got "APC-ILLEGAL NESTING G188 OR M48".
    I have to admit I have only played around with that once,but it did work that way.All the parts we've been running since we got the new machine ive been writing just one program for both pallets,they run for hours so it works fine.
    Just push the button,what's the worst that could happen.

Similar Threads

  1. Text recognition
    By jodybo in forum Bridgeport / Hardinge Mills
    Replies: 3
    Last Post: 01-05-2009, 07:38 PM
  2. Replies: 0
    Last Post: 02-19-2008, 01:01 PM
  3. Change recognition: New solid in wrong place
    By cncuser1 in forum Mastercam
    Replies: 1
    Last Post: 12-27-2007, 01:26 AM
  4. MCodes & Slow Down etc
    By matthewd in forum CNC (Mill / Lathe) Control Software (NC)
    Replies: 7
    Last Post: 01-15-2007, 04:37 AM
  5. SmartLister with CNC feature recognition
    By DaveW in forum News Announcements
    Replies: 0
    Last Post: 05-16-2006, 01:31 AM

Posting Permissions

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