WIP Fix siemens active file reading

WIP M154 M155
This commit is contained in:
Lucio Maranta
2018-11-06 17:01:09 +00:00
parent a702981aff
commit 49fd77332a
7 changed files with 223 additions and 7 deletions
+15 -1
View File
@@ -109,7 +109,21 @@ namespace CMS_CORE_Library.Models
public uint Id;
public uint Value;
}
public struct InputOperatorIsNeededModel
public struct InputIsNeededModel
{
public uint Process;
public bool IsNeeded;
}
public struct MtConnectDataIsNeededModel
{
public uint Process;
public bool IsNeeded;
public string[] ActualLine;
}
public struct MtConnectDataNeededModel
{
public uint Process;
public bool IsNeeded;