584,860 active members*
5,061 visitors online*
Register for free
Login

Search:

Type: Posts; User: eng101

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    4,162

    Re: 3D probing to create point cloud.

    Hi Tom,

    You're right, I notice that while testing. when I ran a square section I didn't see it.
    It wasn't until ran a large rectangular part that something wasn't right.
    I had corrected myself...
  2. Replies
    16
    Views
    4,162

    Re: 3D probing to create point cloud.

    Here is what I have so far.

    394292394292394294

    This is a test scan of a section of a motorcycle gas tank.
    After scanning the txt file is opened in Excel for conversion the the points are...
  3. Replies
    16
    Views
    4,162

    Re: 3D probing to create point cloud.

    Thanks tom,

    I miss understood, I thought I was inverting the input for some reason.
    It is now working.

    Now the the next issue, I've created a point could, now what do I do with it.
    This is...
  4. Replies
    16
    Views
    4,162

    Re: 3D probing to create point cloud.

    Hello Tom,

    Yes, My tool setter is always logic Hi or 1 until it is depressed.
    Quick note I removed the brackets for the print command in the nested loop, now it prints to the file.
    One problem,...
  5. Replies
    16
    Views
    4,162

    Re: 3D probing to create point cloud.

    Hello Tom,

    I have been able to work out a solution for probing, but saving the data to a file has become my next hurdle.

    The following code sends the starting point of X,Y,Z the file FILE...
  6. Replies
    16
    Views
    4,162

    Re: 3D probing to create point cloud.

    Hello Tom,

    This is my current Version of software.
    KFLOP 4.33 Build 18:05:42 Dec 1 2015

    I tried running the SubroutineWithConditionals the programs runs but when I tried to modify a...
  7. Replies
    16
    Views
    4,162

    Re: 3D probing to create point cloud.

    My strategy would be a XY grid and probe in Z. I'm currently using my tool setter as a probe for testing.
    I have read your post to JoeKumanchik and I have contacted him.
    I am learning, I have a...
  8. Replies
    16
    Views
    4,162

    3D probing to create point cloud.

    Hello,
    I have very little experience with C programming.
    I’m am looking for a C program to probe a 3D surface and create the output file in a comma-delimited file or another format to create a...
  9. Replies
    0
    Views
    760

    3D probing to create point cloud.

    Hello,
    I have very little experience with C programming.
    I’m am looking for a C program to probe a 3D surface and create the output file in a comma-delimited file or another format to create a...
  10. Replies
    4
    Views
    1,254

    Re: advice on step response and bode plot

    Hello Tom,

    I feel I have good response now from the servo. Had a few unknown variables to figure out. encoder pulse/rev was incorrect as RPM/1V in amp settings.
    Have to be careful with servos...
  11. Replies
    4
    Views
    1,254

    Re: advice on step response and bode plot

    Hello Tom,

    Thank you for your reply.

    I have very little knowledge in this area.
    I had this working well in Step/Dir, decided to close the loop and fully utilize the function of these servos....
  12. Replies
    4
    Views
    1,254

    advice on step response and bode plot

    Hello,
    I'm currently moving to Velocity control with analog +/- 10 Volts and CL feedback.
    System:
    Kflop
    Kanalog
    Konnect
    Sanyo Denki BL Super PY2 Amps
    Sanyo Denki BL Super P5 Servo motors
    ...
  13. Sanyo Denki BL Super PY2A0153 and MotorP50B07040DXS07 runaway

    I am currently upgrading to velocity control. In pulse mode motor was stable.
    After changing to velocity mode motor starts turning without any commands from CN1.
    While in test mode, Jogging motor...
  14. Replies
    10
    Views
    2,127

    Hello Tom. The Soft Limits are set in the...

    Hello Tom.
    The Soft Limits are set in the initiation program, then I run the home program. The home program disables, enables and zeros the DRO for all axies.
    Yes, the Z-Axis does not move if...
  15. Replies
    10
    Views
    2,127

    Re: Advice on going home at end of program

    Sorry for the confusion.

    How is the the machine Table surface (zero) defined?

    My machine (router) is set for home position at X-axis to the left, Y-axis to the Front (towards operator), Z-axis...
  16. Replies
    10
    Views
    2,127

    Re: Advice on going home at end of program

    Hello Tom,
    Could you explain the coordinate system and how to change it
    Also how to define axis stroke limit (soft limit).
    I tried to set soft limit on -Z. but it just went passed where it it...
  17. Replies
    10
    Views
    2,127

    Re: Advice on going home at end of program

    Hello Tom

    G90 G28 Z0 just sends the Z Axis to the machine table.Not the direction I wanted.

    I just have to make a sufficient clearance move before using G91 G28 Z0.
  18. Replies
    10
    Views
    2,127

    Advice on going home at end of program

    My issue is that X,Y and Z all move at the same time.

    I typically end my programs like this:

    G0 Z20.0 (mm example)
    G49
    G91 G28 Z0.
    G28 X0 .Y0.
    M2
  19. Replies
    48
    Views
    17,173

    Re: Sanyo PY0/PY2 Tuning Software

    Hello,
    This the latest version of Software that I have.
    It works with the three PY drives I have.
  20. Replies
    48
    Views
    17,173

    Re: Sanyo PY0/PY2 Tuning Software

    Hello,
    Has anyone been able to setup one of these PY2 amps?
    I'm having problems with JOG mode. Amps have no alarms, I can get to the point that GUI for motor direction are displayed but the motor...
  21. Replies
    5
    Views
    1,048

    Re: Kflop Step/Dir setup for SGDA-XXAP drive

    I'm up and running. Must of had tunnel vision. Was looking at the schematics and not seeing the whole picture.
  22. Replies
    5
    Views
    1,048

    Re: Kflop Step/Dir setup for SGDA-XXAP drive

    FPGA(STEP_PULSE_LENGTH_ADD)
    This is C program code for changing pulse width ect,
    Example.
    #include "KMotionDef.h"

    main()
    {
    // address of 6 bit pulse length 0-63= # 16.666MHz clocks,
    //...
  23. Replies
    5
    Views
    1,048

    Thank you for your fast response. Did you have...

    Thank you for your fast response.
    Did you have to make any changes to FPGA(STEP_PULSE_LENGTH_ADD) = ?
    Also, would you recommend the addition of using konnect with the kflop?
  24. Replies
    5
    Views
    1,048

    Kflop Step/Dir setup for SGDA-XXAP drive

    New to Dynomtion. I want to control SGDA-XXAP drive using Step/Dir signals from Kflop. The drive and motor comb. work well under PC control.
    I have tried now for a few days and i am not able to get...
  25. Replies
    0
    Views
    259

    Yamaha Robot conversion to CNC

    I have a Yamaha robot model HXYT ser# KT4-******. Z axis has a Sanyo Denki BL Super P5 servo model P50B05020DCS07. Does anyone have some advice on servo drives and control boards. I planed on using...
  26. Replies
    12
    Views
    2,412

    Well, when I call up T0101 and MDI G00 Z0.00 the...

    Well, when I call up T0101 and MDI G00 Z0.00 the tool goes to the zero face of the part. The tool nose radius is set @.0312 and I am using tool tip 2.
    This being a TL1 lathe the tool holder is...
  27. Replies
    12
    Views
    2,412

    Thanks all. Pressing X measure first, enter...

    Thanks all. Pressing X measure first, enter Diameter, Press read/write works.
    Next Problem, After roughing using G71 finish pass is over cutting about .03 in the Z-axis. Any ideas, I have attached...
  28. Replies
    12
    Views
    2,412

    New TL-1 tool offset issue

    Hello, after taking a skim cut I measure and enter the diameter and press X dia measure.

    But, when I run the program the tool does not even come close to the material. the z axis offset is fine....
  29. I have 412 and they are located on the right side...

    I have 412 and they are located on the right side of the machine if you are looking at it from the back. Look for a black plastic cover w/ chamfered corners. Mine takes three D-size batteries.
  30. Replies
    7
    Views
    2,251

    I also have an FANUC 0-Mate M. I have been trying...

    I also have an FANUC 0-Mate M. I have been trying to run via drip feed. I am able to send smaller programs to the control using MC8. After turning tape reader on and switching to CimcoDNC, Nothing...
Results 1 to 30 of 39
Page 1 of 2 1 2