588,685 active members*
5,950 visitors online*
Register for free
Login
Results 1 to 20 of 33

Threaded View

  1. #16
    Join Date
    Mar 2003
    Posts
    35538

    Re: Basic setup for UCCNC with CNC4PC C76 300ETH

    What I can't find is a way to default that to say 50% or 100% on each startup instead of 10%. The setting must exist somewhere but is evading me.
    No setting but I can show you how to do it.

    Open your M99999.txt macro and ad this to it:

    // Jog Percent
    double fieldval = 100;
    exec.Writekey("JogSpeed", "913", fieldval.ToString());


    Then open your M99998.txt macro and add this:

    readfield = exec.Readkey("JogSpeed", "913", "100");
    AS3jog.Setfieldtext(readfield, 913); // Set Jog Percent
    AS3jog.Validatefield(913);





    I'm working on the new version of my screen right now. Hope to have a usable version ion a few weeks.
    Attached Thumbnails Attached Thumbnails UCCNC_2021.jpg  
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

Similar Threads

  1. Replies: 5
    Last Post: 01-05-2021, 10:43 AM
  2. Replies: 7
    Last Post: 08-29-2019, 06:33 PM
  3. CNC4PC MPG pendent + C22 setup
    By happytriger2000 in forum Mach Software (ArtSoft software)
    Replies: 1
    Last Post: 05-02-2009, 03:46 PM
  4. Xylotex and CNC4PC setup with mach3
    By bruno123 in forum Xylotex
    Replies: 3
    Last Post: 05-03-2007, 06:08 AM

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
  •