<?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: Set Flow Item color by label in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/set-flow-item-color-by-label/m-p/13529647#M38746</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you for the responses. I ended up using Jeanette's solution because it was simpler for me with my limited knowledge of the software. &lt;/P&gt;
 &lt;P&gt;The A* navigation worked great once I included the operators into it...&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Thank you!&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Mon, 12 Oct 2020 19:42:26 GMT</pubDate>
    <dc:creator>eric_r6</dc:creator>
    <dc:date>2020-10-12T19:42:26Z</dc:date>
    <item>
      <title>Set Flow Item color by label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/set-flow-item-color-by-label/m-p/13529643#M38742</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/33167-helpfile.fsm" target="_blank"&gt;HelpFile.fsm&lt;/A&gt;Hello, &lt;/P&gt;
 &lt;P&gt;I am currently evaluating the software with the Trial version and am having trouble changing the colors of the flow items based on Object's name. I am trying to set the color of my "box" flow items based on the label that was created out of Source1. I have 5 different Products that are generated out of Source1 using and arrival sequence. I tried to follow along with some tutorials and added a Trigger on source 1 to "Set Label and Color" On Exit. This is changing the name of each box however it's keeping them all the same color. Attached is the file I am working with.&lt;/P&gt;
 &lt;P&gt;Second question, how do I keep the operator from "walking" through the middle of the processors?&lt;/P&gt;
 &lt;P&gt;Thank you! &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Oct 2020 16:29:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/set-flow-item-color-by-label/m-p/13529643#M38742</guid>
      <dc:creator>eric_r6</dc:creator>
      <dc:date>2020-10-05T16:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Flow Item color by label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/set-flow-item-color-by-label/m-p/13529644#M38743</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;With the trigger you chose it assigns a new label and sets a color. To examine a label and set a color based on that label you would want to instead choose the trigger set color by case. You can then set it up as follows.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33160-trigger-label-set.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1503824i1D1D54BB6888E4B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="33160-trigger-label-set.png" alt="33160-trigger-label-set.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="33148-trigger-set-up.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1503825i0EBC9587C3F4E8A4/image-size/large?v=v2&amp;amp;px=999" role="button" title="33148-trigger-set-up.png" alt="33148-trigger-set-up.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Check out this resource for your question about your operator walking through objects. &lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/20.2/Reference/Tools/AStar/" target="_blank"&gt;https://docs.flexsim.com/en/20.2/Reference/Tools/AStar/&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Oct 2020 18:38:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/set-flow-item-color-by-label/m-p/13529644#M38743</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2020-10-05T18:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Flow Item color by label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/set-flow-item-color-by-label/m-p/13529645#M38744</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello,&lt;/P&gt;
 &lt;P&gt;Please see my solution, that works based on last digits in items names (implemented in OnExit trigger in Source Object). It assumes that first digit starts at position four and number may be greater that 9 (I changed them in Source for test purposes).&lt;/P&gt;
 &lt;P&gt;Regards,&lt;/P&gt;
 &lt;P&gt;Jack&lt;/P&gt;
 &lt;P&gt;P.S. The better solution would assume that number of characters in items' names could be of different lengths (e.g. Cab1, Product100), but I have no time to write better version now &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/33169-helpfile-colors-based-on-last-digits-in-item-name.fsm" target="_blank"&gt;helpfile-colors_based_on_last_digits_in_item_name.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Oct 2020 19:14:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/set-flow-item-color-by-label/m-p/13529645#M38744</guid>
      <dc:creator>jacek_diakun</dc:creator>
      <dc:date>2020-10-05T19:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Flow Item color by label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/set-flow-item-color-by-label/m-p/13529646#M38745</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;@Eric R6                                                                                                                                        You can follow the below two answer to  setting color for different item based on the item name. To &lt;SPAN style="font-size: 14.6667px;"&gt;avoid&lt;/SPAN&gt; the operator from "walking" through the middle of the processors add the operator and processor to &lt;STRONG&gt;A Star&lt;/STRONG&gt; this will &lt;SPAN style="font-size: 14.6667px;"&gt;restrict&lt;/SPAN&gt; the operator to travel in middle of the processor.  &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Oct 2020 09:58:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/set-flow-item-color-by-label/m-p/13529646#M38745</guid>
      <dc:creator>gilbertjerald1993</dc:creator>
      <dc:date>2020-10-06T09:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Flow Item color by label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/set-flow-item-color-by-label/m-p/13529647#M38746</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you for the responses. I ended up using Jeanette's solution because it was simpler for me with my limited knowledge of the software. &lt;/P&gt;
 &lt;P&gt;The A* navigation worked great once I included the operators into it...&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Thank you!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Oct 2020 19:42:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/set-flow-item-color-by-label/m-p/13529647#M38746</guid>
      <dc:creator>eric_r6</dc:creator>
      <dc:date>2020-10-12T19:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Flow Item color by label</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/set-flow-item-color-by-label/m-p/13529648#M38747</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;thank you, it's helpful and easy to set&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 13 Jul 2024 00:15:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/set-flow-item-color-by-label/m-p/13529648#M38747</guid>
      <dc:creator>dialam02</dc:creator>
      <dc:date>2024-07-13T00:15:27Z</dc:date>
    </item>
  </channel>
</rss>

