New bug in 1.2041, or is it just my configuration?

If you think you've found a bug post it here.

Re: New bug in 1.2041, or is it just my configuration?

Postby dezsoe » Thu Jun 29, 2017 7:23 am

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", "10"), 913);
AS3jog.Validatefield(913);
dezsoe
 
Posts: 2049
Joined: Sun Mar 12, 2017 4:41 pm
Location: Csörög, Hungary

Re: New bug in 1.2041, or is it just my configuration?

Postby A_Camera » Thu Jun 29, 2017 8:40 am

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", "10"), 913);
AS3jog.Validatefield(913);

Yes, thanks, that's another possibility I was thinking about also, but then I realized that I mostly set it 30% so by changing it in the screen file to 30% it will be OK without involving macro calls.
A_Camera
 
Posts: 638
Joined: Tue Sep 20, 2016 11:37 am

Re: New bug in 1.2041, or is it just my configuration?

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

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

AS3jog.Setfieldtext("10", 913);

Changed 10 to 30 and now it starts with 30%...


I made this change to 100, and now the "Jog Feed" DRO reads 100% upon startup.

However it still jogs at 10% untill I hit the + or - keys. After that it jogs at the rate shown on the DRO

EDIT: Added this line after the above,

AS3jog.Validatefield(913);

Now it works.
Greolt
 
Posts: 229
Joined: Sun Sep 04, 2016 6:22 am

Previous

Return to Report a bug

Who is online

Users browsing this forum: No registered users and 4 guests