WIP Fix siemens active file reading
WIP M154 M155
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user