question

hikel avatar image
0 Likes"
hikel asked hikel commented

Define slots for the rack automatic

I am trying to look for an easy way to simulate the slots in racks without taking into consideration height of the slots, for example I got two zones 1 and 2 racks each zone got two aisles and each aisle got multiple slots. is there easy way to do slots automatically without putting each rack as 3D then edit each one separately or the compare properties as well

FlexSim 23.2.2
warehouserackingstorable slots
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered hikel commented
· 6
5 |100000

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

hikel avatar image hikel commented ·

Thank you @Jason Lightfoot if I wanna use flexscript for many racks do I have to repeat the same script many times knowing that i have differents slots and bays in racks?

  1. Object rack=Model.find("Rack1");
  2. Map dimensions=rack.getProperty("Dimensions");
  3. dimensions.NumBays=4;
  4. dimensions.BaySize=3;
  5. dimensions.NumLevels=5;
  6. dimensions.SlotsPerBay=2;
  7. dimensions.LevelSize=2;
  8. rack.setProperty("Dimensions",dimensions);
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ hikel commented ·
I would put the rack definitions in a table and have your script loop through that, updating /creating each rack.
0 Likes 0 ·
hikel avatar image hikel Jason Lightfoot ♦ commented ·

@Jason Lightfoot is there in any example for the flexscript that can be used for updating/creating the racks. I have attached a model where i have global table which contains racks and specification. model.fsm

0 Likes 0 ·
model.fsm (50.0 KiB)
Show more comments

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.