Digital twin assisted intelligent cutting with machine tool monitoring
Plug-in Development
Various CNC Drivers and monitoring Functions have a plug-in architecture, therefore they can be developed by users as they want.​
CNC Communication Drivers
Users can design plug-in drivers for their own machine tools by following certain intelCut communication rules.
Due to this reason, there is a Visual Studio 2019 c++ development solution, named intelCutCNCDev. At the end, it generates a dll driver file and it is placed under intelCut folder to communicate with it.
​
So far, Heidenhain-iTNC530, Fanuc-Focas30i and O-Siemens-Sinumerik840D drivers are available.
On-Line CNC Monitoring Functions
Users can design their own monitoring functions by following certain intelCut communication rules.
Due to this reason, there is a Visual Studio 2019 c++ development solution, named intelCutFuncDev. At the end, it generates a dll function file and it is placed under intelCut folder to communicate with it.
​
So far, FFTBasedChatter-AdaptiveControl, ToolBreakage and ToolWear functions are available.

