question

Santiago Serrano avatar image
1 Like"
Santiago Serrano asked Jeff Nordgren edited

Rack logic and visual in 19.2

Hello all,

I have been having some difficulties with the new racks.

1. i like to define the level and bay in the rack according with label in the item. Like in the previous versions, because the postition decide according with previous events in the model.

ej: item.levelRack1=2 and item.bayRack1=5

2. . Is there a way to raise only the first level, and adapt the legs like previous versions? (pictured below)

thanks a lot

FlexSim 19.2.0
rack flowrack visualsrack bank
5 |100000

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

anthony.johnson avatar image
1 Like"
anthony.johnson answered anthony.johnson edited

See the user manual Storage Object Reference page, under the Start, Stride, and Progression section:

"Define Level '1' Above the Ground - In some warehouses, or in specific racks, you are not allowed to store items on the floor. Further, level '1' is the first level above the ground. In FlexSim, the 'first' level of a storage object is at the base of the object, i.e. on the floor. Thus, to customize the object for this situation, first define all slots on this 'ground' level as unstorable, then set the object's Start Level to 0. This means that the first level with storable slots, which is above ground, will be numbered 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.

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

Please look into the manual:

Reference 3D Object Storage Object Overview and Key Concepts

The Storage Object is a Fixed Resource. However, fixed resource functionality is turned off by default. You can enable it through the Flow Tab, or merely by connecting other fixed resources to it using an 'A' connection. When fixed resource logic is enabled, the storage object receives flow items through its input ports until its maximum contentvalue is met. When each flow item enters the rack, it executes the minimum dwell timefunction for that item. This function returns the minimum stay time for that flow item. The rack starts a timer for that amount of time. After the timer expires, the rack releases the flow item.

5 |100000

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

David Seo avatar image
0 Likes"
David Seo answered Phil BoBo commented

@Santiago Serrano

You can control all things in the Dimensions tab. Please use zone and slot feature according to the item type or label.

rack-zone-control.fsm


· 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.

Santiago Serrano avatar image Santiago Serrano commented ·

thanks @Seung Yong Seo.

According to its description, there is no way to elevate the first level in the new version. I must deactivate the first level (deselect storage Slots) and adjust the height to the elevation you need in the frame.

Is this correct?

Do you know how to do the first question above?

thanks a lot

0 Likes 0 ·
Phil BoBo avatar image Phil BoBo ♦♦ Santiago Serrano commented ·

Deselecting "Storable Slots" for the first level is how you "elevate the first level." You can also set the Start Level to 0 on the Storage Object tab so that the deactivated level is 0 and the next level starts at 1.

You can use the .getSlot() command to assign the item to a specific slot directly (such as based on label values).

See the attached model. getslot.fsm

1 Like 1 ·
getslot.fsm (33.6 KiB)
getslot.png (312.7 KiB)

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.