diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-03 19:37:52 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-03 19:37:52 +0200 |
| commit | ee3f1aa159ebb326e7c7053501130afa06bf47d4 (patch) | |
| tree | 911ccd61d5d4bc023fa5a1748d610edddc396060 /Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs | |
| parent | 6db93c4c48052e8331071b138a60c01352511a78 (diff) | |
| download | Tango-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.DAL.Remote/DB/RML.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs b/Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs index 93648de50..af0077df7 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs +++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs @@ -72,6 +72,7 @@ namespace Tango.DAL.Remote.DB public int WINDER_D { get; set; } public bool BYPASS_ROCKERS { get; set; } public int CLEANER_FLOW { get; set; } + public double ARC_HEAD_CLEANING_MOTOR_SPEED { get; set; } [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")] public virtual ICollection<CAT> CATS { get; set; } |
