585,764 active members*
4,144 visitors online*
Register for free
Login

Search:

Type: Posts; User: TommyCNCGuy

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,072

    UG NX 9 3D toolpath simulation

    Hi guys,

    I have a question on the 3D simulation for a lathe tool path in UG NX 9 CAM.

    I created a few operations for turning a part. I had originally set my machine coordinate system for the...
  2. Re: G116 Sub that will output tool cutting times

    It was previously written. I was examining and rewriting certain parts to achieve better cycle times with newer tools and grades, this post was about time trials which worked well



    Correct, 1...
  3. Re: G116 Sub that will output tool cutting times

    I wish I could put it in a CAM system and analyze times, but not possible. It is old code that I am in a "continuous improvement" project on.

    All 50 machines are the same with the same OSP 200...
  4. Re: G116 Sub that will output tool cutting times

    It ouputs something similar to this

    START CYCLE 913043.38 MIN
    BETWEEN CYCLES=-38.466667
    TOOL = 6 - CUT TIME= 0.0666667 MIN
    TOOL = 25 - CUT TIME= 3.3666667 MIN
    TOOL = 10 - CUT TIME= ...
  5. Re: Citizen M3-32 programs - allowable comments?

    Thanks for the code snippet. I figured out what the issue was, I had the comments below my first line before the $1 and this was most likely why I was getting my troubles. I also noticed that it...
  6. Citizen M3-32 programs - allowable comments?

    Hello,

    I have a question on the amount of allowable comments in a Citizen M32 lathe program. I've been programming for years but am new with Citizen machines. Our shop has about 350 CNC machines...
  7. Re: Mori Seiki SL 250 getting programs in and out with a PMCIA card

    I have been able to get programs in and out with the RS232 port and a scan tool with the IO port set to "0" but the PMCIA slot in the control next to the display doesn't communicate with any setting....
  8. Mori Seiki SL 250 getting programs in and out with a PMCIA card

    Hi guys,

    Searched through the archives but didn't see anything on this. The machine is a Mori Seiki SL 250 Lathe with a MSC 500 controller. I’m trying to get a program from the machine onto a...
  9. Re: G116 Sub that will output tool cutting times

    Figured it out, added this code to the beginning of the main program

    (CAPTURE START TIME)
    VC41=[VDTIM[1,1]/60] (START OF CYCLE)
    VC43=VDTIM[1,1] (RESET TIME FOR TOOL IN SPINDLE)
    TIM1=VC46-VC41...
  10. G116 Sub that will output tool cutting times

    Hi guys,

    I'm working on a Okuma Genos MB460 VE mill with an OSP 200M controller and I'm trying to output a text file for purposes of cycle time improvements that displays the cut times for each...
  11. Re: OSP 200M linear move and rotary move on same line. How is feedrate calculated

    Thanks for the reply Superman. Looking through the manual, I see what you are referring to, it's on page 35 of my manual. The feed rate is calculated by a formula which adjusts both speeds according...
  12. OSP 200M linear move and rotary move on same line. How is feedrate calculated

    Hi,

    Searched for quite a bit but didn't see anything on this before. If I have a program that is making linear move at IPM and then I want to make a linear move and rotary move together on an...
  13. Re: Trying to shave a part in an Okuma LB2000 lathe with OSP P200L control

    I found out the problem. As budgieW said, I needed to put a M808 and M807 in there to allow the moves while the spindle was not turning. This solved the problem. As fordav11 also mentioned, I also...
  14. Re: Okuma OSP-200 Tool lenght Macro variables

    Sorry I meant VZOFZ, not VZOF for the Z offset
  15. Re: Trying to shave a part in an Okuma LB2000 lathe with OSP P200L control

    fordav11,

    I had tried playing around with M16 and M15 in the beginning also but it didn't seem to make a difference, it didn't move at all, let alone move all the way around. In your code I see...
  16. Re: Trying to shave a part in an Okuma LB2000 lathe with OSP P200L control

    I did have a G94 in there. I was screwing around adding and removing things, so this might be a snippet where it wasn't present. I also tried it with and without feed which made no difference. I...
  17. Re: Okuma OSP-200 Tool lenght Macro variables

    I believe you can set them by declaring VZOF = 1.5 for your Z offset, VZOFY = ?? for your Y offset etc.
  18. Trying to shave a part in an Okuma LB2000 lathe with OSP P200L control

    Hi Guys,

    Having a bit of a problem trying to machine a part using just the C axis in a Okuma LB2000 Space Turn lathe with an Okuma OSP P200L control. I have a stationary cutter that is mounted...
Results 1 to 18 of 18