<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - MapleSim 4.5 Posts and Questions</title>
    <link>http://www.mapleprimes.com/products/MapleSim/0</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sun, 12 Apr 2026 23:45:21 GMT</lastBuildDate>
    <pubDate>Sun, 12 Apr 2026 23:45:21 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>MapleSim 4.5 Questions and Posts on MaplePrimes</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - MapleSim 4.5 Posts and Questions</title>
      <link>http://www.mapleprimes.com/products/MapleSim/0</link>
    </image>
    <item>
      <title>Using previous states/parameters during simulation</title>
      <link>http://www.mapleprimes.com/questions/132531-Using-Previous-Statesparameters-During?ref=Feed:MaplePrimes:Version MapleSim 4.5</link>
      <itunes:summary>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;During simulation I need to use a parameter as a feedback, which is previously determined in a Modelica Custom Component. In this case, can we use Zero Order Hold (ZOH) block/function to hold the previous value? If yes, how should we choose the parameters of ZOH?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;During simulation I need to use a parameter as a feedback, which is previously determined in a Modelica Custom Component. In this case, can we use Zero Order Hold (ZOH) block/function to hold the previous value? If yes, how should we choose the parameters of ZOH?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description>
      <guid>132531</guid>
      <pubDate>Mon, 02 Apr 2012 22:59:55 Z</pubDate>
      <itunes:author>onder</itunes:author>
      <author>onder</author>
    </item>
    <item>
      <title>MapleSim Custom Component with a vector input and a matrix output</title>
      <link>http://www.mapleprimes.com/questions/131495-MapleSim-Custom-Component-With-A-Vector?ref=Feed:MaplePrimes:Version MapleSim 4.5</link>
      <itunes:summary>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I want to create a MapleSim Custom Component which has a vector input and the output is a matrix. In this case how can I define the system (Dynamic system sys:=DynamicSystems[?])? Hence, how can I assign these input/output to component ports?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I want to create a MapleSim Custom Component which has a vector input and the output is a matrix. In this case how can I define the system (Dynamic system sys:=DynamicSystems[?])? Hence, how can I assign these input/output to component ports?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description>
      <guid>131495</guid>
      <pubDate>Tue, 06 Mar 2012 22:57:25 Z</pubDate>
      <itunes:author>onder</itunes:author>
      <author>onder</author>
    </item>
    <item>
      <title>How do I define a road surface in the MapleSim Tire Toolbox</title>
      <link>http://www.mapleprimes.com/questions/121536-How-Do-I-Define-A-Road-Surface-In-The?ref=Feed:MaplePrimes:Version MapleSim 4.5</link>
      <itunes:summary>&lt;p&gt;How does one go about defining a road surface that can be used with the tire library for doing road holding on hills and side slopes?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;How does one go about defining a road surface that can be used with the tire library for doing road holding on hills and side slopes?&lt;/p&gt;</description>
      <guid>121536</guid>
      <pubDate>Sat, 11 Jun 2011 03:03:29 Z</pubDate>
      <itunes:author>smithw</itunes:author>
      <author>smithw</author>
    </item>
    <item>
      <title>Event iteration</title>
      <link>http://www.mapleprimes.com/questions/102418-Event-Iteration?ref=Feed:MaplePrimes:Version MapleSim 4.5</link>
      <itunes:summary>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;When i start the simulation of my model, which is a rotor-stator interaction, i get an error message where the rotor first touches the stator: "Simulation problem: maximum number of event iterations reached (100) at t= ....". I made a custom component to handle the contact event (change of the derivatives), but i don't know where i can change the maximum iteration to a higher number.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hello!&lt;/p&gt;
&lt;p&gt;When i start the simulation of my model, which is a rotor-stator interaction, i get an error message where the rotor first touches the stator: "Simulation problem: maximum number of event iterations reached (100) at t= ....". I made a custom component to handle the contact event (change of the derivatives), but i don't know where i can change the maximum iteration to a higher number.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;</description>
      <guid>102418</guid>
      <pubDate>Thu, 10 Mar 2011 22:54:16 Z</pubDate>
      <itunes:author>vicaut</itunes:author>
      <author>vicaut</author>
    </item>
    <item>
      <title>how do I create a custom component for throttle area in engine modeling?</title>
      <link>http://www.mapleprimes.com/questions/101617-How-Do-I-Create-A-Custom-Component-For?ref=Feed:MaplePrimes:Version MapleSim 4.5</link>
      <itunes:summary>&lt;p&gt;I'm learning maplesim 4.5 for my project. I need to create a custom component for throttle area in engine modeling?&lt;/p&gt;
&lt;p&gt;when I created I faced an error&amp;nbsp; like&amp;nbsp; 'invalid input:  Modelica expects value for keyword parameter parameters to be of type list (name =realcons)'&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;please suggest me to create the custom component. . .&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I'm learning maplesim 4.5 for my project. I need to create a custom component for throttle area in engine modeling?&lt;/p&gt;
&lt;p&gt;when I created I faced an error&amp;nbsp; like&amp;nbsp; 'invalid input:  Modelica expects value for keyword parameter parameters to be of type list (name =realcons)'&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;please suggest me to create the custom component. . .&lt;/p&gt;</description>
      <guid>101617</guid>
      <pubDate>Fri, 11 Feb 2011 17:05:31 Z</pubDate>
      <itunes:author>arunaa</itunes:author>
      <author>arunaa</author>
    </item>
  </channel>
</rss>