Sign in to follow this  
Followers 0
The Turkey Slayer

Recipe function on SLC

4 posts in this topic

Is the RCP (recipe) file function available on SLC processors, or is it limited to the Micrologix 1500? We want to have this functionality as well as online editing if possible.

Share this post


Link to post
Share on other sites
The RCP instruction is available only on the MicroLogix 1500 Series C. In the past I've used indirect addressing to handle this type of function. For example, you can setup a separate file for each recipe. Then use a separate integer to indicate which recipe to use. e.g.: N7:1 = recipe to use N[N7:1]:0 = Recipe Parameter 1 N[N7:1]:1 = Recipe Parameter 2 N[N7:1]:2 = Recipe Parameter 3 etc.

Share this post


Link to post
Share on other sites
The ML1100 also has a RCP function file and the ML1100 has online editing. I hope this helps Here is a AB knowledge base about the RCP instruction A20203.pdf Edited by swimmy67

Share this post


Link to post
Share on other sites
Here is the attached file to the previous post that I remitted. I didn't see the attached file until after the fact. Hope this helps. Quickstart_Micrologix_and_Recipe_RCP_.pdf

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