These are a examples of useful add-ons for pro Fit that are available for download. If you are a pro Fit user who would like to contribute something, please just contact us.
- Xcode projects and files (172 kB)
Sample code for building plug-ins (external modules) using Xcode 10. This allows programmers to use their preferred language (Swift, C, Objective C) to implement fast versions of custom functions and programs for pro Fit. - ODE Module
A plug-in to solve systems of coupled differential equations. Up to 12 first order equations are supported. Solutions can be plotted as phase diagrams. Comes in a Universal version. A short summary documentation can be found here. Author: Dirk Fröhling. - Mechanics examples with pro Fit
A description (in German) of the solutions of various mechanical problems using pro Fit. Author: Dirk Fröhling. - LogRelaxation
A function providing a Gaussian relaxation time distribution and the decay function resulting from that. It is an example of recursive programming and contains an implementation of a smart integration algorithm. Author: Christoph Baehr. - Simple Spline Interpolation
This is a function that access a data set to draw a smooth line betweeen points. Useful for data sets with a lot of noise on them, but that show a trend. - More Powerful Spline Interpolation
This is a function that access a data set to draw a smooth line betweeen points. Useful for data sets with a lot of noise on them, but that shows a trend. It offers more parameters and settings when compared to the simple version above. - Drawing Shapes
A script to draw some shapes. It creates a submenu in the Scripts menu for drawing an arrow, an oval, a curly bracket, the circuit symbol for a resistor, or for an inductor. - Function Parameters to and from Data Windows
A script to transfer the current parameter set of the current function to and from data windows. This provides a way to store individual data sets in a flexible way depending on your preference.