question

Horn H avatar image
0 Likes"
Horn H asked Horn H commented

Making Visual

Hi!

As attached model below I want to add visual to truckVehicles that are waiting .I want them wait as lines in front front of each Processor,So I can see visual clearly .How can I achieve that ?

combined-model.fsm

Thanks,

FlexSim 19.0.0
set visual
combined-model.fsm (131.8 KiB)
combined-model.fsm (131.8 KiB)
· 9
5 |100000

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

Joshua S avatar image Joshua S commented ·

You would have to create several more network nodes in a line and tell each truckVehicle to go to the node that is free in front of it. Another way is if you use the AGV Network, you can use the accumulating option which backs them up 1 behind the other in a line as well.

1 Like 1 ·
Horn H avatar image Horn H Joshua S commented ·

@Joshua S I created several network nodes in front of Processor.But I don't know how to tell each truckVehicle to go to the node that is free in front of it and make a line .Can you give me the sample ?

compared-model.fsm

Thanks for your suggestion.

0 Likes 0 ·
compared-model.fsm (74.0 KiB)
Joshua S avatar image Joshua S Horn H commented ·

I'm confused which direction you want the Trucks to line up, can you screenshot and draw a line showing how you would like the Trucks lined up?

1 Like 1 ·
Show more comments

1 Answer

Joshua S avatar image
0 Likes"
Joshua S answered Horn H commented

@Horn H

Sorry I never got back to you on this one. Your model has changed I bet since you posted this. Here is a sample model that does the lineup of trucks you wanted and you can see how it works and incorporate it into your model. It works by setting all the nodes in the path to allow only 1 travel per node and to set the path from 1 node to the next as non-passing. These settings can be changed when you open up the properties of a node. There are event triggers on the node closest to the processor which opens and closes the path. The process flow tell the truck to travel to the node 1 past that node because as soon as a truck gets to a node, it doesn't allocate it anymore and will allow a truck to stack ontop of it.

lineup.fsm


lineup.fsm (86.9 KiB)
· 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.

Horn H avatar image Horn H commented ·

@Joshua S Thanks so much for your help. I will incorporate this into my model .

0 Likes 0 ·
Horn H avatar image Horn H Horn H commented ·

I have tried incorporate your example model into mine.I cannot define Travel Destination of each truckVehicle because it can enter to all Processors depend on which Processor is available,So I cannot set the exact Travel Destination as shown in picture below.

combined-ask.fsm

0 Likes 0 ·
combined-ask.fsm (159.2 KiB)
screenshot008.jpg (570.9 KiB)
Joshua S avatar image Joshua S commented ·

@Horn H

I combined your model with the lineup model I provided, see if this looks good.

lineup-combined.fsm

I changed the resources to Lists. Added an allocation label to the list and all the processors, a process flow activity now increments or decrements that label. The 2 nodes closest to each processor have some trigger logic, and I got rid of zones in different process flow blocks of activities since they were causing issues.

0 Likes 0 ·
lineup-combined.fsm (163.8 KiB)
Horn H avatar image Horn H Joshua S commented ·

That works nicely as I want ,Thanks you so much for your helping.

0 Likes 0 ·