more new user hiccups...

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

Re: more new user hiccups...

Postby muzzlitebeer » Fri Apr 29, 2022 2:30 pm

[quote="ger21"]Sorry, put the feedrate in "".

Yep. Nailed it. Cheers!
muzzlitebeer
 
Posts: 24
Joined: Fri Apr 15, 2022 11:50 am

Re: more new user hiccups...

Postby johnsattuk » Fri Apr 29, 2022 2:54 pm

:D
johnsattuk
 
Posts: 79
Joined: Thu Aug 12, 2021 1:24 pm

Re: more new user hiccups...

Postby johnsattuk » Fri Apr 29, 2022 5:29 pm

Similar thing in M99999

fieldval = AS3.Getfielddouble (913);
exec.Writekey("2022_Jog_Speeds", "913", fieldval.ToString());

gives - CS0103 | in line: 14 | error text: The name 'fieldval' does not exist in the current context
johnsattuk
 
Posts: 79
Joined: Thu Aug 12, 2021 1:24 pm

Re: more new user hiccups...

Postby ger21 » Fri Apr 29, 2022 6:51 pm

Try this.

Code: Select all
string fieldval = AS3.Getfield (913);
exec.Writekey("2022_Jog_Speeds", "913", fieldval);
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 johnsattuk » Sat Apr 30, 2022 12:50 pm

:D
johnsattuk
 
Posts: 79
Joined: Thu Aug 12, 2021 1:24 pm

Previous

Return to General discussion about the UCCNC software

Who is online

Users browsing this forum: No registered users and 9 guests