<?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 Combine by Label in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/combine-by-label/m-p/13805395#M98085</link>
    <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my model, I am simulating an automobile service center. At the separator, vehicles and customers are separated. My problem is that I then need to join the correct vehicle to the appropriate customer at the end of the process, using the combiner. I am attempting to combine via the label "Vehicle_ID", to match the customer to the vehicle, but it does not seem to be working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone has alternative suggestions, or can see the issue with my current model, your assistance would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Sep 2025 20:17:59 GMT</pubDate>
    <dc:creator>25850334</dc:creator>
    <dc:date>2025-09-10T20:17:59Z</dc:date>
    <item>
      <title>Combine by Label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/combine-by-label/m-p/13805395#M98085</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my model, I am simulating an automobile service center. At the separator, vehicles and customers are separated. My problem is that I then need to join the correct vehicle to the appropriate customer at the end of the process, using the combiner. I am attempting to combine via the label "Vehicle_ID", to match the customer to the vehicle, but it does not seem to be working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone has alternative suggestions, or can see the issue with my current model, your assistance would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 20:17:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/combine-by-label/m-p/13805395#M98085</guid>
      <dc:creator>25850334</dc:creator>
      <dc:date>2025-09-10T20:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Combine by Label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/combine-by-label/m-p/13805979#M98089</link>
      <description>&lt;P&gt;The Pull Requirement should only be used when an item is received through the second port. The combiner can receive anything through port 1. And you need to compare the label of the potentially received item with that of the item already on the combiner, not with itself.&lt;/P&gt;&lt;LI-CODE lang="general"&gt;if(port == 2)
{
	return item.Vehicle_ID == current.first.Vehicle_ID;
}

return 1;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 Sep 2025 07:50:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/combine-by-label/m-p/13805979#M98089</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-09-11T07:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Combine by Label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/combine-by-label/m-p/13805997#M98092</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 08:03:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/combine-by-label/m-p/13805997#M98092</guid>
      <dc:creator>25850334</dc:creator>
      <dc:date>2025-09-11T08:03:41Z</dc:date>
    </item>
  </channel>
</rss>

