From c23e72b8b4eec5fe4b6ee77bc997980fcb356846 Mon Sep 17 00:00:00 2001 From: Roy Date: Sun, 13 Nov 2022 10:36:11 +0200 Subject: PPC "Use Flat Spool" + SpoolType logic improvements. Added RML->SpoolType calibration new parameters. --- .../Tango.DAL.Remote/DB/RMLS_SPOOLS.cs | 2 + .../Tango.DAL.Remote/DB/RemoteADO.edmx | 6 + .../Tango.DAL.Remote/DB/RemoteADO.edmx.diagram | 192 ++++++++++----------- 3 files changed, 104 insertions(+), 96 deletions(-) (limited to 'Software/Visual_Studio/Tango.DAL.Remote/DB') diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/RMLS_SPOOLS.cs b/Software/Visual_Studio/Tango.DAL.Remote/DB/RMLS_SPOOLS.cs index e6f7d52f7..e89c734c8 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/DB/RMLS_SPOOLS.cs +++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/RMLS_SPOOLS.cs @@ -23,6 +23,8 @@ namespace Tango.DAL.Remote.DB public Nullable LENGTH { get; set; } public Nullable BACKING_RATE { get; set; } public Nullable BOTTOM_BACKING_RATE { get; set; } + public Nullable START_OFFSET_PULSES { get; set; } + public Nullable SEGMENT_OFFSET_PULSES { get; set; } public Nullable BTSR_SPOOL_TENSION { get; set; } public virtual RML RML { get; set; } diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx index f20679667..0e16606a7 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx +++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx @@ -1385,6 +1385,8 @@ + + @@ -6890,6 +6892,8 @@ + + @@ -10277,6 +10281,8 @@ + + diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx.diagram b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx.diagram index 09dd59ad8..4c2849008 100644 --- a/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx.diagram +++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/RemoteADO.edmx.diagram @@ -5,102 +5,102 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.3.1