586,082 active members*
3,758 visitors online*
Register for free
Login

Search:

Type: Posts; User: Barker806

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: offset holes

    by Barker806
    Replies
    5
    Views
    1,247

    Hello, I have found the only place that I can...

    Hello,
    I have found the only place that I can think you would ever get the offset... If you could add OEMDRO #204 to the screen and tell me if you get any values . If you need me to make the screen...
  2. Replies
    11
    Views
    3,058

    Hello: LazyCam is going to have a manual out...

    Hello:
    LazyCam is going to have a manual out soon :) Immo a German oem has done a German version of the manual and after the next round of bug fixes should have finished... So hang in there, we are...
  3. Replies
    7
    Views
    2,675

    Post your XML and I will see if I can find the...

    Post your XML and I will see if I can find the problem. What version are you running?

    Thanks
    Brian
  4. Replies
    15
    Views
    3,335

    Can't tell you as I have never used there IO...

    Can't tell you as I have never used there IO Stuff like that :(

    So I am going to say No but that is because I don't know...
  5. Replies
    8
    Views
    1,461

    I could read in the encoders and turn that into...

    I could read in the encoders and turn that into Gcode... but once again it gets down to time :( If I were to do that I would have to charge for it. Would you be upset if it cost 19.99 to get the...
  6. Replies
    42
    Views
    8,305

    I will be testing the PC4CNC stuff soon.. I have...

    I will be testing the PC4CNC stuff soon.. I have no idea when you will be able to buy it :(

    I think the Pod will be ready in a few weeks.. there is heavy testing being done on that at this point...
  7. Replies
    7
    Views
    2,675

    So it works in MDI but not on the screen......

    So it works in MDI but not on the screen... odd... so if you type (MDI) in S2000 you get 2000 RPM and if you change it to 3000 you get 3000 RPM Right?

    if that is true then there is a problem in...
  8. Replies
    30
    Views
    5,022

    It is a button that you can add VB code too... ...

    It is a button that you can add VB code too...
    You can enter in code like this:
    Zmove = 1.5 'amount the tool will move down to hit the probe
    Zpos = GetDRO(2)
    Tool = GetDRO (24)
    ZOffset = .5...
  9. Replies
    7
    Views
    2,675

    If you have all the settings right you should be...

    If you have all the settings right you should be able to tell the spindle to go to S300 and it will turn 300 RPM.... do you have there spindle speed board and a VFD? If so see that you are getting...
  10. Replies
    4
    Views
    1,107

    What are your steps per unit?

    What are your steps per unit?
  11. Replies
    8
    Views
    1,461

    New PlugIn Jog to Gcode (JCode)

    I posted this on the support page and wanted to tell you all here as well...

    Hello,
    I wanted to tell you that I made you all a gift in my free time ;)
    This Pluging is Called JCode (Jog to...
  12. Replies
    5
    Views
    1,406

    I wrote that over a year ago and it has been one...

    I wrote that over a year ago and it has been one of the better ideas that I have had :)
    Very happy it worked for you.

    Brian
  13. Replies
    42
    Views
    8,305

    Yup they can be run at the same time :) ...

    Yup they can be run at the same time :)

    There is a new one that will be out soon for PC4CNC and it will have 32in and 32 out... More what you are looking for but it needs to be tested...
  14. Replies
    4
    Views
    1,585

    Open the ports and pins and on the input and...

    Open the ports and pins and on the input and output pages it will tell you what pins you can use.... 1-9 can be used for motor outputs
  15. Replies
    5
    Views
    1,406

    Us the "Set Steps Per Unit" Button on the...

    Us the "Set Steps Per Unit" Button on the settings page of mach3... this will help you get your steps per unit with out math
  16. Replies
    42
    Views
    8,305

    Take a look at this: ...

    Take a look at this:

    http://homanndesigns.com/store/index.php?main_page=product_info&cPath=2&products_id=4

    It was made to work with Mach3 ;)
  17. Replies
    14
    Views
    2,693

    You don't need any of that stuff for the output...

    You don't need any of that stuff for the output to the motor... Reg 64 gets data from the spindle tab under ports and pins. you just need to tell it what number gives you max RPM. As for gears......
  18. Replies
    42
    Views
    8,305

    Nice! Looks like he is doing a good job :) ...

    Nice! Looks like he is doing a good job :)

    Brian
  19. Replies
    3
    Views
    1,208

    Yes.. you will need to make two buttons that have...

    Yes.. you will need to make two buttons that have some VB code in them. The code will look like this:

    Call SetOEMDRO(3,5) 'This will set the Jog rate to 5%

    Put that in a button and you are...
  20. Replies
    35
    Views
    5,090

    I will try to post here and on the Machsupport...

    I will try to post here and on the Machsupport forum :)
  21. Replies
    14
    Views
    2,693

    Here are the Macro's that you will need to...

    Here are the Macro's that you will need to change:

    M3

    Call Setmodoutput(1,1) 'Turn on the spindle
    Call Setmodoutput(2,0) 'This tells the spindle to turn CW
    DoSpinCW()


    M4
  22. Replies
    42
    Views
    8,305

    I was running the pod on a Bp last night and it...

    I was running the pod on a Bp last night and it worked great... I was running the roadrunner file at 60IPM on a stepper mill... I have run that file so much in testing (that is the file Art and I use...
  23. Replies
    35
    Views
    5,090

    Mike I will tell Ron :) Francis, you are...

    Mike I will tell Ron :)

    Francis, you are killing me ;) I think it is doable but I would think that is a Cam thing... I have never needed to cut one in the past. What do you need it for?
  24. Replies
    14
    Views
    2,693

    Yup, no problem tell me the register in Decimal...

    Yup, no problem tell me the register in Decimal and what bit you need changed. the settings on the mach3 side will only take me a few min :)
  25. Replies
    14
    Views
    2,693

    You are close but here is no VB that needs to be...

    You are close but here is no VB that needs to be done and there is no need to work on the screen :) All you have to do is setup the bitpacking and set the register that you need to send the word for...
  26. Replies
    15
    Views
    3,335

    Modbus is not the best but it is good for IO that...

    Modbus is not the best but it is good for IO that is not super high speed... We are looking into Ethernet Powerlink, I think you will be happy with the timing of that :)
  27. Replies
    35
    Views
    5,090

    nope :( But if you think it is something that you...

    nope :( But if you think it is something that you need we can look into getting that added... The programer that is working with me is a great guy ans like to see good things like that added ;)
  28. Thread: Slave axis

    by Barker806
    Replies
    2
    Views
    1,611

    When you home with a slaved axis be sure that the...

    When you home with a slaved axis be sure that the Home Vel % is the same :) That will make for an odd home move...
  29. Replies
    14
    Views
    2,693

    You would have to setup the registers in decimal...

    You would have to setup the registers in decimal and enable bitpacking... Should be no probelm and if you start on that project please feel free to mail me and i will help you with the settings
    ...
  30. Replies
    7
    Views
    1,547

    The new version should see the Mach2 XML and ask...

    The new version should see the Mach2 XML and ask you if you would like to have your XML converted :) I would double check all the settings but it should have very close!
Results 1 to 30 of 119
Page 1 of 4 1 2 3 4