Processor Max Content Exceded

Processor Max Content Exceded

sebastianvilland
Community Visitor Community Visitor
128 Views
1 Reply
Message 1 of 2

Processor Max Content Exceded

sebastianvilland
Community Visitor
Community Visitor

I am trying to create a process flow for the operators in my model (I've currently only tried for operator A), but I am running into a problem where the max content for each of my processors are exceeded (It should only be 1). I have seen other threads where people recommend using recourses, zones or breathe, but I cannot figure out how to implement it. I have tried for hours, please help!

0 Likes
129 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Advocate
Advocate

Since there is only operator in the model currently, acquiring a processor should be the first thing the token does. If it acquires the operator first and then can't find a processor the model would lock up.

Essentially you then only need to wait until the item that was moved to the processor has exited again before you release the processor.

How you use the Event-Triggered Sources seems redundant. You create a token when an item enters the queue which pushes the item to a list. Just to then create a second to pull that item. Is the goal to pull multiple items at the same time?

0 Likes