Page 1 of 1

Field #913 only works on Jog Screen

PostPosted: Sun Nov 13, 2016 4:03 pm
by ger21
If you add Field #913 (Jog %) to other pages of the screen, it does not update or display the correct value.
Can this be changed to allow it to work anywhere?

This goes for all controls on the jog page that are coded to only function properly on the jog page.
All controls should work the same regardless of where they are placed.

Thanks in advance for the excellent support and bug fixes. :)

Re: Field #913 only works on Jog Screen

PostPosted: Sun Nov 13, 2016 4:15 pm
by Robertspark
exec.setjograte(43); // 43%
exec.SetJRO(); // validates the setjograte number or it will display in the field but not be activated or effective when you physically jog the machine

Re: Field #913 only works on Jog Screen

PostPosted: Sun Nov 13, 2016 4:22 pm
by cncdrive
The jog panel is not a tab page, it is a separated control, there are the AS3 and AS3jog.
When the software reads value of the Field it can read it from AS3 or AS3jog.
The jog % (field#913) reads from the AS3jog control.

Re: Field #913 only works on Jog Screen

PostPosted: Sun Nov 13, 2016 4:28 pm
by ger21
So, if I understand correctly, UCCNC only looks for field #913 from AS3jog?

So there's no way to not use the AS3jog control and place the controls on the AS3 control?

Re: Field #913 only works on Jog Screen

PostPosted: Sun Nov 13, 2016 4:37 pm
by cncdrive
Yes, the software looking for that DRO on the jog control and not on the main control.
It can read it from one of the controls only which is now the jog control.