584,866 active members*
5,189 visitors online*
Register for free
Login

Search:

Type: Posts; User: Gunmachinist

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    3,145

    Re: Fiducial Alignment

    I attempted to connect a 2.7K 1/4w resistor like this picture but it still shows active in I/O screen with no change. I'll order the 1.2K resistor and see if that works. Just to make sure is this the...
  2. Replies
    19
    Views
    3,145

    I was able to look it up from where I purchased...

    I was able to look it up from where I purchased it:

    Inductive proximity switch PNP normally open (between black and blue wires)
    DC input range (brown wire +, blue wire -, 6 - 36 V
    Maximum...
  3. Replies
    19
    Views
    3,145

    True, but that was the only wiring I could find...

    True, but that was the only wiring I could find in relation to wiring into kannalog
    3-30vdc is the voltage I don't have the rest of that information. The diagram on the part is all I got (see...
  4. Replies
    19
    Views
    3,145

    in the pictures. In the wirimg pic. I put...

    in the pictures.

    In the wirimg pic. I put the brown to power supply (+) and the black and blue wire to JP15 #2 black to + blue to -.

    The dynomotion page under diagrams, here is the diagram I...
  5. Replies
    19
    Views
    3,145

    Ok, thank you for explaining it. I won't worry...

    Ok, thank you for explaining it. I won't worry about that for now.

    Another question is how can I wire a 3 wire pnp proximity switch to JP15? I have my current 2 wire limit switch wired there, but...
  6. Replies
    19
    Views
    3,145

    Re: Fiducial Alignment

    I watched this video under KMotionCNC Fiducial Alignment, and am attempting to align my sytem as it shows in the video. There is not much of an explanation of where the servo shaft he is looking at...
  7. Replies
    19
    Views
    3,145

    Is there a better video of this process?

    Is there a better video of this process?
  8. Replies
    19
    Views
    3,145

    Do I have to have a camera on my servo to align...

    Do I have to have a camera on my servo to align it and what do I do with all the other settings which are different from the instructions and video?
  9. Replies
    19
    Views
    3,145

    Re: Fiducial Alignment

    Got it now, but the window doesn't show a the grey shaft so I can align it.
  10. Replies
    19
    Views
    3,145

    Re: Fiducial Alignment

    I watched the youtube video and did what it explained which doesn't explain how to do any of that. So, where do I find thoes files?

    (C:\KMotion435f\PC VCS Examples\MeasureFiducials) double click...
  11. Replies
    19
    Views
    3,145

    Fiducial Alignment

    I cant get my computer to launch the Fiducial Alignment app. I have installed a user button (C:\KMotion435f\PC VCS Examples\MeasureFiducials\LaunchMeasureFiducials.bat) into KMotion CNC and put the...
  12. Re: starting my C program, any guidance would be appreciated.

    My init program.

    :#include "KMotionDef.h"


    // Note Low Gains, Limited Max Limits, No Limit Options, No Soft Limits,
    // Large allowed Following Error, No Feed Forward, No Filters, etc

    void...
  13. Re: starting my C program, any guidance would be appreciated.

    I posted the wrong screenshot, here's the one. 3 axis.
  14. Re: starting my C program, any guidance would be appreciated.

    That was it, I had 2 which were 0, I changed those to 1 an now I get Invalid buffer times.
  15. Re: starting my C program, any guidance would be appreciated.

    %
    O0015
    (T1 D=0.5 CR=0. - ZMIN=-0.556 - FLAT END MILL)
    (T2 D=0.25 CR=0.125 - ZMIN=-0.1119 - BALL END MILL)
    (T3 D=0.25 CR=0. - ZMIN=-0.5886 - FLAT END MILL)
    (T4 D=0.375 CR=0. TAPER=118DEG -...
  16. Re: starting my C program, any guidance would be appreciated.

    I am having trouble getting g code to work. When I attempt to run a program the g code will stop. I know the code is the good so what else could be the problem.
  17. Replaced the power supply with one you suggested...

    Replaced the power supply with one you suggested and now i have a working machine.
  18. Re: need help/suggestions for servo power supply.

    Ok, Its probably the power supply I have which is a Mean Well din rail power supply. I'll try one of these you suggest.
  19. I don't know any information on the servo motors,...

    I don't know any information on the servo motors, there is no markings, they have been warn off. The drives im running are AMC 25A20. I have been running them with a 110vdc 10a power supply, (2)...
  20. Re: need help/suggestions for servo power supply.

    No, I junked it. Hind sight 20/20.
  21. need help/suggestions for servo power supply.

    I need help deciding how to power my servos. I have a Bridgeport V2E3 which I am rebuilding the control and wiring. The servos came with the machine and are 100vdc 11a, the best I can tell. I believe...
  22. Re: starting my C program, any guidance would be appreciated.

    I just attempted to add the file at the end of my Init. program instead of linking it, it's becoming too much of a headache, but when I copy the file and add it to the end, I get identifier expected...
  23. Re: starting my C program, any guidance would be appreciated.

    I'm not sure what you mean, #include "KMotionDef.h", and #include "MySpindleDefs.h" at the top of the program are files that the Init. program calls? #include...
  24. Re: starting my C program, any guidance would be appreciated.

    I am having a hard time getting code for my MPG to compile. I keep getting a MPGServiceSmoothHardwareEncFilteredRev3 undeclared error on the last line of this code, and Google won't answer me. If I...
  25. GX300 Renishaw tool setter assistance.

    I have been tasked with getting a GX300 up and running. It has a Fanuc 0i-MD control and I have been "figuring it out" over the last couple months. I deleted some of the macros to make room for...
  26. That is how I want the system to home which is...

    That is how I want the system to home which is how my machine at work is homed and what I did, but when I press the button it moves very little (.05+/-). In my code where it tells the machine to move...
  27. Re: starting my C program, any guidance would be appreciated.

    I am a little confused about setting my home positions. I am using SimpleHome3axis.c in the c code folder. I have copied my axis information into the program like it states to do, and changed the...
  28. Re: starting my C program, any guidance would be appreciated.

    I did my changes to MPGServiceSmoothHardwareEncFilteredRev3 and I am getting an error (; expected) when there is already a ; WTF

    #include "KMotionDef.h"
    // Example Function as "smooth" MPG motion...
  29. Ok, I understood looping just didn't understand...

    Ok, I understood looping just didn't understand what was meant by, to call a function, but I got it now thanks.
  30. re: starting my C program, any guidance would be appreciated.

    How do I "call to ServiceMPG() from a loop"?
Results 1 to 30 of 252
Page 1 of 9 1 2 3 4