|
|
@@ -43,264 +43,198 @@
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
<Grid Grid.Row="0">
|
|
|
- <TextBlock Margin="15,0,0,0" Text="Drive View" FontSize="25" Foreground="White"/>
|
|
|
+ <TextBlock Margin="15,0,0,0" Text="Drive Config View" FontSize="25" Foreground="White"/>
|
|
|
</Grid>
|
|
|
|
|
|
- <Grid Grid.Column="0" Grid.Row="1">
|
|
|
- <Grid Margin="15,15" Background="#37474f">
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- </Grid.RowDefinitions>
|
|
|
-
|
|
|
- <Grid Grid.Row="0">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
- <StackPanel>
|
|
|
- <Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
|
|
- <Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
- </Grid.ColumnDefinitions>
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- </Grid.RowDefinitions>
|
|
|
-
|
|
|
- <Grid Grid.Row="0">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="1">
|
|
|
- <Border BorderBrush="#FF349FDA" BorderThickness="1"/>
|
|
|
- <TextBlock Text="Front" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="2">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="3">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="4">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="5">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="6">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="7">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="4">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="Speed" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="4" Grid.Column="1">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="Torque" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="4" Grid.Column="2">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="Rpm" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="4" Grid.Column="3">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="Loadage" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="5">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="{Binding FrontSpeed, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="5" Grid.Column="1">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="{Binding FrontTorque, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
+ <Grid Grid.Row="1" Background="{x:Null}">
|
|
|
+ <Grid.RowDefinitions>
|
|
|
+ <RowDefinition Height="40"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ <RowDefinition Height="*"/>
|
|
|
+ </Grid.RowDefinitions>
|
|
|
+ <Grid.ColumnDefinitions>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ <ColumnDefinition Width="*"/>
|
|
|
+ </Grid.ColumnDefinitions>
|
|
|
+
|
|
|
+ <Grid Grid.ColumnSpan="2" Background="#163238">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Margin="15,0,0,0" Text="Settings Auto" Foreground="Orange" HorizontalAlignment="Left" VerticalAlignment="Center" FontSize="20"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
|
|
|
- <Grid Grid.Row="5" Grid.Column="2">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="{Binding FrontRpm, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
+ <Grid Grid.Row="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="Acceleration m/s^2" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
|
|
|
- <Grid Grid.Row="5" Grid.Column="3">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="{Binding FrontLoadage, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
- </Grid>
|
|
|
- </StackPanel>
|
|
|
+ <Grid Grid.Row="2">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="Deceleration m/s^2" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
</Border>
|
|
|
</Grid>
|
|
|
+ <Grid Grid.Row="3">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="Creep Speed m/s" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
|
|
|
- <Grid Grid.Row="1">
|
|
|
+ <Grid Grid.Row="4">
|
|
|
<Border BorderBrush="Gray" BorderThickness="1">
|
|
|
- <StackPanel>
|
|
|
- <Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
|
|
- <Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
- <ColumnDefinition Width="*"/>
|
|
|
- </Grid.ColumnDefinitions>
|
|
|
- <Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- <RowDefinition Height="*"/>
|
|
|
- </Grid.RowDefinitions>
|
|
|
-
|
|
|
- <Grid Grid.Row="0">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="1">
|
|
|
- <Border BorderBrush="#FF349FDA" BorderThickness="1"/>
|
|
|
- <TextBlock Text="Back" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center" TextAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="2">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="3">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="4">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="5">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="6">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
- <Grid Grid.Row="7">
|
|
|
- <TextBlock/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="4">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="Speed" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="4" Grid.Column="1">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="Torque" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="4" Grid.Column="2">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="Rpm" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="4" Grid.Column="3">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="Loadage" FontSize="30" Foreground="White" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="5">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="{Binding BackSpeed, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="5" Grid.Column="1">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="{Binding BackTorque, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="5" Grid.Column="2">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="{Binding BackRpm, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
-
|
|
|
- <Grid Grid.Row="5" Grid.Column="3">
|
|
|
- <Border BorderBrush="Gray" BorderThickness="1"/>
|
|
|
- <TextBlock Text="{Binding BackLoadage, FallbackValue=0.0}" FontSize="30" Foreground="Orange" VerticalAlignment="Center" HorizontalAlignment="Center"/>
|
|
|
- </Grid>
|
|
|
- </Grid>
|
|
|
- </StackPanel>
|
|
|
+ <TextBlock Text="Creep Distance" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
</Border>
|
|
|
</Grid>
|
|
|
|
|
|
- <!--<Grid Grid.Row="0">
|
|
|
- <Border Margin="5" BorderBrush="Gray" BorderThickness="1" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"/>
|
|
|
- <Button Background="{x:Null}" Foreground="Orange" Margin="10,10,657,226" Height="Auto">
|
|
|
- <TextBlock Text="Drive" FontSize="20"/>
|
|
|
- </Button>
|
|
|
- <StackPanel Orientation="Horizontal"
|
|
|
- HorizontalAlignment="Center"
|
|
|
- VerticalAlignment="Center">
|
|
|
+ <Grid Grid.Row="5">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="Linear Speed(m/s) [Max: 2.5, Min: 0.5]" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="6">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="Curve Speed(m/s) [Max: 0.5, Min:0.05]" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+ <!--<Grid Grid.Row="7">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="Min Linear Speed(m/s)" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="8">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="Min curve Speed(m/s)" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>-->
|
|
|
+
|
|
|
+ <Grid Grid.Row="7">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="Steering Change Timeout (s)" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
|
|
|
- <StackPanel Orientation="Vertical"
|
|
|
- VerticalAlignment="Center">
|
|
|
- <Button Content="Name" Background="{x:Null}" FontSize="20"/>
|
|
|
- <Button Content="ID" Background="{x:Null}" FontSize="20"/>
|
|
|
- <Button Content="IP" Background="{x:Null}" FontSize="20"/>
|
|
|
- <Button Content="Scale" Background="{x:Null}" FontSize="20"/>
|
|
|
- </StackPanel>
|
|
|
+ <Grid Grid.Row="10" Grid.ColumnSpan="2" Background="#163238">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Margin="15,0,0,0" Text="Settings Manual" Foreground="Orange" HorizontalAlignment="Left" VerticalAlignment="Center" FontSize="20"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
|
|
|
- <StackPanel Orientation="Vertical"
|
|
|
- VerticalAlignment="Center">
|
|
|
- <Button Content="{Binding DriveName, FallbackValue=OHV_DRIVE}" FontSize="20" Background="{x:Null}"/>
|
|
|
- <Button Content="{Binding DriveID, FallbackValue=Drive}" FontSize="20" Background="{x:Null}"/>
|
|
|
- <Button Content="{Binding DriveIP, FallbackValue=192.168.0.1}" FontSize="20" Background="{x:Null}"/>
|
|
|
- <Button Content="{Binding DriveScale, FallbackValue=0.001}" FontSize="20" Background="{x:Null}"/>
|
|
|
- </StackPanel>
|
|
|
- </StackPanel>
|
|
|
- </Grid>
|
|
|
+ <Grid Grid.Row="11">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="Max Linear Speed(m/s)" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
|
|
|
- <Grid Grid.Row="1">
|
|
|
- <Border Margin="5" BorderBrush="Gray" BorderThickness="1" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"/>
|
|
|
- <Button Background="{x:Null}" Foreground="Orange" Margin="10,10,657,226" Height="Auto">
|
|
|
- <TextBlock Text="Lock Servo" FontSize="20"/>
|
|
|
- </Button>
|
|
|
- <StackPanel Orientation="Horizontal"
|
|
|
- HorizontalAlignment="Center"
|
|
|
- VerticalAlignment="Center">
|
|
|
+ <Grid Grid.Row="12">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="Max Curve Speed(m/s)" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
|
|
|
- <StackPanel Orientation="Vertical"
|
|
|
- VerticalAlignment="Center">
|
|
|
- <Button Content="Name" Background="{x:Null}" FontSize="20" Height="Auto"/>
|
|
|
- <Button Content="ID" Background="{x:Null}" FontSize="20" Height="Auto"/>
|
|
|
- <Button Content="IP" Background="{x:Null}" FontSize="20" Height="Auto"/>
|
|
|
- <Button Content="Scale" Background="{x:Null}" FontSize="20" Height="Auto"/>
|
|
|
- </StackPanel>
|
|
|
+ <Grid Grid.Row="13">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="Command TimeOut(msec)" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
|
|
|
- <StackPanel Orientation="Vertical"
|
|
|
- VerticalAlignment="Center">
|
|
|
- <Button Content="{Binding LockLeftName, FallbackValue=Axis_CarrierLock_Left}" Background="{x:Null}" FontSize="20" Height="Auto"/>
|
|
|
- <Button Content="{Binding LockLeftID, FallbackValue=1}" Background="{x:Null}" FontSize="20" Height="Auto"/>
|
|
|
- <Button Content="{Binding LockLeftIP, FallbackValue=100.100.100.20}" Background="{x:Null}" FontSize="20" Height="Auto" />
|
|
|
- <Button Content="{Binding LockLeftScale, FallbackValue=0.001}" Background="{x:Null}" FontSize="20" Height="Auto"/>
|
|
|
- </StackPanel>
|
|
|
- <StackPanel Orientation="Vertical"
|
|
|
- VerticalAlignment="Center">
|
|
|
- <Button Content="{Binding LockRightName, FallbackValue=Axis_CarrierLock_Right}" FontSize="20" Background="{x:Null}" Height="Auto"/>
|
|
|
- <Button Content="{Binding LockRightID, FallbackValue=2}" FontSize="20" Background="{x:Null}" Height="Auto"/>
|
|
|
- <Button Content="{Binding LockRightIP, FallbackValue=100.100.100.21}" FontSize="20" Background="{x:Null}" Height="Auto"/>
|
|
|
- <Button Content="{Binding LockRightScale, FallbackValue=0.001}" FontSize="20" Background="{x:Null}" Height="Auto"/>
|
|
|
- </StackPanel>
|
|
|
- </StackPanel>
|
|
|
- </Grid>-->
|
|
|
+ <Grid Grid.Row="1" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="{Binding Acceleration, FallbackValue=0.00 m/s}" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="2" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="{Binding Deceleration, FallbackValue=0.00 m/s}" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="3" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="{Binding CreepSped, FallbackValue=0.00 m/s}" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="4" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="{Binding CreepDistance, FallbackValue=0.00 m/s}" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="5" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="{Binding LinearSpeed, FallbackValue=0.00 m/s}" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="6" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="{Binding CurveSpeed, FallbackValue=0.00 m/s}" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+ <!--<Grid Grid.Row="7" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="0.000 m/s" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+ <Grid Grid.Row="8" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="0.000 m/s" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>-->
|
|
|
+ <Grid Grid.Row="7" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="{Binding SteeringChageTimeout, FallbackValue=0.00 m/s}" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
|
|
|
+ <Grid Grid.Row="11" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="{Binding ManualMaxLinearSpeed, FallbackValue=0.00 m/s}" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="12" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="{Binding ManualMaxCurveSpeed, FallbackValue=0.00 m/s}" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
+ </Grid>
|
|
|
+
|
|
|
+ <Grid Grid.Row="13" Grid.Column="1">
|
|
|
+ <Border BorderBrush="Gray" BorderThickness="1">
|
|
|
+ <TextBlock Text="{Binding ManualCommandTimeout, FallbackValue=0.00 m/s}" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="17"/>
|
|
|
+ </Border>
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
|
|
|
+ <!--<Grid Grid.Row="1">
|
|
|
+ <DataGrid ItemsSource="{Binding ConfigListProperty}" CanUserSortColumns="True" CanUserAddRows="False" AutoGenerateColumns="False" materialDesign:DataGridAssist.CellPadding="13 8 8 8"
|
|
|
+ materialDesign:DataGridAssist.ColumnHeaderPadding="8" Background="{x:Null}" IsReadOnly="False" Foreground="White">
|
|
|
+
|
|
|
+ <DataGrid.Resources>
|
|
|
+ <Style TargetType="{x:Type DataGridRow}">
|
|
|
+ <Style.Triggers>
|
|
|
+ <Trigger Property="IsSelected" Value="false">
|
|
|
+ <Setter Property="Background" Value="{x:Null}"></Setter>
|
|
|
+ </Trigger>
|
|
|
+ </Style.Triggers>
|
|
|
+ <Setter Property="TextBlock.TextAlignment" Value="Center" />
|
|
|
+ <Setter Property="FontSize" Value="15"/>
|
|
|
+ </Style>
|
|
|
+ </DataGrid.Resources>
|
|
|
+ <DataGrid.Columns>
|
|
|
+ <materialDesign:DataGridTextColumn Header="Name" Binding="{Binding Name}" Width="300" EditingElementStyle="{StaticResource MaterialDesignDataGridTextColumnPopupEditingStyle}" IsReadOnly="True"></materialDesign:DataGridTextColumn>
|
|
|
+ <materialDesign:DataGridTextColumn Header="Value" Binding="{Binding Value}" EditingElementStyle="{StaticResource MaterialDesignDataGridTextColumnPopupEditingStyle}"></materialDesign:DataGridTextColumn>
|
|
|
+ </DataGrid.Columns>
|
|
|
+ </DataGrid>
|
|
|
+ </Grid>-->
|
|
|
+
|
|
|
<Grid Grid.Column="2" HorizontalAlignment="Stretch" Background="#263238" Grid.RowSpan="2">
|
|
|
<Border Margin="1" BorderBrush="#FF00FFD3" BorderThickness="2" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"/>
|
|
|
<StackPanel VerticalAlignment="Bottom">
|