Need Help! UCCNC Jog Speed default setting I'd like to change it

Results 1 to 2 of 2

Thread: UCCNC Jog Speed default setting I'd like to change it

  1. #1

    Default UCCNC Jog Speed default setting I'd like to change it

    Hey G'day people, I can't get it to work what might I be doing wrong...

    I'm a little over always having to increase the Jog Speed in UCCNC - Its not a huge issue but the less clicks the better is the way I like it.
    I found another topic on this issue in our forum but it will not work for me at all, I reboot and default Jog is still 10% which is rather irritating now..
    Am I doing something wrong or is there another way of doing this.. using the current version of UCCNC which works with the Ethernet board.

    I use a AXBB-E not that that should make any difference to the UCCNC settings..

    Information Ive found so far bellow which is not working for me, does anyone know if UCCNC hides perhaps the ssf file in a user folder somewhere?




    Cheers,
    Steve

    dezsoe wrote:
    If you want to save your jog feed rate, use this in M99999.txt:

    Code: Select all
    exec.Writekey("JogSettings", "JogFeedRate", AS3jog.Getfield(913));

    and in M99998.txt:

    Code: Select all
    AS3jog.Setfieldtext(exec.Readkey("JogSettings", "JogFeedRate", "50"), 913);
    AS3jog.Validatefield(913);

    and also this

    by Greolt » Sat Sep 23, 2017 1:23 am

    A_Camera wrote:
    Just solved it by changing this line in the Defaultscreenset.ssf:

    AS3jog.Setfieldtext("50", 913);
    AS3jog.Validatefield(913);

    Similar Threads:
    Need Help!- Default Spindle Speed
    Australia Doing my head in with Z speed uccnc mach. Speed Feed
    Default Max Spindle Speed
    Default rapid speed?
    Default feed override and manual jog speed settings?

    Similar Threads:


  2. #2
    Member
    Join Date
    Apr 2014
    Posts
    59
    Downloads
    0
    Uploads
    0

    Default Re: UCCNC Jog Speed default setting I'd like to change it

    Hello Steve,

    The code I wrote you must work. I use it since many years, it was one of my first settings.

    Edit M99998.txt and insert these lines:

    Code:
    AS3jog.Setfieldtext(exec.Readkey("JogSettings", "JogFeedRate", "50"), 913);
    AS3jog.Validatefield(913);
    Edit M99999.txt and insert this:
    Code:
    exec.Writekey("JogSettings", "JogFeedRate", AS3jog.Getfield(913));
    What does it mean that it doesn't work? Is there an error message?

    You have to edit these files in UCCNC\Profiles\Macro_xxx folder, where xxx is the name of the profile you use. If you start UCCNC the profile name is written on the screen.



Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


About CNCzone.com

    We are the largest and most active discussion forum for manufacturing industry. The site is 100% free to join and use, so join today!

Follow us on


Our Brands

UCCNC Jog Speed default setting I'd like to change it

UCCNC Jog Speed default setting I'd like to change it