585,599 active members*
3,631 visitors online*
Register for free
Login

Search:

Type: Posts; User: chester88

Page 1 of 17 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,015

    Re: lathe tool and work offsets

    Don't use T0101 format unless you have set up linuxcnc specifically that way. with tool change remap code.
    G43 is required in linuxcnc - again unless you have specifically set it up to hide it's use...
  2. Re: Questions about LinuxCNC and its main advantages

    326032

    You can't add the fonts in glade nor can you set the theme ( I picked a dark theme)...this is what that same panel looks like in glade.
    This must be done with Gscreen - which uses a python...
  3. Re: Questions about LinuxCNC and its main advantages

    326016

    so in this pic the main DRO uses Bravenewera font, machine DRO uses transistor font.
    I agree the Gcode colors aren't well suited to the black theme..thats a separate file to work on later....
  4. Re: Questions about LinuxCNC and its main advantages

    It was done with GLADE editor and Gscreen program included with linuxcnc.
    The large DRO actually uses a different font the the rest.
    Want font did you use? I couldn't find a font close to yours on...
  5. Re: Questions about LinuxCNC and its main advantages

    325942

    So I tried to make a screen for linuxcnc similar to what you displayed....
    It still needs some detail work, but the concept seems pretty good....

    Chris M
  6. Replies
    7
    Views
    3,098

    Re: OSP-300 control

    Do you have any parts for these machines that you are interested in selling?
    I have an old lh35-n osp2200 and am looking for the splined flange adapter on the back of the spindle.

    Chris M
  7. Replies
    18
    Views
    8,416

    It would make more sense to use spindle-at-speed...

    It would make more sense to use spindle-at-speed - something like above:

    Chris M
  8. Replies
    0
    Views
    1,657

    looking for old smartcam software

    I have smartcam version 7.55 turning.
    It originally ran in dos but I run it in win95/98 - it uses a parport dongle.

    I am interested in other products of about that era, particularly advanced...
  9. Thread: pyVCP Panel

    by chester88
    Replies
    5
    Views
    3,190

    You should use gladeVCP for in panel input to MDI...

    You should use gladeVCP for in panel input to MDI commands.
    Glade Virtual Control Panel

    Chris M
  10. Replies
    10
    Views
    5,537

    The 5i25 comes pre flashed with a firmware. This...

    The 5i25 comes pre flashed with a firmware.
    This is the firmware you must select in PNCconf.
    leave the smartserial box at what it says - the 7i76 requires a smartserial channel for it's self....
  11. Replies
    5
    Views
    2,296

    But that's not the actual problem. try this:...

    But that's not the actual problem.

    try this:
    LinuxCNC Documentation Wiki: TroubleShooting
  12. Replies
    3
    Views
    3,117

    Can you use a compensation file? from the manual:...

    Can you use a compensation file? from the manual:



    COMP_FILE = file.extension - A file holding compensation structure for the axis. The file could be named xscrew.comp, for example, for the X...
  13. Replies
    19
    Views
    8,030

    I would turn switch 4 off so full current all the...

    I would turn switch 4 off so full current all the time.
  14. Replies
    19
    Views
    8,030

    look here for ideas of other drives: LinuxCNC...

    look here for ideas of other drives:
    LinuxCNC Documentation Wiki: Stepper Drive Timing

    having too large timing numbers limits your top speed.
    Too low can lead to missed steps or non functioning...
  15. You may have been thinking of ncbox. RoBoard --...

    You may have been thinking of ncbox.
    RoBoard -- The Heart of Robotics

    I know nothing about it - just heard of it today.

    Chris M
  16. Replies
    10
    Views
    5,537

    I believe this is up/down mode in linuxcnc. look...

    I believe this is up/down mode in linuxcnc.
    look for step_type (under parameter heading) here:
    Mesa HostMot2 Driver

    It's step type 1


    Chris M
  17. we now recommend: 1500 step 2500 space dir 700...

    we now recommend:
    1500 step
    2500 space
    dir 700
    hold 700

    A bit more conservative but still allows more speed then most can use.


    Chris M
  18. Replies
    18
    Views
    8,416

    There is a way to set up axis to 'filter' the...

    There is a way to set up axis to 'filter' the gcode in anyway you want programically.
    I'm betting having it look for M3 and adding a dwell command just before it would not be much trouble other then...
  19. Replies
    5
    Views
    1,706

    hmm I don't see anything obvious yet. You are...

    hmm I don't see anything obvious yet.
    You are using a classicladder estop option and you didn't include other config files so i can't check them.

    when you are running linuxcnc open a halmeter and...
  20. Replies
    5
    Views
    1,706

    post your config files.

    post your config files.
  21. Replies
    2
    Views
    1,167

    I have used an op amp to create a voltage to run...

    I have used an op amp to create a voltage to run a servo for testing, using the parallel port.
    It would surely work for spindle control. The resolution of the voltage is not that good with the...
  22. Replies
    3
    Views
    643

    from the manual: Core Components...

    from the manual:
    Core Components
    motion.feed-hold - (bit, in) When Feed Stop Control is enabled with M53 P1, and this bit is TRUE, the feed rate is set to 0.

    so if m53 is set then linuxcnc will...
  23. Thread: Mesanet 7I80

    by chester88
    Replies
    2
    Views
    890

    It is not supported in any released version. I...

    It is not supported in any released version.
    I don't know about a developer version.
    You should ask on the linuxcnc maillist or linuxcnc forum.
  24. Replies
    3
    Views
    643

    The first one yes. motion.feed-hold pin The...

    The first one yes. motion.feed-hold pin
    The second one probably not. are you meaning to go back 50 steps of gcode ?
  25. Replies
    9
    Views
    945

    Ask on the Linuxcnc maillist or forum.

    Ask on the Linuxcnc maillist or forum.
  26. Replies
    2
    Views
    934

    Max velocity is set in the INI file. Is 60...

    Max velocity is set in the INI file.

    Is 60 inches a minute the machine's limit or just the setting for AXIS?

    obviously you don't want to go faster then the machine's limit!
  27. Thread: x and y axis

    by chester88
    Replies
    3
    Views
    672

    You don't give much info. either change the...

    You don't give much info.
    either change the physical wiring or change the HAL file 'wiring'.
  28. Replies
    7
    Views
    1,134

    well why don't you try a lower max velocity and a...

    well why don't you try a lower max velocity and a lower acceleration?
    see if that works better!

    could be drive timing numbers are too fast. What step driver are you using?

    could be cross talk...
  29. Replies
    21
    Views
    4,669

    Well do you have some sort of feedback from the...

    Well do you have some sort of feedback from the spindle?
    some VFD's have a stopped signal,
    of course an encoder on the spindle
    or a timer set to wait the longest it would ever take.

    linuxcnc...
  30. Replies
    8
    Views
    2,970

    hidcomp - EMC/LinuxCNC USB HID interface...

    hidcomp - EMC/LinuxCNC USB HID interface component
    Generic HID - DIY USB HID / Joystick / CNC Pendant

    here is a couple fancy USB control software for linuxcnc (and one for windows)
    They are...
Results 1 to 30 of 496
Page 1 of 17 1 2 3 4