Melsoft GTDesigner3 question

sjanes9

Member
Join Date
Nov 2012
Location
Lexington
Posts
52
I have never worked with the GT3 software before and I am curious. Is there a way to have an input, or output from the machine call up(switch) a screen? We have a cell with a side A and a side B that I want this sensor screen to switch depending upon which side the machine is on. Any help would be much appreciated
 
Common--->Environment setting--->Screen switching/Windows

Base screen default is GD100, a GOT internal data register.

Change this to a PLC data register e.g. D100 and the value in this register will determine the screen to be displayed.

Buster
 
I found what you were talking about in GT Designer 3. I have two screens that I need to switch between. I set the Base Screen to D100. Do I need to set the overlap window as well? Or,
 
If you are using only Base screens, then you do not need to enter anything for "Overlap Window" or "Superimpose Window". These are for screens that you want to open over the top of a Base screen, such as prompts, keypads, menus, objects.

Image attached for a basic screen switching project.

Screen.jpg
 
Last edited:
I see, So in your example. You have D7999 as the Data register. How do I use the value to determine which screen is shown? How do I do that in the PLC Logic? I am using GX Works 2. Using It seems simple enough, but I can't get my brain to wrap around it for some reason.
 
I see, So in your example. You have D7999 as the Data register. How do I use the value to determine which screen is shown? How do I do that in the PLC Logic? I am using GX Works 2. Using It seems simple enough, but I can't get my brain to wrap around it for some reason.

In the logic when you want a specific screen to be displayed simply move the screen number into the data register specified. i.e. If I want screen 3 to pop up when M0 is on, and the register designated is D7999, it would look like this:

M0
-[ ]-----------------[MOVP K3 D7999]
Hope this helps,

Dave
 
The register is also read/write, so it's updated when you change the screen. You can use it to both tell which screen you are on, and change the screen.
 

Similar Topics

Dear friends, I have a big problem with my software. I am using a new laptop with OS windows 11. I am using gx developer software version 8.I can...
Replies
5
Views
1,858
I have had issues installing the MELSOFT IQ Works software on my computer. To begin I ran setup.exe on the first disk and all of the software...
Replies
1
Views
1,394
Hi everyone, I'm new to ladder programming and I may have been too ambitious thinking I could do a full plc program by myself. My father has a...
Replies
62
Views
14,842
Hi all.. Anyone can tell me where can i get MELSOFT download link. I'm using new laptop for this project programming but cant get any link for...
Replies
0
Views
1,064
Hello this is jitu. I am a new in this PLC Ladder coding. Anyone help me to write this problem. I am also try to solve this but not successfully...
Replies
12
Views
3,259
Back
Top Bottom