proface gp pro ex d script

stu

Member
Join Date
Aug 2005
Location
England
Posts
783
Hi guys
I'm new to proface and trying to understand the functions
I'm trying to create a cleaning screen and I've been told to use a d script, I've looked at the d script and used the timer set to 30 sec [w:H#change screen ]==2 which I couldn't get it to work ,any ideas,
I can get the screen to open but after 30 seconds it doesn't close
Has anyone done this before
Thanks stu
 
Hi guys
I'm new to proface and trying to understand the functions
I'm trying to create a cleaning screen and I've been told to use a d script, I've looked at the d script and used the timer set to 30 sec [w:H#change screen ]==2 which I couldn't get it to work ,any ideas,
I can get the screen to open but after 30 seconds it doesn't close
Has anyone done this before
Thanks stu

You should config D Script like this.

Code:
[w:[#MEMLINK]0015] = i

Where
[w:[#MEMLINK]0015] = Change to Screen No. data register
i = Screen Number that should go to (1, 2, 3 , etc.)

About MEMLINK you should check that on GP-Pro EX Help Manual at A. Appendix and I have attached example files for screen switching you should check it.
 
For lastest reply it is screen that use only default Digital Electronics proface communication but for other PLC driver you should config D Script like this.

Code:
[w:[#INTERNAL]LS0008] = i

Where
[w:[#INTERNAL]LS0008] = Change to Screen No. data register
i = Screen Number that should go to (1, 2, 3 , etc.)

About INTERNAL you should check that on GP-Pro EX Help Manual at A. Appendix and I have attached example files for screen switching you should check it.
 

Similar Topics

Hi guys, I'm moving on in my training and my next goal is to learn how to make my hmi and plc communicate. I have an idea of how it should be set...
Replies
3
Views
1,748
Good day, I need help locating/dowloading PLC Siemens Saphir SIO ACX32 driver for Proface GP-Pro/PBIII. I am in the process of upgrading a...
Replies
0
Views
1,377
Has anyone ever had to log alarm history from a Proface HMI ? I could use USB or memory card or FTP, but I cannot figure out how. Thanks.
Replies
5
Views
2,353
I have GP-Pro EX installed on a computer. I need to move it to another computer. I have the installation discs. How do I move the key code with...
Replies
2
Views
1,682
Our Proface HMI SP-5B10 is getting hanged & i have GP-PRO EX in an VM ware workstation 12 player. Now kindly guide me to operate the Machine from...
Replies
2
Views
1,830
Back
Top Bottom