<?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 Crane and operator in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/crane-and-operator/m-p/13495786#M12156</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.2.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I am working on a model where there are some components which needs crane while installation and some dont. I dont want to simulate any crane movement, i just want Crane object or a TE object to be utilized while crane is getting used so that i can pull statistics from it. I tried a small model by using a basic TE object but its not working. Please help. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/44871-operator-and-crane-simultaneous.fsm" target="_blank"&gt;Operator and Crane simultaneous.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 12 Oct 2021 14:52:36 GMT</pubDate>
    <dc:creator>10Dulkar</dc:creator>
    <dc:date>2021-10-12T14:52:36Z</dc:date>
    <item>
      <title>Crane and operator</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/crane-and-operator/m-p/13495786#M12156</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.2.1 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;I am working on a model where there are some components which needs crane while installation and some dont. I dont want to simulate any crane movement, i just want Crane object or a TE object to be utilized while crane is getting used so that i can pull statistics from it. I tried a small model by using a basic TE object but its not working. Please help. &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/44871-operator-and-crane-simultaneous.fsm" target="_blank"&gt;Operator and Crane simultaneous.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Oct 2021 14:52:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/crane-and-operator/m-p/13495786#M12156</guid>
      <dc:creator>10Dulkar</dc:creator>
      <dc:date>2021-10-12T14:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Crane and operator</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/crane-and-operator/m-p/13495787#M12157</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Then I would place a crane somewhere in the model. The crane gets an item to transport when the operator would use a crane. On Load trigger of the operator I open an output of a queue which results in using a crane as transport. The crane transports the item to another queue. I set a different location of this queue to replicate the time of transport the operator does.&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Oct 2021 15:19:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/crane-and-operator/m-p/13495787#M12157</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2021-10-12T15:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Crane and operator</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/crane-and-operator/m-p/13495788#M12158</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Is the crane being a acquired a prerequisite for the processors working? Because currently the items are being processed independent of your process flow, leading to tokens becoming stuck in the "Wait for Event". The corresponding item was already processed and reached the sink, while the token waited for the resource, so the event that the token is waiting for has already happened.&lt;/DIV&gt;</description>
      <pubDate>Tue, 12 Oct 2021 15:53:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/crane-and-operator/m-p/13495788#M12158</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2021-10-12T15:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Crane and operator</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/crane-and-operator/m-p/13495789#M12159</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 can you help me by editing my model. I tried everything but its seems to not work. 
&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Oct 2021 20:08:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/crane-and-operator/m-p/13495789#M12159</guid>
      <dc:creator>10Dulkar</dc:creator>
      <dc:date>2021-10-13T20:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Crane and operator</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/crane-and-operator/m-p/13495790#M12160</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I added some activities to your process flow to make it work (I'm not sure this is exactly what you want though).&lt;/P&gt;&lt;P&gt;I stop the processor until it has acquired the "crane". Once it has it gets resumed and the state of the crane is set to "Utilize". When the process has finished, the crane state gets reset to idle.&lt;/P&gt;&lt;P&gt;The first two activities (Wait for Event - ProcessTime and Delay) make sure that the process has properly started (although no time has elapsed yet) before the processor gets stopped.&lt;/P&gt;&lt;P&gt;Without it I noticed some timing issues, where the "process finish" event would still get scheduled if the stopping activity happened at the same time.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/44939-operator-and-crane-simultaneous-fm.fsm" target="_blank"&gt;operator-and-crane-simultaneous_fm.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Oct 2021 07:33:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/crane-and-operator/m-p/13495790#M12160</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2021-10-14T07:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Crane and operator</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/crane-and-operator/m-p/13495791#M12161</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 thank you. This makes a lot of sense. its just it needs to acquire the crane after the operator is available otherwise the utilization will not be accurate. But I can figure that out. Thanks for your help. 
&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Oct 2021 17:13:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/crane-and-operator/m-p/13495791#M12161</guid>
      <dc:creator>10Dulkar</dc:creator>
      <dc:date>2021-10-19T17:13:26Z</dc:date>
    </item>
  </channel>
</rss>

