|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437 |
- <UserControl
- x:Class="BPASmartClient.FoodStationTest.View.ManualFlowView"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:pry="clr-namespace:BPASmartClient.CustomResource.UserControls;assembly=BPASmartClient.CustomResource"
- xmlns:vm="clr-namespace:BPASmartClient.FoodStationTest.ViewModel"
- d:DesignHeight="1080"
- d:DesignWidth="1920"
- mc:Ignorable="d">
- <UserControl.DataContext>
- <vm:ManualFlowViewModel />
-
- </UserControl.DataContext>
-
- <Grid Margin="10">
- <Grid.RowDefinitions>
- <RowDefinition Height="100" />
- <RowDefinition Height="100" />
- <RowDefinition Height="1*" />
- </Grid.RowDefinitions>
- <!--#region 表格标题栏设置-->
- <Grid>
- <StackPanel
- HorizontalAlignment="left"
- VerticalAlignment="Center"
- Orientation="Horizontal">
- <Button
- Width="200"
- Height="40"
- Margin="5"
- Command="{Binding BPAResetCommand}"
- Content="上位机初始化"
- FontSize="20"
- Style="{StaticResource ImageButtonStyle}" />
- </StackPanel>
- </Grid>
- <Grid Grid.Row="1">
- <StackPanel
- HorizontalAlignment="left"
- VerticalAlignment="Center"
- Orientation="Horizontal">
- <Button
- Width="200"
- Height="40"
- Margin="5,0,5,0"
- Panel.ZIndex="0"
- Command="{Binding SystemReset}"
- Content="PLC系统复位"
- FontSize="20"
- Style="{StaticResource ImageButtonStyle}" />
- <Button
- Width="200"
- Height="40"
- Margin="5,0,5,0"
- Panel.ZIndex="0"
- Command="{Binding CLearRecipeInfo}"
- Content="PLC配方清零"
- FontSize="20"
- Style="{StaticResource ImageButtonStyle}" />
- <WrapPanel Margin="400,0">
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="订单号:" />
- <TextBox
- Width="300"
- Margin="5"
- VerticalAlignment="Center"
- FontSize="24"
- Text="{Binding CancelRecipeCode}" />
- <Button
- Width="120"
- Height="40"
- Margin="5"
- Command="{Binding CancelRecipeCommand}"
- Content="取消订单"
- FontSize="20"
- Style="{StaticResource ImageButtonStyle}" />
- </WrapPanel>
- </StackPanel>
-
-
- </Grid>
- <Grid Grid.Row="2">
- <Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition />
- <ColumnDefinition />
- <ColumnDefinition />
- <ColumnDefinition />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- <RowDefinition />
- </Grid.RowDefinitions>
-
- <StackPanel Grid.Column="1" Orientation="Vertical">
-
- </StackPanel>
- <WrapPanel Grid.Row="0">
- <StackPanel Orientation="Horizontal">
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="海科PLC连接状态:" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding HKPlcIsConnect}" />
- </StackPanel>
-
- <StackPanel Orientation="Horizontal">
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="海科PLC心跳:" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding Heartbeat}" />
- </StackPanel>
-
- </WrapPanel>
- <WrapPanel Grid.Row="2">
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="当前下发配方状态:" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding OrderStatus}" />
- </WrapPanel>
- <WrapPanel Grid.Row="0" Grid.Column="2">
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="柔性味魔方配料完成,延迟复位时间:" />
- <TextBox
- Width="150"
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding time}" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="ms" />
- <Button
- Width="100"
- Height="40"
- Margin="5,0,5,0"
- Panel.ZIndex="0"
- Command="{Binding TimeSet}"
- Content="设置"
- FontSize="20"
- Style="{StaticResource ImageButtonStyle}" />
- </WrapPanel>
- <WrapPanel
- Grid.Row="3"
- Grid.RowSpan="2"
- Grid.Column="0">
- <TextBlock
- Width="200"
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="当前配料状态:" />
- <WrapPanel>
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="配方1:" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding Recipe1DosingStatus}" />
- </WrapPanel>
- <WrapPanel>
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="配方2:" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding Recipe2DosingStatus}" />
- </WrapPanel>
- <WrapPanel>
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="配方3:" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding Recipe3DosingStatus}" />
- </WrapPanel>
- <WrapPanel>
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="配方4:" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding Recipe4DosingStatus}" />
- </WrapPanel>
- <WrapPanel>
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="配方5:" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding Recipe5DosingStatus}" />
- </WrapPanel>
- </WrapPanel>
- <WrapPanel
- Grid.Row="3"
- Grid.RowSpan="2"
- Grid.Column="1">
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="配料情况:" />
- <WrapPanel>
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="配方1:" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding Recipe1DosingComplete}" />
- </WrapPanel>
- <WrapPanel>
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="配方2:" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding Recipe2DosingComplete}" />
- </WrapPanel>
- <WrapPanel>
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="配方3:" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding Recipe3DosingComplete}" />
- </WrapPanel>
- <WrapPanel>
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="配方4:" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding Recipe4DosingComplete}" />
- </WrapPanel>
- <WrapPanel>
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="配方5:" />
- <TextBlock
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding Recipe5DosingComplete}" />
- </WrapPanel>
- </WrapPanel>
- <WrapPanel Grid.Row="1" Grid.Column="2">
- <!--<ComboBox
- x:Name="cmbList"
- Width="70"
- VerticalAlignment="Center"
- BorderBrush="#FF074B92"
- BorderThickness="1"
- FontFamily="楷体"
- FontSize="14"
- Foreground="LightGray"
- IsEditable="False"
- MouseLeave="ComboBox_MouseLeave"
- Style="{StaticResource ComboBoxStyle}"
- Text="{Binding RawMaterialName}"/>-->
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="料仓号:" />
- <TextBox
- Width="50"
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding StockbinDosingCompleNum}" />
- <Button
- Width="200"
- Height="40"
- Margin="5,0,5,0"
- Panel.ZIndex="0"
- Command="{Binding StockbinDosingComple}"
- Content="小料料仓配料完成"
- FontSize="20"
- Style="{StaticResource ImageButtonStyle}" />
- <Button
- Width="400"
- Height="40"
- Margin="10"
- HorizontalAlignment="Right"
- Panel.ZIndex="0"
- Command="{Binding StockbinDosingCompleClear}"
- Content="清除所有小料料仓配料完成信号"
- FontSize="20"
- Style="{StaticResource ImageButtonStyle}" />
- </WrapPanel>
- <WrapPanel Grid.Row="2" Grid.Column="2">
- <TextBlock
- Margin="10,0,5,0"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="配方制作完成数目:" />
- <TextBlock
- Width="150"
- Margin="10"
- HorizontalAlignment="Center"
- VerticalAlignment="Center"
- FontSize="25"
- Foreground="#FF2AB2E7"
- Text="{Binding RecipeDosingCompleNum}" />
- <Button
- Width="400"
- Height="40"
- Margin="5,0,5,0"
- Panel.ZIndex="0"
- Command="{Binding CompletedNumResetCommand}"
- Content="完成数目清零"
- FontSize="20"
- Style="{StaticResource ImageButtonStyle}" />
- </WrapPanel>
- </Grid>
- </Grid>
- </Grid>
- </UserControl>
|