more new user hiccups...

Post anything you want to discuss with others about the software.

more new user hiccups...

Postby muzzlitebeer » Tue Apr 26, 2022 8:07 am

Machine is homed. All limits switches operate as expected.

The 'Calibrate' tool in 'SETTINGS' doesn't to anything. I click 'OK' and nothing happens. On any of the axes.

Also, I can jog all axes using 'CONTINUOUS', but if I select 'STEP', nothing happens, no matter how large I make the increments.
muzzlitebeer
 
Posts: 24
Joined: Fri Apr 15, 2022 11:50 am

Re: more new user hiccups...

Postby dezsoe » Tue Apr 26, 2022 9:46 am

You have to fill the fields on the calibrate form.

Set a feed rate. On program startup the feed rate is low and the step mode uses the set feed rate.
dezsoe
 
Posts: 2093
Joined: Sun Mar 12, 2017 4:41 pm
Location: Csörög, Hungary

Re: more new user hiccups...

Postby Delco » Tue Apr 26, 2022 10:24 am

dezsoe wrote:. On program startup the feed rate is low and the step mode uses the set feed rate.


Denzoe
Is there a way to change the default start up feed rate and and jog % ?
Delco
 
Posts: 364
Joined: Tue Apr 02, 2019 4:23 am

Re: more new user hiccups...

Postby dezsoe » Tue Apr 26, 2022 10:56 am

Yes, simply write the fields (and validate) in M99998.
dezsoe
 
Posts: 2093
Joined: Sun Mar 12, 2017 4:41 pm
Location: Csörög, Hungary

Re: more new user hiccups...

Postby Authority924 » Tue Apr 26, 2022 1:02 pm

Worked for me just perfect, thank you
Authority924
 
Posts: 7
Joined: Tue Apr 26, 2022 12:59 pm

Re: more new user hiccups...

Postby Delco » Tue Apr 26, 2022 10:39 pm

dezsoe wrote:Yes, simply write the fields (and validate) in M99998.



Do you have a example setout and syntax and values ? for Jog% and for Feedrate ? for dummies , I can see nothing in M99998 that relates
Delco
 
Posts: 364
Joined: Tue Apr 02, 2019 4:23 am

Re: more new user hiccups...

Postby ger21 » Wed Apr 27, 2022 11:50 am

Code: Select all
AS3.Setfieldtext(100, 867); // Set Feedrate to 100
AS3.Validatefield(867);
Gerry
UCCNC 2022 Screenset - http://www.thecncwoodworker.com/2022.html
ger21
 
Posts: 2714
Joined: Sat Sep 03, 2016 2:17 am

Re: more new user hiccups...

Postby muzzlitebeer » Fri Apr 29, 2022 9:03 am

ger21 wrote:
Code: Select all
AS3.Setfieldtext(100, 867); // Set Feedrate to 100
AS3.Validatefield(867);

Hi Ger.
I tried copy/pasting that into M99998 and it still loads with a feedrate of 6.0. Does it matter that I'm in demo mode? My 'connected' computer is in the workshop.
muzzlitebeer
 
Posts: 24
Joined: Fri Apr 15, 2022 11:50 am

Re: more new user hiccups...

Postby johnsattuk » Fri Apr 29, 2022 10:31 am

I get
CS1502 | in line: 12 | error text: The best overloaded method match for 'UCCNC.AS3interfaceClass.Setfieldtext(string, int)' has some invalid arguments
CS1503 | in line: 12 | error text: Argument 1: cannot convert from 'int' to 'string'
:(
johnsattuk
 
Posts: 79
Joined: Thu Aug 12, 2021 1:24 pm

Re: more new user hiccups...

Postby ger21 » Fri Apr 29, 2022 11:04 am

Sorry, put the feedrate in "".

Code: Select all
AS3.Setfieldtext("100", 867); // Set Feedrate to 100
AS3.Validatefield(867);
Gerry
UCCNC 2022 Screenset - http://www.thecncwoodworker.com/2022.html
ger21
 
Posts: 2714
Joined: Sat Sep 03, 2016 2:17 am

Next

Return to General discussion about the UCCNC software

Who is online

Users browsing this forum: Bing [Bot] and 9 guests