hexagon logo

Recall viewset - Disable Graphic Display Window update

I'm working on a program in which I recall various viewsets throughout. Is there a way to stop, temporarily, the Graphic Display Window (GDW) from updating to the defined viewset every time the cursor passes a RECALL command? It's working as intended, but while programming I constantly have to zoom back in to specific areas once the GDW updates.

Parents Reply
  • This probably would suck, and could potentially work, but can you create viewsets that can be used when programming? Then change the name of the viewset to a variable correlating your desired programming view, then change the variable back to the original viewset for execution. Or alternatively delete them all and put them back (worst idea). There seems no simple way to do this.

                ASSIGN/VIEW1="STARTUP"
                ASSIGN/VIEW2="PROGRAM1"
                ASSIGN/VIEW3="VIEWSET1"
                RECALL/VIEWSET,VIEW2

Children
No Data