Need Help! Sharp CNC not going to start position


Results 1 to 3 of 3

Thread: Sharp CNC not going to start position

  1. #1
    Member adsVA83's Avatar
    Join Date
    Nov 2019
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default Sharp CNC not going to start position

    Hello all, i recently purchased a used Sharp SV-2412S and am in the process of getting it up and going. It has a Fanuc OI-MC control. I am having trouble with what i believe is the CAM program coming out of Fusion 360. I have a pretty simple program loaded and when I run the program the spindle just takes off from wherever it is "parked" towards the front of the table. It does not seem to reference the work offset position at all. If i jog the spindle to a different position and start the program, it just starts from that new "parked" spot. My absolute coordinates are reading correct based on the work offset, but the spindle location doesn't read anywhere remotely close to the x-y position of the program. My G54 00 (EXT) are all 0's like it should be.

    If i go to MDI mode and insert a simple program like below and hit cycle start, the spindle moves to the G54 work offset 0 and 1 inch above the stock.
    G54 ;
    G43 H01 ;
    G00 X0 Y0 Z1 ;

    I've posted the beginning of my G-Code, is there anything glaring such as work offset cancel that would be causing this? I come from hobby level Mach III so a fanuc control is new to me.

    %
    O1002 (HANDLE FACE)
    (T1 D=0.625 CR=0.02 - ZMIN=-0.5 - BULLNOSE END MILL)
    (T3 D=0.375 CR=0. - ZMIN=-0.6496 - FLAT END MILL)
    N10 G90 G94 G17 G49 G40 G80
    N15 G20
    N20 G28 G91 Z0.
    N25 G90

    (ADAPTIVE1)
    N30 T1 M06
    N35 T3
    N40 S7000 M03
    N45 G54
    N50 M08
    N55 G00 X-0.0638 Y-0.7156
    N60 G43 Z0.4 H01
    N65 G00 Z0.2
    N70 Z-0.375
    N75 G01 Z-0.4375 F145.
    N80 Y-0.7153 Z-0.4436
    N85 X-0.0635 Y-0.7145 Z-0.4497
    N90 X-0.0632 Y-0.713 Z-0.4556
    N95 X-0.0627 Y-0.711 Z-0.4614

    Similar Threads:


  2. #2
    Member dcoupar's Avatar
    Join Date
    Mar 2003
    Location
    USA
    Posts
    2932
    Downloads
    0
    Uploads
    0

    Default Re: Sharp CNC not going to start position

    Is it possible that T1M06 is calling a tool-change macro (O9001 or some such thing) which is causing these unexpected moves?



  3. #3
    Member
    Join Date
    May 2016
    Location
    United States
    Posts
    471
    Downloads
    0
    Uploads
    0

    Default Re: Sharp CNC not going to start position

    Hi ads,

    With the spindle part way down and the table sitting in any random position, what happens when you MDI T1M6? (Making sure the machine doesn't already think T1 is in the spindle) That would be of help to know.

    Can you see what the number of the active program is on the screen during a tool change? It may be 9001 like dcoupar said. If so, look in that program and see what's in it. If you don't see a 9000 series program in your directory you'll have to change a parameter to be able to see and/or modify it. Though on my i control I'm password protected out of some parameter changes. If you don't see any 9000 programs then the tool change is likely handled by the PMC, and there is little you can see or do about it.

    I don't see anything at the beginning of your code that should cause unplanned movement. Though try eliminating the G91G28Z0 in line 20 and see what happens. G28 moves typically have an intermediate position they go to on their way home to 0. Even though Z only goes up and down, it's worth a shot.

    FYI - you talk of the spindle movements that are essentially X Y position movements. For example I would juxtapose -spindle takes off towards the front of the table, to table takes off towards the rear of the machine. The spindle does not move laterally, the table does. The spindle only moves up and down. You're the first person I can think of that talks of this kind of stuff this way. I can get where you're coming from, but I'm thinking it's not the way a person should express themselves when talking machine movement. Maybe there are those that will strike me down on this. Guess we'll have to see.

    A couple pointers on the code generated by your post. There's not a lot of extra garbage like you see sometimes, but I do see other things.

    **********ORIGINAL***********

    N10 G90 G94 G17 G49 G40 G80
    N15 G20
    N20 G28 G91 Z0.
    N25 G90

    (ADAPTIVE1)
    N30 T1 M06
    N35 T3
    N40 S7000 M03
    N45 G54
    N50 M08
    N55 G00 X-0.0638 Y-0.7156
    N60 G43 Z0.4 H01
    N65 G00 Z0.2

    **********SUGGESTIONS*************

    T1 M06 (BULL NOSE/ADAPTIVE 1)________-Start with tool change and tool/process name.
    G17G20G40G49G54G80G90G94G98 ______-Why not all prep codes in one line?

    G00 X-0.638 Y-0.7256 ___________________-Move to start position while Z axis is home safe. (which your post did)
    G43 Z0.2 H01 S7000 M3 T3 ______________-Bring tool to clearance plain with length offset/Get spindle ramping up/Pre-stage carousel.
    M08 _________________________________-Coolant on when head is down at work and not high up spraying coolant who knows where.


    The rest is fine. 13 lines down to 5. Same machine actions. Same initial position. I'd also like to suggest eliminating line numbers. They're not at all needed, they take up memory, (Which with Fanuc can cost you dearly.) and clutter the screen. If you need line numbers here and there because of calls by subroutines and the like, just add as needed, but not every line as a staple. Some people put a line number in front of each tool change to search to, but you can down arrow search T5 just as easily as N5. If you're per-staging tools you have to do it twice, but we're still talking only a couple seconds of difference.

    My apologies for getting a little side tracked, just trying to help, but still... let us know what you come up with on your tool change problem.

    Dave

    Last edited by the_gentlegiant; 12-01-2019 at 01:44 PM. Reason: Edited positioning language line.


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

Sharp CNC not going to start position

Sharp CNC not going to start position