<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Define slots for the rack automatic in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593591#M88933</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;another point is there any way for example i would give bay number and levels plus number of slots for all racks as one number then it will automatically update the racks&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 13 Jun 2024 13:03:28 GMT</pubDate>
    <dc:creator>hicham_elbaz6949F</dc:creator>
    <dc:date>2024-06-13T13:03:28Z</dc:date>
    <item>
      <title>Define slots for the rack automatic</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593586#M88928</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.2.2 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;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 &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Jun 2024 20:30:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593586#M88928</guid>
      <dc:creator>hicham_elbaz6949F</dc:creator>
      <dc:date>2024-06-12T20:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Define slots for the rack automatic</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593587#M88929</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/questions/159724/set-rack-numofbays-numoflevels-with-flexscript.html" target="_blank"&gt;This post may help.&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Jun 2024 21:13:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593587#M88929</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2024-06-12T21:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Define slots for the rack automatic</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593588#M88930</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt; 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?&lt;/P&gt;
 &lt;OL id="isPasted"&gt;&lt;LI style="line-height: 20px; list-style-type: decimal;"&gt;&lt;SPAN style="color: rgb(102, 0, 102);"&gt;Object&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt; rack&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 0, 102);"&gt;Model&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;find&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 136, 0);"&gt;"Rack1"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;);&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="line-height: 20px; list-style-type: decimal; background: rgb(238, 238, 238);"&gt;&lt;SPAN style="color: rgb(102, 0, 102);"&gt;Map&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt; dimensions&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;rack&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;getProperty&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 136, 0);"&gt;"Dimensions"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;);&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="line-height: 20px; list-style-type: decimal;"&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;dimensions&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 0, 102);"&gt;NumBays&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 102, 102);"&gt;4&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="line-height: 20px; list-style-type: decimal; background: rgb(238, 238, 238);"&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;dimensions&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 0, 102);"&gt;BaySize&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 102, 102);"&gt;3&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="line-height: 20px; list-style-type: decimal;"&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;dimensions&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 0, 102);"&gt;NumLevels&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 102, 102);"&gt;5&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="line-height: 20px; list-style-type: decimal; background: rgb(238, 238, 238);"&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;dimensions&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 0, 102);"&gt;SlotsPerBay&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 102, 102);"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="line-height: 20px; list-style-type: decimal;"&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;dimensions&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 0, 102);"&gt;LevelSize&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 102, 102);"&gt;2&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI style="line-height: 20px; list-style-type: decimal; background: rgb(238, 238, 238);"&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;rack&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;setProperty&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 136, 0);"&gt;"Dimensions"&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;dimensions&lt;/SPAN&gt;&lt;SPAN style="color: rgb(102, 102, 0);"&gt;);&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jun 2024 12:47:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593588#M88930</guid>
      <dc:creator>hicham_elbaz6949F</dc:creator>
      <dc:date>2024-06-13T12:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Define slots for the rack automatic</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593589#M88931</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;I would put the rack definitions in a table and have your script loop through that, updating /creating each rack.&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jun 2024 12:51:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593589#M88931</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2024-06-13T12:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Define slots for the rack automatic</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593590#M88932</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt; 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. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/83658-model.fsm" target="_blank"&gt;model.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jun 2024 13:02:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593590#M88932</guid>
      <dc:creator>hicham_elbaz6949F</dc:creator>
      <dc:date>2024-06-13T13:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Define slots for the rack automatic</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593591#M88933</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;another point is there any way for example i would give bay number and levels plus number of slots for all racks as one number then it will automatically update the racks&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jun 2024 13:03:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593591#M88933</guid>
      <dc:creator>hicham_elbaz6949F</dc:creator>
      <dc:date>2024-06-13T13:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Define slots for the rack automatic</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593592#M88934</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;PRE&gt;Table rackdefs=Table("GlobalTable1");
for (int n=rackdefs.numRows;n&amp;gt;0;n--){
&amp;nbsp; &amp;nbsp; Object rack=Model.find(rackdefs.getRowHeader(n));
&amp;nbsp; &amp;nbsp; Map dimensions=rack.getProperty("Dimensions");
&amp;nbsp; &amp;nbsp; dimensions.NumBays=rackdefs&lt;N&gt;["NumBays"];
&amp;nbsp; &amp;nbsp; dimensions.BaySize=rackdefs&lt;N&gt;["Baysize"];
&amp;nbsp; &amp;nbsp; dimensions.NumLevels=rackdefs&lt;N&gt;["Numlevels"];
&amp;nbsp; &amp;nbsp; dimensions.SlotsPerBay=rackdefs&lt;N&gt;["SlotsPerBay"];
&amp;nbsp; &amp;nbsp; dimensions.LevelSize=rackdefs&lt;N&gt;["Levelsize"];
&amp;nbsp; &amp;nbsp; dimensions.SlotSize=dimensions.BaySize/dimensions.SlotsPerBay;
&amp;nbsp; &amp;nbsp; rack.setProperty("Dimensions",dimensions);
}&lt;/N&gt;&lt;/N&gt;&lt;/N&gt;&lt;/N&gt;&lt;/N&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jun 2024 13:14:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593592#M88934</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2024-06-13T13:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Define slots for the rack automatic</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593593#M88935</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Got it. Thank you 
 &lt;A rel="user" href="https://answers.flexsim.com/users/226/jason.l.html" nodeid="226"&gt;@Jason Lightfoot&lt;/A&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Thu, 13 Jun 2024 13:20:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/define-slots-for-the-rack-automatic/m-p/13593593#M88935</guid>
      <dc:creator>hicham_elbaz6949F</dc:creator>
      <dc:date>2024-06-13T13:20:43Z</dc:date>
    </item>
  </channel>
</rss>

