Recipe in op 7

ggchavhan

Member
Join Date
Nov 2006
Location
pune
Posts
135
Hi,

OP7 is new hardware for me, learning myself. Can anybody tell me how to configure recipe and transfer it to op7 to plc.
I tried by using datamailbox and interface area, but TRANSFER LOCK message is comming. Secondly I want to know exact role of datamailbox and interface area for recipe

Thanks Gajanan
 
First of all make use of 'standard project' for OP7. There you will find standard screens like Z_record. In this screen you can edit/transfert/copy records.

a)You have to make the interface area and datamailbox.

b) If you are using DB's, you will have to make these DB's in the cpu.The same for the storage-place for the active datarecord in the cpu. If you use MW, no problem because they already exist, if you use DB's, you'll need to create them.

c)In the plc-program you'll need to 'open' the data-mailbox again after a datarecord is transfert. This is 3 lines of code using bits from the interface-area. I'll look if I can find this info somewhere...but for now sorry.

d) Next you will have to go to the object 'recipes' and make your recipe. One input/output-field per entry.

e)You also can use a softkey-funtcion from 'records'. I think it is named 'record OP->PLC' (and record PLC->OP). With this function you can select 1 datarecord of a certain recipe. I think this is perfect for your application.

d) Compîle&download.

e) make the datarecords on the OP-7 with Z_RECORDS and the 'edit'-function.
 
Code to 'open' your data-mailbox:


A interface_area_bit3.3
S interface_area_bit3.2
R interface_area_bit3.0




I only did 'recipes' with OP7 one time...but this should work.
 

Similar Topics

I'm using legacy recipe to download a recipe to the PLC. A little background, the recipes are large. They are broken down into 6 tables, each 16...
Replies
2
Views
98
Hi guys, got one problem PLC model fp-xh c60t and HMI model TG765S-MT I've encountered an issue which is the recipe file went missing if i swtich...
Replies
0
Views
80
Can anyone help me find where is recipe plus or recipe manager in View desginer(studio 5000) software. i want to create an recipe but i am unable...
Replies
2
Views
176
Need to add new tags to some recipe inside a Wincc Tia Hmi . Do we have an option to download the recipe , with the newly added elements ...
Replies
0
Views
243
Hello all. Is it possible to create a shared folder between my laptop and my PV+ 7- standard......2711P-T10C21D8S Series D? What I would like to...
Replies
4
Views
432
Back
Top Bottom