Change screen on HMI from GE PLC

blperkins

Member
Join Date
Jan 2006
Location
minnesota
Posts
73
Hello all,
I'm working on a project using a GE 12" QP View (in the project the model number is IC754Vx12Cxx) and a GE PLC (series 90-30). I have been looking thru the help files for my anwser with out any luck. What I would like to do is turn a bit on/off depending on if a certain panel is displayed or not. Is the GE qiuckpanel view capable of writing a "curentpanel" variable?


 
With a Quick call to the vendor, I was informed that the GE software doesn't write any sort of "status tag" to the plc indicating what panel is displayed. the only why he knows to do that is to add a script to the panel.
 
I'm done with the control upgrade on that machine. The scripts I wrote were very basic. For each panel I wrote a script like "paneldisplayed :=1" or whatever number I wanted tied to the panel. then in the PLC turned on / off bits based on the paneldisplayed variable.

However I would like to see how other people handle it or if anybody has a way to change the screen from the PLC. I suppose it would be something like.......

if comandedpanel = 1 then
open main panel
end if

The customer did not have a need for the plc to change the screen so I never got a chance to play around with that part.
 

Similar Topics

Wizards, I have an operator display that was built in Java script, running on RPI, that was a pain to update. I've taken the advice I found here...
Replies
1
Views
3,014
Hi, I can't force a screen change from the PLC on a KTP600 HMI. The help lists the "current screen number" array element as (PLC) read only. That...
Replies
3
Views
5,735
HI EVERONE can someone guide me through how NT HMI screens are changed BY plc program thanks
Replies
2
Views
4,327
Hello everyone, I am currently trying to build a HMI(KTP400 basic) for myself. I have some UDT data and use these UDT data for 20~...
Replies
7
Views
1,253
Hello everyone, I'm trying to figure out some weird behavior with some numeric displays. The problem is that I center numeric displays over...
Replies
0
Views
871
Back
Top Bottom