question

Aaupadhye avatar image
0 Likes"
Aaupadhye asked Carter Walch commented

Possibility of Taking out Connections in Parameter Table?

I want to run an experiment where instead of two box source queues per color, I only have one per color. I tried making a parameter but referencing the queues only added more carton erectors which is not what I wanted. Is there a way to have a parameter that takes out the connections to the 3 queues that I do not want? Additionally, this would likely change my process flow logic since instead of having a 50/50 chance to go to either queue, it would have a 100% chance of going to the queue now.


WCOCModelDraft5.fsm


Thanks,

Amit

FlexSim 23.0.8
experimenterparametersparametertable
wcocmodeldraft5.fsm (104.5 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Carter Walch avatar image Carter Walch commented ·

Hi @Aaupadhye, was one of Natalie White's or Jason Lightfoot's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·
Natalie White avatar image
0 Likes"
Natalie White answered

Hi @Aaupadhye,

In your parameter table, when you use the "Delete and Copy Out Objects" option for your value, it changes the number of objects that your reference has output connections to.

The queues that you are trying to change are not outport connections for anything.

You could add a queue that has an outport connection to all 6 of your other queues, and have your objects be created in that queue. Then, you could easily change the number of queues from 6 to 3. Or you could create 3 queues, one for each of the colors, and change their values from 2 to 1.

If you don't want to see an object in your model, but you need it for your model to function, then you can hide the visuals by typing *** or leaving blank the shape field under visuals. (You won't be able to access that object's properties by clicking on your 3D model; you'll need to access them from the model tree instead).

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

The send to port can be set to:

duniform(1,nrop(current), getstream(current)) 

or

duniform(1,current.outObjects.length,getstream(current))

then however many are set in the parameters, it will have an equal chance of going to each one.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.