Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: HIDinc on August 28, 2009, 06:37:51 AM

Title: Is there a way a macro can tell if the Jog Flyout is displayed?
Post by: HIDinc on August 28, 2009, 06:37:51 AM
I'm using an MPG with a MODIO board and a touch screen. I also have (2) 4 position selector switches for selecting the axis and jog methods. I would like to ignore the switches if the flyout is being used. That would give me the best of all worlds.

TIA
Cliff
Title: Re: Is there a way a macro can tell if the Jog Flyout is displayed?
Post by: Graham Waterworth on August 28, 2009, 06:51:21 AM
there is a p=GetPage() command that returns the current page on display, from memory the fly out is page 50 not sure it will work though. Give it a try and see.

Graham
Title: Re: Is there a way a macro can tell if the Jog Flyout is displayed?
Post by: HIDinc on August 28, 2009, 09:47:09 AM
GetPage() reports the background screen only. I may need to create a separate jog screen to be able to do this. This would solve the problem.

Thanks