|
@@ -103,8 +103,10 @@
|
|
|
KeyOperation="{Binding ElementName=self,Path=KeyDownCommand}"/>
|
|
|
<TextBlock Grid.Column="2" Margin="0,0,2,0" TextAlignment="Center" VerticalAlignment="Center"
|
|
|
Text="{Binding ElementName=self,Path=MotionData.ProfileVelocity,StringFormat=\{0:F2\}}" Background="Black" Foreground="Lime" FontSize="16" FontWeight="Bold"/>
|
|
|
- <TextBlock Text="rpm" Grid.Row="0" Grid.Column="3" TextAlignment="Center" VerticalAlignment="Center" Background="Black" Foreground="Lime" FontSize="16" FontWeight="Bold">
|
|
|
-
|
|
|
+ <TextBlock Grid.Row="0" Grid.Column="3" TextAlignment="Center" VerticalAlignment="Center" Background="Black" Foreground="Lime" FontSize="16" FontWeight="Bold">
|
|
|
+ <TextBlock.Text>
|
|
|
+ <Binding ElementName="self" Path="ModuleUnit" StringFormat=" {0}/sec" />
|
|
|
+ </TextBlock.Text>
|
|
|
</TextBlock>
|
|
|
|
|
|
<Label Grid.Row="1" Grid.Column="0" Content="Acceleration" FontSize="16" FontWeight="Bold"/>
|
|
@@ -137,7 +139,10 @@
|
|
|
KeyOperation="{Binding ElementName=self,Path=KeyDownCommand}"/>
|
|
|
<TextBlock Grid.Row="3" Grid.Column="2" Margin="2,0,2,0" TextAlignment="Center" VerticalAlignment="Center"
|
|
|
Text="{Binding MotionData.HomingVelocity, ElementName=self, StringFormat=\{0:F2\}}" Background="Black" Foreground="Lime" FontSize="16" FontWeight="Bold"/>
|
|
|
- <TextBlock Grid.Row="3" Text="rpm" Grid.Column="3" Margin="2,0,2,0" TextAlignment="Center" VerticalAlignment="Center" Background="Black" Foreground="Lime" FontSize="16" FontWeight="Bold">
|
|
|
+ <TextBlock Grid.Row="3" Grid.Column="3" Margin="2,0,2,0" TextAlignment="Center" VerticalAlignment="Center" Background="Black" Foreground="Lime" FontSize="16" FontWeight="Bold">
|
|
|
+ <TextBlock.Text>
|
|
|
+ <Binding ElementName="self" Path="ModuleUnit" StringFormat=" {0}/sec" />
|
|
|
+ </TextBlock.Text>
|
|
|
</TextBlock>
|
|
|
|
|
|
<Label Grid.Row="4" Grid.Column="0" Content="Home Speed Index" FontSize="16" FontWeight="Bold"/>
|
|
@@ -146,7 +151,10 @@
|
|
|
KeyOperation="{Binding ElementName=self,Path=KeyDownCommand}"/>
|
|
|
<TextBlock Grid.Row="4" Grid.Column="2" Margin="2,0,2,0" TextAlignment="Center" VerticalAlignment="Center"
|
|
|
Text="{Binding MotionData.HomingVelocitySlow, ElementName=self, StringFormat=\{0:F2\}}" Background="Black" Foreground="Lime" FontSize="16" FontWeight="Bold"/>
|
|
|
- <TextBlock Grid.Row="4" Text="rpm" Grid.Column="3" Margin="2,0,2,0" TextAlignment="Center" VerticalAlignment="Center" Background="Black" Foreground="Lime" FontSize="16" FontWeight="Bold">
|
|
|
+ <TextBlock Grid.Row="4" Grid.Column="3" Margin="2,0,2,0" TextAlignment="Center" VerticalAlignment="Center" Background="Black" Foreground="Lime" FontSize="16" FontWeight="Bold">
|
|
|
+ <TextBlock.Text>
|
|
|
+ <Binding ElementName="self" Path="ModuleUnit" StringFormat=" {0}/sec" />
|
|
|
+ </TextBlock.Text>
|
|
|
</TextBlock>
|
|
|
|
|
|
<Label Grid.Row="5" Grid.Column="0" Content="Home Accel" FontSize="16" FontWeight="Bold"/>
|