question

AKKACHE A avatar image
0 Likes"
AKKACHE A asked tannerp commented

Task and animation of transporter

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!

FlexSim 18.2.0
transporteranimation
test4.fsm (164.7 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.

AKKACHE A avatar image AKKACHE A commented ·

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

0 Likes 0 ·

1 Answer

·
Clair A avatar image
0 Likes"
Clair A answered tannerp commented

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.


· 2
5 |100000

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

tannerp avatar image tannerp commented ·

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 0 ·
13890-test4-1.fsm (165.8 KiB)
AKKACHE A avatar image AKKACHE A commented ·

It is perfectly correct, Thanks

0 Likes 0 ·

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.