Fanuc TT
& alarm Fixes
This commit is contained in:
@@ -34,12 +34,12 @@ namespace Step.Model.DatabaseModels
|
||||
{
|
||||
return new NcShankModel()
|
||||
{
|
||||
ShankId = obj.ShankId,
|
||||
ShankId = (ushort)obj.ShankId,
|
||||
Balluf = obj.Balluf == null ? (ushort)0 : (ushort)obj.Balluf.Value,
|
||||
MagazineId = obj.MagazineId == null ? (byte)0 : obj.MagazineId.Value,
|
||||
PositionId = obj.PositionId == null ? (byte)0 : obj.PositionId.Value,
|
||||
MagazinePositionType = obj.MagazinePositionType,
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user