Sign in to follow this  
Followers 0
asilva2094

Recipes using NB HMI + CP1

8 posts in this topic

Hi everybody, I ve been looking for information surfing on the omron website and other related sites, and after two days trying to get some samples or information about recipes or data allocation management a bit more beyond the short paragraphs of the product manual operation I have nothing. I'm improving an application for a portable industrial equipment that requires store data and transfer it to a PC for reports generation. NB-Designer software comes with an application called Recipe Editor which seems to be a good resource for working with recipes, but there is no information at all. Whats more it doesn't appear on google!! Please if someone knows where can I find information please let me know. Regards, Edited by asilva2094
1 person likes this

Share this post


Link to post
Share on other sites
I personally like to write my own recipe routines (much more flexibility). I have a block of current recipe addresses and use indirect addressing in the PLC to move a selected recipe into the current recipe using the XFER command. I then have another XFER command with indirect addressing that sends the current recipe to a recipe number location in memory to do a "save" function. I might be able to provide a sample of such a program tomorrow.
1 person likes this

Share this post


Link to post
Share on other sites

Hello Here's an example for how I would use NB recipes. In the NB, recipes are stored in area RW. The RWI area point to the SAME adressess, but has an index (contained in LW9000) added on. So if LW9000 = 10, then RWI100 would actually point to RW110. In the example, the recipe shape is a STRING of 8 characters (4 WORDs) and and INT (1 WORD), so the 'index' between records in 5 WORDs. You can see this behind the 'Record+' and 'Record-' buttons. I think that the functions to upload/download a recipe always start from RW0 (I'm not 100% sure of this!!) The recipe editor is just a tool to enter initial values. RecipeTest.zip

1 person likes this

Share this post


Link to post
Share on other sites
Thank you everybody. I also find valuable examples at http://support-omron.fr/Prog_HMI.php I wish it were in English !!

Share this post


Link to post
Share on other sites
On 5/28/2013 at 8:57 PM, ParaffinPower said:

Hello Here's an example for how I would use NB recipes. In the NB, recipes are stored in area RW. The RWI area point to the SAME adressess, but has an index (contained in LW9000) added on. So if LW9000 = 10, then RWI100 would actually point to RW110. In the example, the recipe shape is a STRING of 8 characters (4 WORDs) and and INT (1 WORD), so the 'index' between records in 5 WORDs. You can see this behind the 'Record+' and 'Record-' buttons. I think that the functions to upload/download a recipe always start from RW0 (I'm not 100% sure of this!!) The recipe editor is just a tool to enter initial values. Pp RecipeTest.zip

 

Share this post


Link to post
Share on other sites

Hi Admins,

Could you kindly restore or fix this page, the sample Pp RecipeTest.zip is greyed out and cannot be opened.

I am currently working on a recipe project, and is looking for some guidelines.

Thank you very much.

Share this post


Link to post
Share on other sites

Dear Michael,

Thank you for fixing the link.

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0