586,103 active members*
3,804 visitors online*
Register for free
Login

Search:

Type: Posts; User: jagardner4

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Dyna 50MU, access to the "monitor" functions or higher level settings?

    I'm wondering if I should have said anything. :)

    The short answer is 'yes,' you can append lines to the end of the PLC without having the source file.

    Here's the problem(s): You need to either...
  2. Re: Dyna 50MU, access to the "monitor" functions or higher level settings?

    To swhowardno1: The issue you describe with the Z axis not moving and no errors or faults could be the Z axis not coming into position at the end of a rapid move. If that is the case, it is likely...
  3. Re: New to me J330 and I'm totally lost looking for help

    That doesn't appear to be a Bendix/Autocon/DynaPath System 10. I used to work for that company and the circuit boards would have had a logo and a seven-digit part number. What I do see is a reference...
  4. Replies
    2
    Views
    773

    Re: Need help with text

    The text event:

    Example:
    N0010 (T) This is a comment

    is used to place comments or instructions into the part program. A text event is not used to make any machine movement. It sounds like you...
  5. Re: Need floppy discs to reload software for a Dynapath 50?

    The CNC Executive disk you're looking for is going to have to come from Dynapath directly. The executive software is keyed to the serial number of the control and I've never heard of anyone getting...
  6. Replies
    1
    Views
    1,930

    Re: RS232 cable pin out

    Refer to the DynaPath website:

    DynaPath
  7. Replies
    3
    Views
    1,649

    Re: POST PROBLEM

    It sounds like the control thinks it's got a spindle capable of orienting (which, admittedly, is part of an automatic tool change.) You probably get the same error message if you execute an M19...
  8. Replies
    3
    Views
    1,649

    Re: POST PROBLEM

    Whoever applied the control to the mill should have set the M06 to do a manual tool change. Sometimes that's as simple as stopping the spindle (the M06 includes an M05 code), then moving to the Home...
  9. Replies
    4
    Views
    1,832

    I'm more familiar with the Servo Dynamic drives,...

    I'm more familiar with the Servo Dynamic drives, but I'll take a swag:

    YC - don't know
    SG - Signal Gain (Command Voltage Input Scaling)
    BL - Balance
    RC - Compensation
    PC - don't know
    TG -...
  10. Replies
    8
    Views
    971

    The '$' is the conversational end-of-block...

    The '$' is the conversational end-of-block character.

    G-code blocks would use the line feed character as end-of-block, usually denoted as <LF>. It is an ASCII code 10.
  11. Replies
    8
    Views
    971

    The 'D' code in blocks 500, 502 and 504 are...

    The 'D' code in blocks 500, 502 and 504 are direction codes (0=CW, 1=CCW) in the conversational format and are needed. Also, I just noticed that your 'E' code (fixture offset) in block 6 is too...
  12. Replies
    8
    Views
    971

    I didn't check every detail, but the code...

    I didn't check every detail, but the code certainly looks like DynaPath conversational. It should load and run. Whether it gives you the exact part you're looking for, I can't be sure.
  13. Replies
    9
    Views
    776

    If this is a DynaPath branded lathe (you didn't...

    If this is a DynaPath branded lathe (you didn't say), then txcncman is probably on the right track.

    Yes, the gear shift is manual, but there is no switch to tell the control which gear the spindle...
  14. Replies
    2
    Views
    1,184

    A machine tool builder like Compumachine had the...

    A machine tool builder like Compumachine had the ability to alter the way an axis references. Sometimes they would set up the machine to hit the physical limit switch, then reverse the axis and...
  15. Replies
    2
    Views
    649

    The event (same as block) that looks like: ...

    The event (same as block) that looks like:

    N10(T)FIXTURE OFFSET$

    is the correct format.

    The (T) indicates a conversational text event and there is no equivalent in the DynaPath G Code...
  16. Replies
    5
    Views
    1,312

    Poll: Please tell us the manufacturer and model number...

    Please tell us the manufacturer and model number of the spindle drive. I am not that familiar with adjusting drives, particularly for spindles, but if you post this information, perhaps someone else...
  17. Replies
    5
    Views
    1,312

    Poll: Probably not a programming issue, it's more...

    Probably not a programming issue, it's more likely the spindle drive not running the same speed in CW and CCW.

    Verify this by programming the spindle CW, using an M3 code, at a your tapping...
  18. Replies
    2
    Views
    1,066

    No DynaPath mill control ever had a parts...

    No DynaPath mill control ever had a parts counter. The lathe control does, but not the mill. I'm also not aware that the Tree or ZPS machining centers had one set up by the machine tool builder.
  19. Replies
    55
    Views
    6,356

    That should indeedl cancel any tool offsets that...

    That should indeedl cancel any tool offsets that you have active and give you the desired result.
  20. The "box with the keyboard on it" is usually just...

    The "box with the keyboard on it" is usually just the pendant station that will have the CRT display and keyboard, as well as a couple circuit boards to interface pushbuttons and lamps. You want to...
  21. Replies
    55
    Views
    6,356

    The tool offset in this case will activate both a...

    The tool offset in this case will activate both a tool length compensation and a tool diameter compensation - the numbers following the T number in the T table.
  22. On a Delta 40/50/60 control: 1. COM1 is a...

    On a Delta 40/50/60 control:

    1. COM1 is a 9-pin RS-232 serial port for sending, receiving and drip-feeding part programs. There are no parameters to enable/disable this port. You can bypass the...
  23. Replies
    55
    Views
    6,356

    Because you are using the Random Tool table, try...

    Because you are using the Random Tool table, try calling the tool (with a T code) first, then in a subsequent block, program the M06 by itself.

    The idea is to get the tool changer to position the...
  24. The transmission from the DynaPath is ASCII text,...

    The transmission from the DynaPath is ASCII text, readable in Notepad. It sounds like DNC4U is trying to "translate" something that doesn't need translating.

    I suggest that you go through the...
  25. Replies
    1
    Views
    944

    The attached txt file can be loaded into the...

    The attached txt file can be loaded into the catalog. The attached pdf explains how to use program.

    This part program isn't fancy, but it accomplishes what you are looking to do. The downside is...
  26. You can enter an M-Function event (an event type...

    You can enter an M-Function event (an event type 9) in a block prior to the Circle Mill event. For example, enter the Circle Mill event at N0010, then you can put the M-Function event at N0005.
  27. I would have to say the manual is the best source...

    I would have to say the manual is the best source of information on the Circle Mill event.

    A couple not-so-obvious facts:

    Since the center of the circle mill is described in the event, it is...
  28. Replies
    6
    Views
    1,278

    The control should be toggling the CTS (Clear To...

    The control should be toggling the CTS (Clear To Send) signal on pin 5 of the 25 pin connector on the CNC side. In other words, when you press the key to load a program and the display says 'Busy...
  29. Replies
    3
    Views
    817

    Be aware that the PIC Revision message is a bit...

    Be aware that the PIC Revision message is a bit of a red herring. Message contents are stored in the parameter prom, not the PIC prom. You can change the PIC prom all day and the fault message...
  30. Replies
    3
    Views
    817

    It's possible you've now discovered why the...

    It's possible you've now discovered why the EEPROM was marked "BAD."

    There are a couple things you can try, though. First, does the spindle switch work in the CW position? Next, try executing an...
Results 1 to 30 of 107
Page 1 of 4 1 2 3 4