question

Anutt K avatar image
0 Likes"
Anutt K asked Anutt K edited

Auto Carparking

I want to build the automatic carparking from picture i divided 1st floor at 2 zone.

And have Entry and Exit at Elevator.

1665374310703.png

I create group of parking slot (Floor) for each zone and assigned each group to a list. (Zone1 to Floor1_1 and Zone2 to Floor1_2)

1665374496612.png

And push to list of Car_IN at Queue2 and Queue3 (Entry) by partition ID of each Entry to each zone.

1665374820371.png

And push to list of Car_OUT at all slot of each zone by partition like the car in.

1665375018315.png

This is my logic it has logic of "create car", "Car_OUT" and "Car_IN" it work with list.

1665375112569.png

At Out logic It can find slot and car, And it can working.

1665375200810.png

But at In login look like it can not find the slot to move the car for parking.

1665375572621.png

My model are attached.

Thank You. Very much.

Build 3 Module_autosave.fsm

FlexSim 22.2.1
parkingparking pointscar park
1665374310703.png (144.1 KiB)
1665374496612.png (6.7 KiB)
1665374820371.png (566.9 KiB)
1665375018315.png (329.5 KiB)
1665375112569.png (98.5 KiB)
1665375200810.png (355.0 KiB)
1665375572621.png (350.4 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 Anutt K edited

The "No slot was assigned" error happens because the cars arriving from the source enter the queues at an angle. If they are placed into the parking spots like this, the spots are technically not large enough for the car.

1665385075392.png

(Edges of rotated car don't fit into parking space)

Either deactivate the "Slot Must Have Space" requirement, or reset the rotation of the cars to 0° at some point in the process flow before moving them into the parking spots.

1665385046378.png

Other than that I noticed two more issues:

- The floor2 spots are missing the Exit Trigger to push them back onto the list and the IN token doesn't loop back to the beginning of its flow (I guess these two come from the model being unfinished)

- In the OUT section of the process flow, you are releasing the shuttle twice, leading to an error about a missing label


1665385046378.png (6.3 KiB)
1665385075392.png (44.8 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.

Anutt K avatar image Anutt K commented ·

Thank You very much. I solve it and it work and i fixed 2 more issues.

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.