Skip to content

MADS-NET/mt_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

machinetool plugin for MADS

This is a Sink plugin for MADS.

Required MADS version: 2.0.0.

Supported platforms

Currently, the supported platforms are:

  • Linux
  • MacOS
  • Windows

Installation

Linux and MacOS:

cmake -Bbuild -DCMAKE_INSTALL_PREFIX="$(mads -p)"
cmake --build build -j4
sudo cmake --install build

Windows:

cmake -Bbuild -DCMAKE_INSTALL_PREFIX="$(mads -p)"
cmake --build build --config Release
cmake --install build --config Release

INI settings

The plugin supports the following settings in the INI file:

[machinetool]
# Describe the settings available to the plugin

All settings are optional; if omitted, the default values are used.

Executable demo


About

A sink plugin for visualizing on Rerun.io the axes position in a machine tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors