<?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: Equipment and transport utilization is zero when not moving ? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485899#M4427</link>
    <description>&lt;P&gt;I had tried it and it didn't work.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2017 22:06:37 GMT</pubDate>
    <dc:creator>patrickABAWF</dc:creator>
    <dc:date>2017-02-10T22:06:37Z</dc:date>
    <item>
      <title>Equipment and transport utilization is zero when not moving ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485891#M4419</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim HC 5.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I noticed that the utilization of equipment and transport is zero when the resource is not moving.  Their state is idle.&lt;/P&gt;&lt;P&gt;For example if a patient is waiting on a gurney, the state is idle even though it is being used/kept by the patient.&lt;/P&gt;&lt;P&gt;This means that there is no way to measure the utilization of these resources.&lt;/P&gt;&lt;P&gt;Any other way I could measure that?&lt;/P&gt;&lt;P&gt;Thanks a lot, &lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 17:04:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485891#M4419</guid>
      <dc:creator>patrickABAWF</dc:creator>
      <dc:date>2017-02-09T17:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Equipment and transport utilization is zero when not moving ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485892#M4420</link>
      <description>&lt;P&gt;I looks like you are correct. Ideally the state of the object should be utilized if the object is "kept" from one activity to the next, until the item is released.  I apologize for the inconvenience in this.
&lt;/P&gt;&lt;P&gt; In the meantime, you can try to set the state manually after the activity in which you acquire the equipment.   However, because of the runtime of FlexScript I can't guarantee if the state won't be changed back to idle again as the code executes.&lt;/P&gt;&lt;P&gt;This is something we will definitely bring up with the developers. &lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 20:07:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485892#M4420</guid>
      <dc:creator>sam_stubbsYXX86</dc:creator>
      <dc:date>2017-02-09T20:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Equipment and transport utilization is zero when not moving ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485893#M4421</link>
      <description>&lt;P&gt;Thanks but how do I reference the resource in my code?&lt;/P&gt;&lt;P&gt;For example: setstate(transport,3);&lt;/P&gt;&lt;P&gt;How do I reference transport? treenode transport = ???&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 20:33:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485893#M4421</guid>
      <dc:creator>patrickABAWF</dc:creator>
      <dc:date>2017-02-09T20:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Equipment and transport utilization is zero when not moving ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485894#M4422</link>
      <description>&lt;P&gt;To be honest I'm not quite sure the best approach to this.  You may want to add some triggers on the equipment itself.  In the OnDropOff trigger have it send a delayed message to itself in 0 time.   And then in the on message trigger include something like:&lt;/P&gt;&lt;P&gt;setstate(current,STATE_UTILIZE);&lt;/P&gt;&lt;P&gt;You might need to include a conditional statement checking whether the OnDropOff is triggering when an equipment is being kept by a patient or not, I'm not entirely familiar with how and when these triggers are used by the equipment.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 21:29:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485894#M4422</guid>
      <dc:creator>sam_stubbsYXX86</dc:creator>
      <dc:date>2017-02-09T21:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Equipment and transport utilization is zero when not moving ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485895#M4423</link>
      <description>&lt;P&gt;We (the developers) never intended for a resource's state to automatically be set to "utilized" when kept. A kept resource is not necessarily being used or utilized in any way by the patient. It is simply being kept from being used by any other patient until released. There are several good reasons for this. I suggest that you force the resource to be utilized, if you want their state to be utilized. This can be done in a number of different ways, but most easily with a process activity. There are also trigger options to "Utilize" and "Free" a resource.&lt;/P&gt;
&lt;P&gt;As a side note, the setstate() command does not change HC related states. The setobjectstate() command is used instead; however, keep in mind that the timing is crucial when messing with the states of objects, because the object's behavior may overwrite your state changes.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 01:25:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485895#M4423</guid>
      <dc:creator>cliff_king</dc:creator>
      <dc:date>2017-02-10T01:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Equipment and transport utilization is zero when not moving ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485896#M4424</link>
      <description>&lt;P&gt;Hello Cliff, my resources are not necessarily kept.  The problem is that they are used by patients (lying on gurneys for hours) but there is no way to measure this utilization.  I get 1.9% utilization at the end of the day which is only their movements that is recorded.  They can be used for 75% of the day and I still get 1.9% utilization.  Whether they are kept or not doesn't affect that figure.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 14:39:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485896#M4424</guid>
      <dc:creator>patrickABAWF</dc:creator>
      <dc:date>2017-02-10T14:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Equipment and transport utilization is zero when not moving ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485897#M4425</link>
      <description>&lt;P&gt;I found a workaround.  &lt;/P&gt;&lt;P&gt;When a patient enters a gurney, I write the time on a label on the gurney.&lt;/P&gt;&lt;P&gt;When he leaves the gurney, I write in a global table the gurney name, time it was taken, and time it was released.&lt;/P&gt;&lt;P&gt;At the end of the simulation I will export the table to Excel and calculate the time each gurney was used VS the total run time.&lt;/P&gt;&lt;P&gt;This should give me a pretty estimate of the utilization.&lt;/P&gt;&lt;P&gt;I will also need to do this for the scopes that we are discussing in another post.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 16:15:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485897#M4425</guid>
      <dc:creator>patrickABAWF</dc:creator>
      <dc:date>2017-02-10T16:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Equipment and transport utilization is zero when not moving ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485898#M4426</link>
      <description>&lt;P&gt;Congratulations on finding a way to track the metric you were after by making recordings on your own, but I'm curious if you tried using the "Utilize" and "Free" triggers. I'm just curious for future reference if that is a viable option or not. [[note: I just looked at the "Utilize" pick list option, and it is intended for use with a Custom Activity, so it would not work for what you would want to use it for!]]&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 18:54:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485898#M4426</guid>
      <dc:creator>cliff_king</dc:creator>
      <dc:date>2017-02-10T18:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Equipment and transport utilization is zero when not moving ?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485899#M4427</link>
      <description>&lt;P&gt;I had tried it and it didn't work.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 22:06:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/equipment-and-transport-utilization-is-zero-when-not-moving/m-p/13485899#M4427</guid>
      <dc:creator>patrickABAWF</dc:creator>
      <dc:date>2017-02-10T22:06:37Z</dc:date>
    </item>
  </channel>
</rss>

