pv1000/slc5/04 recipe edit cancel

MJC

Member
Join Date
Mar 2011
Location
ILL
Posts
125
Hi guys I was hoping to get some help with a recipe in pv 1000.Question that I have has to do with the "GOT TO SCREEN" in my case main menu button in the recipe edit page. I cant wrap my head around what has to triger in the PLC if the operator enters a value in to a given recipe, never saves the value and exits the recipe edit page.
I want to incorporate a cancel button that will move the previous recipe value back in to the field, but I'm having trouble doing this with the GO TO SCREEN.
Example: Operators enters the recipe edit page, enters a value, but never saves the changed value and exits the recipe edit page with "GO TO SCREEN" button in my case main menu.
How can I get the "GO TO SCREEN" to change a value 0 to 1 in the PLC.
Thank You
 
I think you need an interim storage location for the recipe number, and don't copy it to the real location (in PLC code) until a further action is taken to accept it.

Can you post the programs and explain in more detail? (zip them first).
 
Don't use the Goto screen button; use a button that sends a request to the plc and get the plc to send a screen change number to the pv. You can do all the "did he/didn't he" logic in the plc and have it decide what to do from there. Maybe flash a "are you sure" message and confirm button using that logic. Or look for the negative going edge of a "no longer in screen N" comparator.
 

Similar Topics

I have a SLC5/05 and PV1000 trying to connect both. I will be using Ethernet switch and straight through cables from pv to switch and another...
Replies
3
Views
1,452
Dear all, Now,I've a PanelView 1000,and I want to connect it to SLC 5/05 through ETHERNET .After I finalized my tags and adjusted the connection...
Replies
5
Views
3,655
I have a mer or apa file for Pv1000 (2711p-rdt10c) and i need convert this files for Pv5000 (2715P-T15CD-K). Are exist a conversion tool for this...
Replies
1
Views
859
Hi, im looking to migrate a 2711-K10C10 to a 2711P-T12W21 Panelview Plus 7 Standard. I migrate the PV1000 application .pba file in FactoryTalk...
Replies
13
Views
1,952
Hi there everyone! Long time lurker, first time poster. I am doing an SLC-5/03 to CompactLogix migration and am having an issue with a barcode...
Replies
1
Views
1,049
Back
Top Bottom