Task and animation of transporter

Task and animation of transporter

akkache_a
Not applicable
6 Views
4 Replies
Message 1 of 5

Task and animation of transporter

akkache_a
Not applicable

[ FlexSim 18.2.0 ]

Hello,

In this attached model which formalizes my problematic with the transporter1, I tried to make a logic but it shows me errors. what I would like to do is that the trasporteur1 takes 3 items at a time (box, sphere, cylinder) in order to put them in the queue 2.

secondly with Transporter2

I replace these forks by an object that I want, I would like if possible to hide then display it during the movement of transporter between points

thanks!

0 Likes
Accepted solutions (1)
7 Views
4 Replies
Replies (4)
Message 2 of 5

akkache_a
Not applicable

The first question is resolved, now we will try to find the solution of the second question to finalize my project.

0 Likes
Message 3 of 5

clair_augsburgerZGWRZ
Collaborator
Collaborator
Accepted solution

Hi @AKKACHE A, in the attached model 2018-08-16-swith-hideshape-forks.fsm I added an Assign Labels activity to store a reference of the forks on the token. Then this label is used in the Change Visual activities to hide/display the forks using the command switch_hideshape.

0 Likes
Message 4 of 5

tanner_p
Not applicable

Does this model solve your first question? I used a list with partitions for each item. For example, the box is sent to list partition 1 by Queue1. It is then pulled from the list partition 1 in process flow and assigned the label, "pulled1". Then it is loaded and unloaded (with the other objects) into Queue2.

13890-test4-1.fsm

I'm not sure how to make the forks disappear each movement, but I'll try and look more into it.

0 Likes
Message 5 of 5

akkache_a
Not applicable

It is perfectly correct, Thanks

0 Likes