Home of ShapeIt: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
No edit summary
No edit summary
Line 89: Line 89:
</ul>
</ul>
<p>If you have any trouble installing or using ShapeIt, <b>please read the [[FAQ_of_shapeit | FAQ of ShapeIt]] first.</b></p>
<p>If you have any trouble installing or using ShapeIt, <b>please read the [[FAQ_of_shapeit | FAQ of ShapeIt]] first.</b></p>
<h1 align="left">Older versions</h1>
<p>For older versions and their changelog, see the table below.</p>
<table border=1 cellpadding=4 cellspacing=1>
  <tr bgcolor=#dddddd>
    <td><p>Release v0.12</p></td>
    <td><p>Release v0.13</p></td>
    <td><p>Release v0.14</p></td>
    <td><p>Release v0.15</p></td>
  </tr>
  <tr>
    <td><p>Full version:*<br>[[Media:Shapeit v0.12 mfiles.zip|ShapeIt_v0.12]]</p></td>
    <td><p>Full version:*<br>[[Media:Shapeit v0.13 mfiles.zip|ShapeIt_v0.13]]</p></td>
    <td><p>Full version:*<br>[[Media:Shapeit v0.14 mfiles.zip|ShapeIt_v0.14]]</p></td>
    <td><p>Full version:*<br>[[Media:Shapeit v0.15 mfiles.zip|ShapeIt_v0.15]]</p></td>
  </tr>
  <tr>
    <td><p>Educational version:**<br>[[Media:Shapeit student version v0.12.zip|ShapeIt_student_version_v0.12]]</p></td>
    <td><p>Educational version:**<br>[[Media:Shapeit student version v0.13.zip|ShapeIt_student_version_v0.13]]</p></td>
    <td><p>Educational version:**<br>[[Media:Shapeit student version v0.14.zip|ShapeIt_student_version_v0.14]]</p></td>
    <td><p>Educational version:**<br>[[Media:Shapeit student version v0.15.zip|ShapeIt_student_version_v0.15]]</p></td>
  </tr>
  <tr>
    <td valign="top"><p>Some important changes:
      <ul type="circle">
        <li>compatible with Matlab FRD objects</li>
        <li>improved computation of unwrapped phase</li>
        <li>improved margin computations</li>
        <li>unit disc (0dB) in Nyquist plot</li>
        <li>wrapping of Nichols chart possible</li>
        <li>improved controller discretization</li>
        <li>small bug-fixes</li>
      </ul></p>
    </td>
    <td valign="top"><p>Some important changes:
      <ul type="circle">
        <li>improved labels for data cursors in all plots</li>
        <li>frequency data available in Nyquist and Nichols data cursor</li>
        <li>loading plants from file improved</li>
        <li>better usability of data-loading functionality</li>
        <li>better looks when used on Linux platforms</li>
      </ul></p>
    </td>
    <td valign="top"><p>Some important changes:
      <ul type="circle">
        <li>added extra 4th order example plant with adjustable parameters</li>
        <li>updated DCTools for compatibility with dSpace</li>
        <li>solved occasional stability-issue for discretized controller</li>
        <li>minor adjustments for plants with many RHP zeros and/or poles</li>
        <li>minor bug-fixes</li>
      </ul></p>
    </td>
    <td valign="top"><p>Some important changes:
      <ul type="circle">
        <li>Added "double integrator" (with complex zeros) controller block</li>
    <li>Better readout for very low bandwidths</li>
    <li>Fixed occasional "pos" or "figpos" error</li>
    <li>Solved compilation error when Simulink is not installed</li>
    <li>Solved compatibility issues with newer Matlab versions (figure handling)</li>
    <li>Added single M-circle to Nyquist plot (scaling with Modulus margin)</li>
      </ul></p>
    </td>
  </tr>
</table>
<p><i>* Full version contains optimization aid based on genetic programming:
<ul type="circle">
<li> contact the program maintainer if you want to try it (file is password protected for educational reasons) </li>
<li> requires the "Global Optimization Toolbox" (formerly known as "Genetic Algorithm Direct Search Toolbox")</li>
</ul></i></p>
<p><i>** Educational version has no optimization aid.</i></p>


<h1 align="left">Feedback</h1>
<h1 align="left">Feedback</h1>

Revision as of 13:55, 10 October 2022

ShapeIt is a dedicated loopshaping tool for motion systems. It depicts all the relevant information and transfer functions for loopshaping a controller in a single window, making life of a control engineer a little bit easier. The full version even comes with an automated optimization tool. ShapeIt runs under Matlab, version 7.0.4 and higher.

