aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-11-13 10:36:11 +0200
committerRoy <Roy.mail.net@gmail.com>2022-11-13 10:36:11 +0200
commitc23e72b8b4eec5fe4b6ee77bc997980fcb356846 (patch)
treedf2cec52a6cd0d786432eefaf2857c1207cb7b73 /Software/Visual_Studio/MachineStudio/Modules
parentc14680622d66176dbc90f02dbed5629297f58bb9 (diff)
downloadTango-c23e72b8b4eec5fe4b6ee77bc997980fcb356846.tar.gz
Tango-c23e72b8b4eec5fe4b6ee77bc997980fcb356846.zip
PPC "Use Flat Spool" + SpoolType logic improvements.
Added RML->SpoolType calibration new parameters.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules')
-rw-r--r--Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/SpoolsView.xaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/SpoolsView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/SpoolsView.xaml
index 9cab8ed02..6a23d767e 100644
--- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/SpoolsView.xaml
+++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.RML/Views/SpoolsView.xaml
@@ -71,6 +71,8 @@
</Style>
</DataGridComboBoxColumn.EditingElementStyle>
</DataGridComboBoxColumn>
+ <DataGridTextColumn Header="START OFFSET PULSES" Binding="{Binding StartOffsetPulses,Converter={StaticResource EmptyStringToNullConverter}}" Width="Auto" />
+ <DataGridTextColumn Header="SEGMENT OFFSET PULSES" Binding="{Binding SegmentOffsetPulses,Converter={StaticResource EmptyStringToNullConverter}}" Width="Auto" />
<DataGridTextColumn Header="ROTATIONS PER PASSAGE" Binding="{Binding RotationsPerPassage,Converter={StaticResource EmptyStringToNullConverter}}" Width="Auto" />
<DataGridTextColumn Header="MAX LENGTH" Binding="{Binding Length,Converter={StaticResource EmptyStringToNullConverter}}" Width="Auto" />
<DataGridTextColumn Header="BACKING RATE" Binding="{Binding BackingRate,Converter={StaticResource EmptyStringToNullConverter}}" Width="Auto" />