MapleSim Add-Ons Questions and Posts

These are Posts and Questions associated with the product, MapleSim Add-Ons

MapleSim 6.4 includes more powerful tools for creating custom components, performance enhancements, and enhancements to the model generators for Simulink® and FMI. 

We have also made important updates to the MapleSim Control Design Toolbox. This toolbox now offers a more complete set of algorithms for PID control, new commands for computing closed-loop transfer functions, and numerous improvements to existing commands. These enhancements allow engineers to design a greater variety of controllers and controller-observer systems while taking advantage of the greater flexibility and analysis options available through the use of symbolic parameters. 

See What’s New in MapleSim 6.4 and What’s New in the MapleSim Control Design Toolbox for details.

 

eithne

Hello,

I have a model in MapleSim for which I've generated the optimized C code using the connector toolbox, and I'd like to work with it directly. I was wondering if there is any documentation or examples of how to do this? I haven't been able to find any online.

Thanks! 

In the folders Maple 16: there is a file named MapleToolbox_Window.exe. What can I do with it?

I want to solve numerically the nonlinear problem 

a*(diff(y(x), x, x))+2*(diff(y(x), x))+exp(y(x)) = 0, y(0) = 0, y(1) = 0

by defining my own method defined as 

yn+1=yn+2*h*(-2*yn+2*ln(2/(1+x))-(1/2)*a)^2/(a*(-4*yn+4*ln(2/(1+x))-a-h*(4*yn-4*ln(2/(1+x))+a+x+1)/a))

where h is the step-size. Please help me by letting me know how can I do this using Maple 11.

 

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?

I worked a problem in my textbook using maple.I define two differential equations sys1:=[dy/dt=...,dx/dt=...] and its linearize point lin_point:=[...],then using linearize command,I obtained a state space description of the system.Now,I want to using state space description to get transfer function of the system,how can I do it directly without retype the state matrices a,b,c,and d manually?  

Thank you!

Hi,

I have downloaded the lead acid battery model from the link http://www.maplesoft.com/applications/view.aspx?SID=34125. I have made the whole system as a subsystem block and tried to generate a simulink sfunction block, but I was not successful. I am getting the below error while doing so.

 Error in Component Button43 with caption "Generate to Simulink":
(in MapleSim:-GetInitialConditions:-GetInitialConditions...

I am trying to create a Simulink component block from a MapleSim subsystem. I have one input to the subsystem, and the Specified Inputs and Outputs section of the MapleSim Connector worksheet also shows that the subsystem has one input. However, When I export the model to Simulink, there is no input port, just one output. How can I fix this?

1 2 Page 2 of 2