Hello Guest it is March 28, 2024, 07:07:39 AM

Author Topic: Is there a way a macro can tell if the Jog Flyout is displayed?  (Read 2693 times)

0 Members and 1 Guest are viewing this topic.

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

Offline Graham Waterworth

*
  • *
  •  2,668 2,668
  • Yorkshire Dales, England
    • View Profile
Re: Is there a way a macro can tell if the Jog Flyout is displayed?
« Reply #1 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
Without engineers the world stops
Re: Is there a way a macro can tell if the Jog Flyout is displayed?
« Reply #2 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