MapleSim Questions and Posts

These are Posts and Questions associated with the product, MapleSim

Hi

 

I am working with mapleSim in two different computers, one in my school and another that is mine. I am using dropbox to keep the mapleSim documents and the costum component that i am creating synchronized in both PC´s. But i have noticed that mapleSim store the file that i attacht in another folder, so when i change the components equations in one document, on the other PC there are no changes. Is it possible to change the folder where the...

Hi All,

 

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?

 

Thanks

Hi all,

I have some problems to model a DC-AC converter with transistor. Can some one take a look in my maplesim file and help to correct it

Thanks

transistor.msim

hi

I am a mechanical engineer student and i am trying to learn mapleSim, but i am having some dificulties.
I am first trying to model an heat exchanger from a domestic water heater. I have found on maples website a costum component and i am trying to do a similar one to start.
The component that i am talking about is this one:

http://www.maplesoft.com/applications/view.aspx?SID=35160


The problem is that after i put my own equations, parameters,...

I'am simulating a Simple AC-DC converter withTransistor NPN. When the load is just a resistance. It work. But, when I add an inductor of 10 mH to the load. Do not work. Why ?

transistor.msim

Thanks in advance

Dr. Gilbert Lai is a mentor for the FIRST Robotics team SWAT 771. He is helping an all girls team from grades 7-12 design a basketball-shooting robot for this year’s annual FIRST Robotics Competition. Dr. Lai is using MapleSim and Maple to help the team understand the principles involved and design their robot. This blog post is part of a series that chronicles the progress of the team.  Posts in the series include:

  • Part 1 - 

dear sir, I want to use maplesim to import the modelica model of truetime network, but failed. the model is writen in modelica 2, is there any way to sovle this problem?

How can we design a wind turbine and simulate it?


Hi all,

A while ago, I had asked a question relating to calling to an MapleSim .msim simulation within maple .mw worksheet. (Thank you Acer! :) I got it working but then another issue just popped up...The basic structure is as follows:

********************************************************************

A := MapleSim:-LinkModel('filename' = "TriplePendulum_WORKS_v2.msim")

for z from 1 to 50 do

     initialize_variables;

Hello,

 

I have created a MapleSim model including a few custom components. When I try to run the simulation, I receive the following error:

cannot resolve function `Main.'Typesetting:-mambiguous'`; there is no function `'Typesetting:-mambiguous'` visible in model `Main`

 

How do I know where the source of the error is?

 

Thank you,

Behzad

Dr. Gilbert Lai is a mentor for the FIRST Robotics team SWAT 771. He is helping an all girls team from grades 7-12 design a basketball-shooting robot for this year’s annual FIRST Robotics Competition. Dr. Lai is using MapleSim and Maple to help the team understand the principles involved and design their robot. This blog post is part of a series that chronicles the progress of the team.  Posts in the series include:

  • Part 1 - 

Hi everyone,

In MapleSim, I know that after running a model simulation, one can save the data via 'export data in excel or csv' format...

But is it possible to automate this process via a script? For example, if I wanted to see what the model data looks like by varying one parametere between 10 to 50?

Example:

for i = 1:50

   variable_in_model = i;

   run MapleSim model;

   save MapleSim model data;

Bonjour

Je n'arrive pas à faire fonctionner un montage simple.

J'ai un message d'erreur : (in dsolve/numeric/RunSimulation) unable to compile, please check your options by running with infolevel [ToExternal]:=1; simulation failed.

Que dois-je faire ?

Windows 7  64bits / Maple 61bits

Merci

Does anybody know how to configure the model to obtain the position constraint equations of a slider-crank mechanism as:

l1·cos(theta)+l2·sin(beta)-s = 0
l1·sin(theta)-l2·cos(beta) = 0

instead as obtained in the help-example on:
http://www.maplesoft.com/support/help/MapleSim/view.aspx?path=MapleSim/Multibody/Kinematic_Exports

Thanks in advance

Hi everyone.

I have a doubt:

On the example at "kinematic exports help", the position constrain equations are not the same as the one made by hand. In fact, they should be as:

l1·cos(theta)+l2·sin(beta)-s = 0

l1·sin(theta)-l2·cos(beta) = 0

I know that a bit difference might be due to de sector of the angle beta. However, what I cannot undestand is why the term "s" appears multiplying to "cos(theta)" in the example.

Can anybody please help me?

Regards.

 

First 29 30 31 32 33 34 35 Last Page 31 of 41