585,987 active members*
4,621 visitors online*
Register for free
Login
IndustryArena Forum > Machine Controllers Software and Solutions > UCCNC Control Software > UCCNC Jog Speed default setting I'd like to change it
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2013
    Posts
    454

    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?

  2. #2
    Join Date
    Apr 2014
    Posts
    59

    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.

Similar Threads

  1. UCCNC default Jog Speed
    By curiosity22 in forum Australia, New Zealand Club House
    Replies: 10
    Last Post: 11-22-2019, 05:41 AM
  2. Doing my head in with Z speed uccnc mach. Speed Feed
    By curiosity22 in forum Australia, New Zealand Club House
    Replies: 26
    Last Post: 12-26-2015, 02:14 AM
  3. default setting for saving files?
    By The Wolf! in forum OneCNC
    Replies: 0
    Last Post: 10-31-2013, 06:14 PM
  4. CNC default setting
    By Bisorcam in forum Mastercam
    Replies: 3
    Last Post: 04-08-2012, 09:46 PM
  5. setting default screen
    By adamchapman in forum Mach Mill
    Replies: 3
    Last Post: 08-15-2010, 06:05 PM

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
  •