- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to model a manufacturing line in which some parallel areas can be enabled or disabled. I want to connect a binary parameter to the machines of those areas (1=area is active, 0= area is disabled), in such a way that i can later on modify this parameter as desired to enable/disable such areas.
It should be easy to do as my areas to be disabled are basically linear series of queues and processors as the following example:
queue1 -> processor1 -> queue2 -> processor 2
What I've found in the documentation is that i can set a binary parameter (MyParameter) and i can set as reference the queue1 (the input point of my area to be disabled) and i can put an On Set event "Enable or Disable".
The problem is that it doesn't work. The flowing items go to Queue1 even if MyParameter == 0. Is it because this queue receives parts using a pull from list strategy?
If anyone could tell me what I'm doing wrong, or provide any suggestion, I'd be thankful
Solved! Go to Solution.