<?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 globe table import to source in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/globe-table-import-to-source/m-p/13578443#M77099</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I want the time on my Source to be imported by globe table, is there any way?&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1681626595163.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1516668i9BD049D3F7F69A7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="1681626595163.png" alt="1681626595163.png" /&gt;&lt;/span&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/67182-419.fsm" target="_blank"&gt;4.19.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Sun, 16 Apr 2023 06:31:00 GMT</pubDate>
    <dc:creator>wei4</dc:creator>
    <dc:date>2023-04-16T06:31:00Z</dc:date>
    <item>
      <title>globe table import to source</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/globe-table-import-to-source/m-p/13578443#M77099</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.2.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I want the time on my Source to be imported by globe table, is there any way?&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1681626595163.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1516668i9BD049D3F7F69A7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="1681626595163.png" alt="1681626595163.png" /&gt;&lt;/span&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/67182-419.fsm" target="_blank"&gt;4.19.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 16 Apr 2023 06:31:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/globe-table-import-to-source/m-p/13578443#M77099</guid>
      <dc:creator>wei4</dc:creator>
      <dc:date>2023-04-16T06:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: globe table import to source</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/globe-table-import-to-source/m-p/13578444#M77100</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;There's an option for this when you edit the time field.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="capture1.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1516664i3C807BE9C3DE39E6/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture1.png" alt="capture1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can of course also write code that copies the values from the global table to the source. For this the sources should have different names, so you can differentiate between them more easily.&lt;/P&gt;&lt;PRE&gt;Table sourceTable = Table(Model.find("Tools/ProcessFlow/ProcessFlow/Source&amp;gt;variables/arrivals"));&lt;BR /&gt;Table globalTable = Table("GlobalTable1");
sourceTable.setSize(globalTable.numRows, sourceTable.numCols);
for(int row = 1; row &amp;lt;= globalTable.numRows; row++)
{
&amp;nbsp; &amp;nbsp; sourceTable[row][1] = globalTable[row][1];
}&lt;/PRE&gt;&lt;P&gt;Or, as a quick workaround, you can set the sources to create as many tokens are there are rows immediately and just delay the tokens by the respective amount of time.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="capture2.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1516666iF5BC7E3A7DA3675B/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture2.png" alt="capture2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Apr 2023 06:38:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/globe-table-import-to-source/m-p/13578444#M77100</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-04-17T06:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: globe table import to source</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/globe-table-import-to-source/m-p/13578445#M77101</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/42593/wei.html" nodeid="42593"&gt;@wei&lt;/A&gt;, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Apr 2023 17:11:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/globe-table-import-to-source/m-p/13578445#M77101</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2023-04-20T17:11:46Z</dc:date>
    </item>
  </channel>
</rss>

