Recipe - storing and retrieving

bwest63

Guest
B
I am using a Panelview 300 and a Micrologix 1200 plc and need to have a sub-program that stores and retrieves up 25 recipes, each recipe will have up 15 files of data. I need to use a 4 digit product code on the panel view to store and retrieve the data, Any help or programing examples would be greatly appricated.

Thanks
Brad
 
When you say each recipe will have 15 files of data, do you mean 15 products in a recipe and why do you need a 4 digit number if there are only 25 recipes. Is this a homework assignment??? Regards Alan
 
No, its a project I have been giving at work, the product codes represent differnt molds we use and the 15 files of data are for the setpoints for that mold.

Brad
 
I am not quite sure what do you mean by file so
can you please explress the file or record size in
16-bit words?
If we think about same thing then the data file
would be for example N:7 or F:8 which would already
present potential problem since 25recipe*15files=375files
which is ca. 50% more than you can create in RSLogix.

In case you think of of one recipe as memory block
long 15 words things look much better. You can have
up to 17 blocks (255words/15=17blocks) per file so
just two files would easily handle the 25 recipes.

Just create one file as working recipe and use COP
instruction to store/retrieve it to/from one of
the 25 records (indexed addressing will make things
very simple to program). To delete recipe just use FLL.
Use second index to scroll through working recipe
from your touchscreen (PV300 has limited screen area).

panic mode
 

Similar Topics

I have a micro1400 processor running two routines (transfer compression/compression molding press). Recipe parameters are stored from job to job...
Replies
0
Views
24
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
106
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
83
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
177
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
244
Back
Top Bottom