Info
Version: | 15.4.3 |
Author(s): | John Lenz |
Last Update: | Friday, November 15, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://fms-insight.seedtactics.com/ |
NuGet Url: | https://www.nuget.org/packages/BlackMaple.MachineFramework |
Install
Install-Package BlackMaple.MachineFramework
dotnet add package BlackMaple.MachineFramework
paket add BlackMaple.MachineFramework
BlackMaple.MachineFramework Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- CsvHelper(>= 18.0.0)
- Microsoft.AspNetCore(>= 2.1.7)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.1.2)
- Microsoft.AspNetCore.Cors(>= 2.1.1)
- Microsoft.AspNetCore.HttpsPolicy(>= 2.1.1)
- Microsoft.AspNetCore.Mvc.Core(>= 2.1.16)
- Microsoft.AspNetCore.Mvc.Formatters.Json(>= 2.1.18)
- Microsoft.AspNetCore.ResponseCompression(>= 2.1.21)
- Microsoft.AspNetCore.StaticFiles(>= 2.1.1)
- Microsoft.AspNetCore.WebSockets(>= 2.1.7)
- Microsoft.Data.Sqlite(>= 3.1.6)
- Microsoft.Extensions.Configuration.Ini(>= 2.1.1)
- NSwag.AspNetCore(>= 12.3.1)
- Serilog(>= 2.9.0)
- Serilog.AspNetCore(>= 2.1.1)
- Serilog.Formatting.Compact(>= 1.1.0)
- Serilog.Sinks.Console(>= 3.1.1)
- Serilog.Sinks.File(>= 4.1.0)
- System.Data.Common(>= 4.3.0)
- CsvHelper(>= 18.0.0)
- Microsoft.AspNetCore(>= 2.1.7)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.1.2)
- Microsoft.AspNetCore.Cors(>= 2.1.1)
- Microsoft.AspNetCore.Hosting.WindowsServices(>= 2.1.1)
- Microsoft.AspNetCore.HttpsPolicy(>= 2.1.1)
- Microsoft.AspNetCore.Mvc.Core(>= 2.1.16)
- Microsoft.AspNetCore.Mvc.Formatters.Json(>= 2.1.18)
- Microsoft.AspNetCore.ResponseCompression(>= 2.1.21)
- Microsoft.AspNetCore.StaticFiles(>= 2.1.1)
- Microsoft.AspNetCore.WebSockets(>= 2.1.7)
- Microsoft.Data.Sqlite(>= 3.1.6)
- Microsoft.Extensions.Configuration.Ini(>= 2.1.1)
- NSwag.AspNetCore(>= 12.3.1)
- Serilog(>= 2.9.0)
- Serilog.AspNetCore(>= 2.1.1)
- Serilog.Formatting.Compact(>= 1.1.0)
- Serilog.Sinks.Console(>= 3.1.1)
- Serilog.Sinks.EventLog(>= 3.0.47)
- Serilog.Sinks.File(>= 4.1.0)
- System.Data.Common(>= 4.3.0)
It provides a server which stores a log of all events and stores a log of planned jobs, a server which translates incomming planned jobs into jobs in the cell controller, a REST-like HTTP API which allows other programs to view the events and create planned jobs, and an HTML client which displays a dashboard, station monitor, and data analysis based on the log of events, planned jobs, and current cell status.