Hi, new to UCCNC and just got up and running last week with a UC300ETH_5LPT and licensed software (V1.2047) so I may be missing something.
It appears that button macros are ignored whilst gcode is executing. Is this the case?
Thanks
Ian
cncdrive wrote:what you could do is to write a macro loop which senses the presses of those buttons and doing things then just like if it was a buttonpress event.
if (AS3.Getbutton(20900))
{
MessageBox.Show("pressed");
}
cncdrive wrote:Your example simple macro works fine here, I see no problem, it works, it just not doing anything, but if I change it like:
- Code: Select all
if (AS3.Getbutton(20900))
{
MessageBox.Show("pressed");
}
Then is shows the messagebox when the button is pressed.
Return to Ask a question from support here
Users browsing this forum: No registered users and 34 guests