Sample geometry
Measurement surface
Sample dimensions
Magnetization type
Magnetization direction
- (-) Remove diametrical filter diametrical
- (-) Remove radial filter radial
- axial (10) Apply axial filter
Magnetic field components
Measurement distance
- (-) Remove multiple distances filter multiple distances
Properties to be analyzed
- (-) Remove field statistics filter field statistics
- magnetic field distribution (10) Apply magnetic field distribution filter
- pole length / angle (10) Apply pole length / angle filter
- pole skewing angle (10) Apply pole skewing angle filter
- magnetic field strength (10) Apply magnetic field strength filter
- (-) Remove field homogeneity filter field homogeneity
- (-) Remove magnet position filter magnet position
- field vector angle (10) Apply field vector angle filter
- material defects (10) Apply material defects filter
- cracks (10) Apply cracks filter
- Magnetization angle deviation (10) Apply Magnetization angle deviation filter
- NS-symmetry (10) Apply NS-symmetry filter
- Fourier analysis (10) Apply Fourier analysis filter
Component
Application
End product
- e-motor (10) Apply e-motor filter
- linear motor (10) Apply linear motor filter
- rotary encoder (10) Apply rotary encoder filter
- blood pump (10) Apply blood pump filter
- position sensor (10) Apply position sensor filter
- reed switch (10) Apply reed switch filter
- wheel speed sensor (10) Apply wheel speed sensor filter
Form
Deployment
Industry
Request type
- (-) Remove purchase filter purchase
- (-) Remove measurement filter measurement
Receive detailed information about the configuration made in the selector above.
Software
MagScope is Magcam’s advanced data analysis software for measuring and analysing magnetic field distributions.
MagScope is designed to extract as much information as possible from the measurement data.
Various plugins are available for enhanced performance.
Use the filters on the left to narrow the MagScope features down to your application.
You can then send us this configuration using the 'Send configuration' button at the bottom of the filter. So we can contact you back with customized information.
The latest version of Magscope is v4.5.14.
Contact us at support@magcam.com to receive this version.
MagScope software
Saving settings and networks
When a network setup is configured for a specific measurement and /or analysis flow, it can be saved to a specific file, which can be loaded later again.
When a network setup is configured for a specific measurement and /or analysis flow, it can be saved to a file, which can be loaded later again.
To save a network to a file, select Save as… in the network’s context menu:
By default, MagScope will propose to save the file in the ‘C:/ProgramData/Magcam/MagScope/Presets/Custom’ directory. The ‘Presets’ directory is special, since files that are saved in this folder are directly available from the MagScope menu.
Saving measurement data
MagScope provides the option to save measurement data manually (one measurement) or automatically (measurements on multiple magnets).
MagScope provides the option to save measurement data manually (one or a few measurements) or automatically (measurements on multiple magnets).
Manually
To save the measurement data to a data file, right-click one of the elements in the network, e.g. the Camera element and select Save…:
A dialog is shown that asks the user to which type of file (.mcb or .csv) the data should be saved. Select the desired format.
Extracting a 1D cross-section
To gain more insight in the magnetic field of the permanent magnet, it is possible to extract a cross-section from the data in MagScope by using the lines feature in the 2D Plot element.

To gain more insight in the magnetic field of the permanent magnet, it is possible to extract a cross-section from the data in MagScope by using the lines feature in the 2D Plot element. Six different lines are available, given the user every option to learn more about the magnetic field details:
- Cross
- Circle
- Diagonal line
- Horizonal line
- Vertical line
- Rectangle
A circular cross-section is used to explain this feature.
In the toolbar on top, click on the Circle.
Opening a data file
MagScope supports two types of data files, CSV files and MCB files (the native MagScope format). To open a previously recorded/saved file, one can select File/Open MCB or File/Open CSV, depending on what type of file you want to open.

Two types of data files are supported by MagScope:
- MCB files: the native MagScope format. These are binary files containing magnetic field images. These files can be opened only by MagScope. Their file size is smaller than that of a corresponding CSV file.
- CSV files: ‘Comma Separated Values’ files containing magnetic field distribution data. These files can be opened with other programs, such as Matlab, Excel, Notepad etc.
Note: MagScope is backward compatible with the older ‘.magcam’ file format, as used by earlier versions of MagScope (v.3.x). They can be opened the same way as CSV files.
Creating plots and graphs
MagScope has the ability to show the magnetic field in different plot and graph formats, such as 2D, surface and quiver plots.

MagScope has the ability to show the magnetic field in different plot and graph formats, such as 2D, 1D, surface and quiver plots.
2D Plot
The 2DPlot element visualizes the data in a two dimensional color graph. When creating a 2DPlot element the ‘2DPlot’ window is shown. The 2DPlot allows you to draw following plot elements such as lines and circles. Measurements can be made between plot elements of the same type.
From the plot window, cross-sections and 2D areas can be selected and further analyzed in a new network.
MagScope basics
MagScope is built around ‘data’ and ‘networks’. Data is a matrix of measurement points, such as the magnetic field distributions that come from the magnetic field camera. The data is processed inside one or more ‘networks’, where it can be displayed, analyzed, transformed etc.

MagScope is built around ‘data’ and ‘networks’. Data is a matrix of measurement points, such as the magnetic field distributions that come from the magnetic field camera. The data is processed inside one or more ‘networks’, where it can be displayed, analyzed, transformed etc.
A network is a chain of ‘Elements’ through which the data flows. There are many types of elements and they can be combined in many ways, making the software very modular and flexible. Each element does something with the data (e.g. a ‘Plot’ element visualizes it) and then the data continues through the network to the next element.
3D plug-in
3-Component plug-in
The 3D plug-in for MagScope adds the functionality for analyzing the full three-component magnetic field distribution recorded with the MiniCube3D magnetic field camera.

The 3D plug-in for MagScope adds the functionality for analyzing the full three-component magnetic field distribution recorded with the MiniCube3D magnetic field camera. This includes:
3D analysis elements
In MagScope, most of the analysis elements have additional functionality for analyzing 3-component data. It not only contains the measured Bx, By and Bz components, but also derived components in the used coordinate system.

Most of the analysis elements have additional functionality for analyzing 3-component data. Generally, the component to be analyzed can be selected in a dropdown menu at the top left of the element window. This window not only contains the measured Bx, By and Bz components, but also derived components in the used coordinate system.
For the Cartesian coordinate system the available components are:
Python Scripting
Pass/fail quality control
Using the quantitative results of a MagFit analysis, an additional pass/fail analysis can be easily and directly performed. For this the Python scripting module for MagScope is used.

Using the quantitative results of a MagFit analysis, an additional pass/fail analysis can be easily and directly performed.
In the Python script, the results of a MagFit element in MagScope are accessed using the ‘Results()’ function of the ‘IElement’ class. In the return variable of this function, the results can be obtained and displayed.
Magcam engineers can assist our customers with writing Python scripts when desired.
Python scripting introduction
Magscope supports the use of Python scripts to add unlimited flexibility and functionality.
The Python scripting module for MagScope allows using the analysis results and other data of MagScope in an unlimited number of ways, chosen by the user, who can have his own Python scripts run automatically in MagScope.
The MagScope measurement and analysis software supports the use of Python scripts to add flexibility and functionality. MagScope comes standard with Python script templates which can serve as a basis for writing your own script to define a custom functionality. Alternatively, Magcam offers services for writing custom scripts.
Typical applications include: