MapleSim Questions and Posts

These are Posts and Questions associated with the product, MapleSim

Hi all,

I am interested to find documentation from internet in using Maplesim for power electronics simulations. Like Gradators and frequency variators etc...

I can not find any documentations.

Could you if exist any web site for modeling in power electronics and perhaps with Maplesim

Thanks in advance for any help

Kamel

Hi everyone.. Now, i learn Maplesim.. I want measures force between 2 frame(a and b). which are connected by prismatic joint.

But a force and moment sensor acts as a weld joint.. so althought i measured force but frame b can't move.

who can solve my problem??

thank very much!!!

PS: i want measure force 2 frame to calculate the friction between them.

   The recent flow of spam into MaplePrimes gave an opportunity to recall some pages fallen out of our memory: interesting questions, deep answers, and rich in content posts. It suggested me the following idea which I would like to discuss with the  MP members. Maybe, it would be reasonable to create a new heading "The best of MaplePrimes" in MaplePrimes. For example, every month experts choose a few candidates to be included in "The best of MP". Then the...

Hello!

I'm trying to solve numerically an ODE system with piecewise. And this piecewise is very important for this task.

This system describes behavior of a pulley with friction. There are some constants: m, c, g, mu and J. Values of this constants are not important.

> sys := m*a(t) = piecewise(a(t) < a0, F0*time, a(t) >= a0, 0), v(t) = diff(x(t), t), a(t) = diff(v(t), t);
> m := 5; F0 := 10; a0 := 5;
> initialconditions := x(0) = 0, v(0) = 0;

Hello!

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.

Thank you.

Hello,

I want to generate a source component,namely,acceleration function,y(t)=(1/2)*t^2,where y(t) is output of the component. Is there any way to generate it?

By the way,I find a component,named 'Real Expression',which located in Signal Blocks\Sources\Real. I thought it may solve my problem,but after reading the help document,I felt the description was too simple to understand. Can you give me an example of how it can be used?

Thank you!

Hi all,

I need to define a state machine in MapleSim. A Maple procedure would help to solve this issue. How do I include a Maple procedure in my MapleSim model?

I am looking forward to your answers.

Fabian

cart.msim

Hello,

I use maplesim to construct a cart, which is controlled by a DC magnet. As the model in the document illustrated, the cart is drived by a prismatic, and there is a rigid body frame between the cart and the prismatic. This rigid body frame is used to sustain the cart....

Hi all,

I'm working on systems with discontinuities and need to define a finite state machine.

I tried to define one by myself and encountered some errors. The computation of initial conditions complains about either cycles and suggests using a pre-block - I am allready using one - or about inconsistent initial conditions and ignores some constraints. Does the initial condition computing algorithm loop insufficiently?

I also tried to use the modelica...

two_pendulums.msim

 

Hello,

I use maplesim to simulate two simple pendulum, as the figure illustrated. The model works well. I want to let the names "pendulum A" and "pendulum B" appear in the 3D graphical view, so the audience will distinguish them...

Friends,

 

I am very beginner of Maple softs, in order to proceed with my project i need to model a simple Human Knee joint and  to do its simulation, Somebody please help on this, otherwise i cant able to proceed with my project.

 

Waiting for a solution

Vinil

Hello, MaplePrimes!

I want to create a custom component to model dynamics of a movable pulley, which can rotate and move along some direction (translational motion). I’ve got dynamic system, which describes both motions of a pulley. Some information about this dynamic system:

 

Hey all you clever people

 

I have been leaning simulink in school today. The problem is that i like maple, and would like to solve all my problems in maple

The problem we solved i attached in a zip file.

Can anyone make a simulation in maplesim, that does the same, and mail it to me?

 

Looking forward to hear from you

 

Rune Behnk Eriksen

I'm learning maplesim 4.5 for my project. I need to create a custom component for throttle area in engine modeling?

when I created I faced an error  like  'invalid input: Modelica expects value for keyword parameter parameters to be of type list (name =realcons)'

 

please suggest me to create the custom component. . .

I am new to maple, and looking for som tourturial to get me started. My school dont offer any education in the program.

 

Can maple do the same things as matlab? i have a little program i wrote i matlab. Is it possible for me to write that i maple?

% Afkøling af 1L mælk
% 08.02.2011/RBE

clc                   % sletter skærmen

First 32 33 34 35 36 37 38 Page 34 of 41