question

Juan S4 avatar image
0 Likes"
Juan S4 asked Ryan Clark commented

Sorting conveyor - how to create 100 labels

Sorting conveyor 1.1.fsm Good day. Please see attached model.

Question 1: I need to assign 100 different labels by percentage to the boxes that enter onto the conveyor but I notice that the function only allows up to 15 different labels. The labels that I need to assign will be 1-100 because I intend to have 100 different sorting destinations in my final model.

Question 2: Is there any way how I can assign a unique / different colour to each of the 100 different labels after I have assigned the labels by percentage?

Thanks. Regards Juan

FlexSim 21.2.0
labelssorting conveyor
· 4
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

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Juan S4 commented

You need for sorting ONE label with 100 VALUES! But if you insist to assign more then 15 labels fitting on your screen resolution, then you can assign them by process flow structure in a loop to an single object.
100 different colors should not be a problem, you have 256*256*256*256 color values you can set. 256 of them control the visibility. Maybe we are already at 10-bit color depth per color channel. This would be a color range of 1024*1024*1024*1024 then. You need the color constructor to access the range. There is a more heuristic method you can try byNumber.

· 7
5 |100000

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