WIP Scada

Fanuc fix
This commit is contained in:
Lucio Maranta
2018-12-21 13:12:56 +01:00
parent ebfbfd2d9e
commit c379ed8f22
5 changed files with 7 additions and 7 deletions
@@ -26,7 +26,7 @@ namespace Step.Model.DatabaseModels
{
MagazineId = obj.MagazineId,
PositionId = (ushort)obj.PositionId,
Disabled = obj.Disabled ? (byte)1 : (byte)0,
// Disabled = obj.Disabled ? (byte)1 : (byte)0,
Type = obj.Type
};
}