<?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 Detail of target parameters of methods in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/detail-of-target-parameters-of-methods/m-p/13573092#M72903</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.0.8 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P id="isPasted"&gt;Conveyor properties are listed &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.0/Reference/3DObjects/Conveyors/StraightCurvedConveyor/StraightCurvedConveyor.html#properties" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;There is a Speed property in this, but changing this value with the setProperty method does not actually change the speed. (It is necessary to use the Conveyor.targetSpeed method) It seems that the user is confused because the processing speed of the processor can be changed with the setProperty method.&lt;/P&gt;&lt;P&gt;Is it possible to write to the "Speed" item on &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.0/Reference/PropertiesPanels/ConveyorPanels/ConveyorBehavior/ConveyorBehavior.html#speed" target="_blank"&gt;this page&lt;/A&gt; that Conveyor.targetSpeed must be used to change the speed?&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 23 Aug 2023 13:17:34 GMT</pubDate>
    <dc:creator>tsuji_ryusuke</dc:creator>
    <dc:date>2023-08-23T13:17:34Z</dc:date>
    <item>
      <title>Detail of target parameters of methods</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/detail-of-target-parameters-of-methods/m-p/13573092#M72903</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 23.0.8 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P id="isPasted"&gt;Conveyor properties are listed &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.0/Reference/3DObjects/Conveyors/StraightCurvedConveyor/StraightCurvedConveyor.html#properties" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;There is a Speed property in this, but changing this value with the setProperty method does not actually change the speed. (It is necessary to use the Conveyor.targetSpeed method) It seems that the user is confused because the processing speed of the processor can be changed with the setProperty method.&lt;/P&gt;&lt;P&gt;Is it possible to write to the "Speed" item on &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.0/Reference/PropertiesPanels/ConveyorPanels/ConveyorBehavior/ConveyorBehavior.html#speed" target="_blank"&gt;this page&lt;/A&gt; that Conveyor.targetSpeed must be used to change the speed?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Aug 2023 13:17:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/detail-of-target-parameters-of-methods/m-p/13573092#M72903</guid>
      <dc:creator>tsuji_ryusuke</dc:creator>
      <dc:date>2023-08-23T13:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Detail of target parameters of methods</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/detail-of-target-parameters-of-methods/m-p/13573093#M72904</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hey &lt;A rel="user" href="https://answers.flexsim.com/users/28681/ryusuket.html" nodeid="28681"&gt;@Ryusuke T&lt;/A&gt;, I'm not sure what you're talking about when you say "changing the Speed property with setProperty doesn't actually change the speed." I just tested it with 23.0.10 and it seems to work fine at changing the speed of a conveyor.&lt;/P&gt;&lt;P&gt;If you're talking about changing the speed of a conveyor &lt;EM&gt;while the model is running&lt;/EM&gt; then you're correct; the "Speed" property will only change the speed of a conveyor when the Model is reset. &lt;A rel="noopener noreferrer" href="https://docs.flexsim.com/en/23.0/Reference/CodingInFlexSim/FlexScriptAPIReference/Conveyor/Conveyor.html#Property-targetSpeed" target="_blank"&gt;Conveyor.targetSpeed&lt;/A&gt; is used to change the speed of a conveyor while the model is running. The changes to targetSpeed will &lt;STRONG&gt;not&lt;/STRONG&gt; persist on model reset.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Aug 2023 16:34:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/detail-of-target-parameters-of-methods/m-p/13573093#M72904</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2023-08-23T16:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Detail of target parameters of methods</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/detail-of-target-parameters-of-methods/m-p/13573094#M72905</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/35833/kavikaf.html" nodeid="35833"&gt;@Kavika F&lt;/A&gt; ,&lt;/P&gt;&lt;P id="isPasted"&gt;Thank you for answering.&lt;/P&gt;&lt;P&gt;As you say setProperty changes speed when reset. I apologize.&lt;/P&gt;&lt;P&gt;However, since the processing speed of the processor changes even while the simulation is running, I wanted to tell you that there is a difference in this point.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Aug 2023 22:13:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/detail-of-target-parameters-of-methods/m-p/13573094#M72905</guid>
      <dc:creator>tsuji_ryusuke</dc:creator>
      <dc:date>2023-08-23T22:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Detail of target parameters of methods</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/detail-of-target-parameters-of-methods/m-p/13573095#M72906</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;I see your point. I will send in a suggestion to the dev team to update our documentation on this matter pertaining to the difference between setting Speed with SetProperty and setting the .targetSpeed.&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Aug 2023 17:35:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/detail-of-target-parameters-of-methods/m-p/13573095#M72906</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2023-08-28T17:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Detail of target parameters of methods</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/detail-of-target-parameters-of-methods/m-p/13573096#M72907</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;There's no difference between how the Properties work in general on different objects. The difference is how each object uses each of its properties.&lt;/P&gt;&lt;P&gt;Each time a processor receives an item, it gets its ProcessTime property to determine how long to process that item. If you adjust the ProcessTime during the processing of an item, it will have no effect on the current item because its events aren't re-evaluated by changing the property. The &lt;EM&gt;next&lt;/EM&gt; time the processor gets the ProcessTime property (for the &lt;EM&gt;next&lt;/EM&gt; item), it will return and use the new value.&lt;/P&gt;&lt;P&gt;Each time a conveyor resets, it gets its Speed property to determine its default speed at time 0. While running, you can modify the conveyor's targetSpeed, which will adjust its speed based on the current time, its current speed at that time, and its Acceleration/Deceleration properties. This will affect the events of the items on that conveyor. Its Speed property is only evaluated once, at the beginning of the model run. That's why its documentation says "The &lt;U&gt;default&lt;/U&gt; speed of the conveyor." (emphasis on default.)&lt;/P&gt;&lt;P&gt;If you call setProperty() during a model run, then that property will be different whenever the object next calls getProperty() to get it. If the object doesn't evaluate that property anymore using getProperty(), then your change isn't going to do anything.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Aug 2023 18:18:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/detail-of-target-parameters-of-methods/m-p/13573096#M72907</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2023-08-28T18:18:55Z</dc:date>
    </item>
  </channel>
</rss>

