Proface HMI to Omron PLC Recipe Selection Help

spaceacealpha

Member
Join Date
Sep 2009
Location
Tennessee
Posts
79
Hello, I'm working with an already developed system that uses enhanced recipe on the HMI. I'm looking for the control word to allow the PLC to change recipe on the HMI automatically. I've been through the manual and Proface recipe management looks weird and I'm not seeing any control word for remote recipe selection. I've found plenty of options for transferring, editing and saving. I called Proface and he told me to check the appendix in the reference manual but didn't know off the top on remote selection. Does anyone have remote selection of recipes on their Proface GP-Pro Ex system? Thanks!
 
I need to do what SpaceAceAlpha is asking. If anyone knows of a way to have a PLC do the talking and the Proface panel do the listening for a command that initiates transfer of a recipe to the PLC, I need to know. I have not yet found how the #H registers are made available to a PLC. Can anyone enlighten us?
 
In the PLC:
set a word register (D700) to the recipe group ID
set a word register (D701) to the recipe ID
set a bit register (M700) that triggers the D script
In the global D script (triggered on rising edge of M700):
[w:#H_RecipeGroupID]=[w:[PLC1]D0700]
[w:#H_RecipeID]=[w:[PLC1]D0701]
[b:#H_RecipeControlSend]=1
[b:[PLC1]M0700]=0
 

Similar Topics

Hello guys, PLC - Omron CJ1G-CPU44H Ethernet module - CJ1W-ETN21 IP address - 192.168.10.11 Proface HMI(1) - GP2500S IP address - 192.168.10.51...
Replies
3
Views
3,785
I have followed the videos & still having issues getting the email out. Does anyone have knowledge or has sent an email notification via gp pro ex?
Replies
0
Views
193
Has anyone found a Proface HMI that is compatible with Schneider M172 PLC?
Replies
0
Views
385
Hello Everyone, I am hoping someone can point me in the right direction. I have a Mitsubishi PLC FX3u connected to an old ProFace GP2500 HMI...
Replies
4
Views
1,574
Hi fellas, Hoping someone can help me get started with this. I'm a little out of my comfort zone trying to set up communication with a ProFace...
Replies
0
Views
834
Back
Top Bottom