aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-03 19:37:52 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-11-03 19:37:52 +0200
commitee3f1aa159ebb326e7c7053501130afa06bf47d4 (patch)
tree911ccd61d5d4bc023fa5a1748d610edddc396060 /Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs
parent6db93c4c48052e8331071b138a60c01352511a78 (diff)
downloadTango-ee3f1aa159ebb326e7c7053501130afa06bf47d4.tar.gz
Tango-ee3f1aa159ebb326e7c7053501130afa06bf47d4.zip
Moved ArcHeadCleaningMotorSpeed to RML => Head Cleaning Parameters.
Modified local data store schema to unique machine,collection,key.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs
index 2294ec874..f0699bc72 100644
--- a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs
+++ b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs
@@ -285,13 +285,5 @@ namespace Tango.BL.DTO
get; set;
}
- /// <summary>
- /// arc head cleaning motor speed
- /// </summary>
- public Double ArcHeadCleaningMotorSpeed
- {
- get; set;
- }
-
}
}