question

Tahsin avatar image
0 Likes"
Tahsin asked Felix Möhlmann answered

Source is producing FlowItem Class at random

I am trying to create a defined set of pallets to be outputted from the source at a given arrival time. For example, I want 3 quantities of one type of pallet, 4 quantities of another type, and 2 quantities of the last type.


I have created an arrival schedule and filled in the table as follows:

1679974518391.png


The output I get is random. It produces the overall quantity I need but in random colours.

1679974829697.png

I am using a transporter and organizing it by colours by using paint slot labels on some floor storage, so I want the output from the source to reflect a colour for the type it is.


Please advise me on how I can output the pallets from the souce so it reflects the colour of the type exclusively.

FlexSim 23.0.5
sourcepaint slot labelsflowitem class
1679974518391.png (10.0 KiB)
1679974829697.png (711.6 KiB)
5 |100000

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

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

Items don't automatically change color, so this must happen due to some function you added in a trigger.

To get the color to match the type you would use the "Set Color by Case" option which lets you define the color for each type value. Or you use "Set Object Color" with the Color.byNumber() method, which assigns predefined colors depending on the number passed into the command.

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.