ShapeIt has been first presented to the public at the 2006 IEEE ICCA.

Screenshots

ShapeIt is designed for Matlab. Here are some screenshots (click to enlarge):

Shapeit-screendump-1.jpg Shapeit-screendump-2.jpg Shapeit-screendump-3.jpg Shapeit-screendump-4.jpg

Requirements

  • Matlab 7.0.4 or newer
  • Control System Toolbox
  • C-compiler (Matlab LCC, gcc, or any other compiler)
  • To use the optimization: Global Optimization Toolbox (from R2010a onwards) / Genetic Algorithm Direct Search Toolbox (up to R2009b)

Download

The current version is v0.14.

Release v0.12

Release v0.13

Release v0.14

Release v0.16

Full version:*
ShapeIt_v0.12

Full version:*
ShapeIt_v0.13

Full version:*
ShapeIt_v0.14

Full version:*
ShapeIt_v0.16

Educational version:**
ShapeIt_student_version_v0.12

Educational version:**
ShapeIt_student_version_v0.13

Educational version:**
ShapeIt_student_version_v0.14

Educational version:**
ShapeIt_student_version_v0.16

Some important changes:

  • compatible with Matlab FRD objects
  • improved computation of unwrapped phase
  • improved margin computations
  • unit disc (0dB) in Nyquist plot
  • wrapping of Nichols chart possible
  • improved controller discretization
  • small bug-fixes

Some important changes:

  • improved labels for data cursors in all plots
  • frequency data available in Nyquist and Nichols data cursor
  • loading plants from file improved
  • better usability of data-loading functionality
  • better looks when used on Linux platforms

Some important changes:

  • added extra 4th order example plant with adjustable parameters
  • updated DCTools for compatibility with dSpace
  • solved occasional stability-issue for discretized controller
  • minor adjustments for plants with many RHP zeros and/or poles
  • minor bug-fixes

* Full version contains optimization aid based on genetic programming:

  • contact the program maintainer if you want to try it (file is password protected for educational reasons)
  • requires the "Global Optimization Toolbox" (formerly known as "Genetic Algorithm Direct Search Toolbox")

** Educational version has no optimization aid.

Installation

  • Unzip files into a directory e.g. C:\Program Files\matlab704\toolbox\shapeit
  • Goto this directory in Matlab and run: shapeit_setup_runonce
  • Installation is ready now, the application can be started by running: shapeit

If you have any trouble installing or using ShapeIt, please read the FAQ of ShapeIt first.


Older versions

For older versions and their changelog, see the table below.

Release v0.12

Release v0.13

Release v0.14

Release v0.15

Full version:*
ShapeIt_v0.12

Full version:*
ShapeIt_v0.13

Full version:*
ShapeIt_v0.14

Full version:*
ShapeIt_v0.15

Educational version:**
ShapeIt_student_version_v0.12

Educational version:**
ShapeIt_student_version_v0.13

Educational version:**
ShapeIt_student_version_v0.14

Educational version:**
ShapeIt_student_version_v0.15

Some important changes:

  • compatible with Matlab FRD objects
  • improved computation of unwrapped phase
  • improved margin computations
  • unit disc (0dB) in Nyquist plot
  • wrapping of Nichols chart possible
  • improved controller discretization
  • small bug-fixes

Some important changes:

  • improved labels for data cursors in all plots
  • frequency data available in Nyquist and Nichols data cursor
  • loading plants from file improved
  • better usability of data-loading functionality
  • better looks when used on Linux platforms

Some important changes:

  • added extra 4th order example plant with adjustable parameters
  • updated DCTools for compatibility with dSpace
  • solved occasional stability-issue for discretized controller
  • minor adjustments for plants with many RHP zeros and/or poles
  • minor bug-fixes

Some important changes:

  • Added "double integrator" (with complex zeros) controller block
  • Better readout for very low bandwidths
  • Fixed occasional "pos" or "figpos" error
  • Solved compilation error when Simulink is not installed
  • Solved compatibility issues with newer Matlab versions (figure handling)
  • Added single M-circle to Nyquist plot (scaling with Modulus margin)

* Full version contains optimization aid based on genetic programming:

  • contact the program maintainer if you want to try it (file is password protected for educational reasons)
  • requires the "Global Optimization Toolbox" (formerly known as "Genetic Algorithm Direct Search Toolbox")

** Educational version has no optimization aid.


Feedback

Please send bugs, problems, suggestions for future releases etc. to Gert Witvoet: @gwitvoet.

Copyright

Copyright © 2005-2012 DJH Bruijnen, G Witvoet; Control Systems Technology, Eindhoven University of Technology

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.