Batch/Order Control in RS Logix 500

bvaughn

Member
Join Date
Jun 2009
Location
Illinois
Posts
3
I was looking for suggestions on how to control order data in a Micrologix 1500. There are only two variables that define an order (length and quantity), but I need to be able to change the running order, insert an order, and delete an order.

Currently the system is setup with 10 spots for orders and move commands when the order finishes, but no other options. I have bounced around several idea and don't like any of them. It seems like someone must have done this, but I haven't seen any suggestions on here.

Any suggestions or recommendations would be greatly appreciated.
 
Perhaps you could add a third parameter to your list of orders. It could be described as the order of execution and have the PLC search for the lowest value. Then you get into having to deal with incrementing that order value, figuring out what to do when/if it needs to roll over, etc.

Other than that, I would think using indirect addressing, you could structure things so that you could insert orders and delete orders with fairly simple COP instructions.
 

Similar Topics

Hi Everyone, Thought I had it figured out but I came to the conclusion it would not work. Here is what I'm working with... 1769-L30ER Flow Meter...
Replies
24
Views
686
Does anyone have expereince creating a custom API to build a campaign management system for FactoryTalk Batch? Stuck between using a REST API or...
Replies
0
Views
457
https://literature.rockwellautomation.com/idc/groups/literature/documents/qs/iasimp-qs042_-en-p.pdf The video links in this pdf are not working...
Replies
1
Views
1,122
Can someone shed some light on what the connector is that allows Batch to connect to Historian and create historical trends based on batch...
Replies
0
Views
690
Complete novice trying to integrate an industrial fluid filling process into MES using an anybus communicator Hardware: Anybus Communicator...
Replies
3
Views
1,581
Back
Top Bottom