Skip to content

Latest commit

 

History

History
 
 

MTConnect.NET-SysML

MTConnect.NET Logo

MTConnect.NET-SysML

Classes to handle the read and process the MTConnect SysML Model

Nuget

Package Name Downloads Link
MTConnect.NET-SysML https://www.nuget.org/packages/MTConnect.NET-SysML

Overview

Based on the MTConnectTranspiler project to parse the SysML file and generate source files

Usage

using MTConnect.SysML;

// Parse the SysML file and create a model object
var mtconnectModel = MTConnectModel.Parse(@"C:\Users\MTConnect\Downloads\MTConnectSysMLModel.xml");