What do you use to D/L recipes to your AB PLC's?

KCDave

Member
Join Date
Jul 2005
Location
Kansas City
Posts
12
I'm just curious what people are using to download recipe /formula data to Allen-Bradley PLC's. We use Control Logix and PLC-5's with Wonderware recipe manager. Pretty basic but simple.
 
I write my own custom VB program if I will be downloading recipes and storing then in the PLC. The PLC is fine for smaller recipe storage but anything larger I will use an Access database for the recipe storage. I use drivers from Automated Solutions for the communications.
 
I also write custom VB for recipes. Usually the recipe file is a text list file of the format "TagName=Value"

This allows me to easily create offline recipe editors in Excel VBA. Or someone can make a change in a pinch with any text editor.
 
Alaric said:
I also write custom VB for recipes. Usually the recipe file is a text list file of the format "TagName=Value"

This allows me to easily create offline recipe editors in Excel VBA. Or someone can make a change in a pinch with any text editor.

Interesting. I do some Excel vba. I'd be grateful if you could post an example.

When its done, how do you download it to the plc ?

Thanks,

Mike
 

Similar Topics

Hi all... Is there in any way to control FT view ME HMI Recipe from PLC. Like download or change recipe through PLC command.
Replies
0
Views
688
Is there a way to download all recipes from the PLC using RSLogix or HMI to a single text or excel file for easy editing and later easy uploading...
Replies
2
Views
1,807
I am programming an HE-XE102NR with CScape 9.6. I have imported my recipes via the recipes editor. The one thing i can't seem to figure out is how...
Replies
3
Views
1,640
I was recently reading a thread here that talked about Ignition and PLC recipes. The thread dealt with the mechanics of getting the data from...
Replies
3
Views
5,936
Hello everyone. Here's my issue: I have to do a recipe management from the cpu and not from hmi. The plc is a Siemens S7-1200, with a 1214C cpu...
Replies
3
Views
5,266
Back
Top Bottom