123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764 |
- <UserControl x:Class="MECF.Framework.UI.Client.CenterViews.Controls.E84Info"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
- xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
- xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
- xmlns:commonControl="clr-namespace:MECF.Framework.UI.Core.CommonControl;assembly=MECF.Framework.UI.Core"
- xmlns:controls="clr-namespace:MECF.Framework.UI.Client.CenterViews.Controls"
- xmlns:converter="clr-namespace:MECF.Framework.UI.Client.Ctrlib.Converter"
- mc:Ignorable="d"
- d:DesignHeight="800" d:DesignWidth="1230" >
- <UserControl.Resources>
- <converter:CheckAccessModeConverter x:Key="checkAccessModeConverter"/>
- <converter:CheckPortStateConverter x:Key="checkPortStateConverter"/>
- </UserControl.Resources>
- <Grid x:Name="root">
- <Border HorizontalAlignment="Left" VerticalAlignment="Top" BorderThickness="1" BorderBrush="Transparent">
- <DockPanel>
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition Height="5*" />
- <RowDefinition Height="*" />
- <RowDefinition Height="4*" />
- </Grid.RowDefinitions>
- <Border Grid.Row="0" HorizontalAlignment="Left" VerticalAlignment="Bottom"
- Height="310" Width="1180" Margin="0">
- <DockPanel >
- <Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="0.9*" />
- <ColumnDefinition Width="1.35*" />
- <ColumnDefinition Width="1.21*" />
- </Grid.ColumnDefinitions>
- <Border x:Name="LpBorder" Grid.Row="0" Grid.Column="0" HorizontalAlignment="Left"
- VerticalAlignment="Bottom"
- Height="360" Width="290" Margin="0">
- <DockPanel >
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition Height="4*" />
- <RowDefinition Height="*" />
- </Grid.RowDefinitions>
- <Border Grid.Row="0" >
- <Grid Margin="1,53,-1,-49" >
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="*" />
- <ColumnDefinition Width="*" />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="24" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- </Grid.RowDefinitions>
- <Label Content="Pod Loader Status" HorizontalContentAlignment="Center" Style="{DynamicResource Table_TitleStyle}" Grid.Row="0" Grid.ColumnSpan="2" VerticalContentAlignment="Center"/>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Grid.Column="0" >
- <TextBlock Text=" Pod Present:" TextWrapping="Wrap" Foreground="{DynamicResource FG_Black}" FontSize="14" HorizontalAlignment="Left" VerticalAlignment="Center" />
- </Border>
- <!--<Label Grid.Row="0" Content="Pod Present:" FontSize="14"
- HorizontalContentAlignment="Right" />-->
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="1" Grid.Column="1" Padding="5,1,0,1">
- <controls:LED Grid.Row="0" Grid.Column="1"
- On="{Binding E84Data.PodPresent}" Margin="-5,0,0,0" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="2" Grid.Column="0">
- <Label Grid.Row="1" Grid.Column="0" Content="Pod Placed:"
- FontSize="14"
- HorizontalContentAlignment="Right" HorizontalAlignment="Left"/>
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="2" Grid.Column="1">
- <controls:LED Grid.Row="1" Grid.Column="1"
- On="{Binding E84Data.PodPlaced}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="3" Grid.Column="0">
- <Label Grid.Row="2" Grid.Column="0" Content="Pod Latched:"
- FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="3" Grid.Column="1">
- <controls:LED Grid.Row="2" Grid.Column="1"
- On="{Binding E84Data.PodLatched}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="4" Grid.Column="0">
- <Label Grid.Row="3" Grid.Column="0" Content="Pod Docked:"
- FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="4" Grid.Column="1">
- <controls:LED Grid.Row="3" Grid.Column="1"
- On="{Binding E84Data.PodDocked}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="5" Grid.Column="0">
- <Label Grid.Row="4" Grid.Column="0" Content="Pod Open:"
- FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="5" Grid.Column="1">
- <controls:LED Grid.Row="4" Grid.Column="1"
- On="{Binding E84Data.PodDocked}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="6" Grid.Column="0" Grid.ColumnSpan="2">
- <TextBox Text="{Binding E84Data.LoadPortState}" Grid.Row="5"
- Grid.ColumnSpan="2"
- Grid.Column="0"
- BorderThickness="2" BorderBrush="White" Width="160"
- Height="30" FontSize="14"
- HorizontalContentAlignment="Center"
- VerticalAlignment="Center" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="7" Grid.Column="0" >
- <Label Grid.Row="6" Grid.Column="0" Content="Virtual Mode:"
- FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="7" Grid.Column="1" >
- <controls:LED Grid.Row="6" Grid.Column="1"
- On="{Binding E84Data.VirtualMode}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="8" Grid.ColumnSpan="2">
- <StackPanel Orientation="Horizontal">
- <Button Content="Place" x:Name="btnPlace" FontSize="14" Margin="10,0,15,0" Height="26" Width="70"
- Command="{Binding E84Command}"
- CommandParameter="E84Place"
- VerticalAlignment="Center"
- IsEnabled="False" />
- <Button Content="Pick" x:Name="btnPick" FontSize="14" Margin="10,0,15,0" Height="26" Width="70"
- Command="{Binding E84Command}"
- CommandParameter="E84Pick"
- VerticalAlignment="Center"
- IsEnabled="False" />
- <Button Content="Clamp" x:Name="btnClamp" FontSize="14" Margin="10,0,15,0" Height="26" Width="70"
- Command="{Binding E84Command}"
- CommandParameter="Clamp"
- VerticalAlignment="Center"
- IsEnabled="False" />
- </StackPanel>
- </Border>
- </Grid>
- </Border>
- </Grid>
- </DockPanel>
- </Border>
- <Border Grid.Column="1" HorizontalAlignment="Left" VerticalAlignment="Bottom"
- Height="360" Width="434" Margin="0">
- <DockPanel>
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition Height="205*" />
- <RowDefinition Height="143*" />
- </Grid.RowDefinitions>
- <Border Grid.Row="0"
- Margin="0,0,0,38" Grid.RowSpan="2">
- <Grid Margin="0,52,0,-83">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="*" />
- <ColumnDefinition Width="*" />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="24" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- </Grid.RowDefinitions>
- <Label Content="Load Port Status" HorizontalContentAlignment="Center" Grid.Row="0" Grid.ColumnSpan="2" DockPanel.Dock="Top" Style="{DynamicResource Table_TitleStyle}" FontSize="14"/>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Grid.Column="0" >
- <Label Grid.Row="0" Content="Port Reserved:" FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="1" Grid.Column="1" >
- <controls:LED Grid.Row="0" Grid.Column="1"
- On="{Binding E84Data.PodReserved}" Margin="5,0,10,0"
- Height="36" VerticalAlignment="Top" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="2" Grid.Column="0" >
- <Label Grid.Row="1" Content="Port State:" FontSize="14"
- HorizontalContentAlignment="Left"
- VerticalAlignment="Center" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="2" Grid.Column="1" >
- <TextBox Text="{Binding E84Data.PortState}" Grid.Row="1"
- Grid.Column="1"
- BorderThickness="2" BorderBrush="White"
- FontSize="14" HorizontalContentAlignment="Center"
- VerticalAlignment="Center" Margin="5,4,0,4" Height="31" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="3" Grid.Column="0" >
- <Label Grid.Row="2" Content="Carrier ID:"
- HorizontalContentAlignment="Left" FontSize="14"
- VerticalAlignment="Center" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="3" Grid.Column="1" >
- <TextBox Text="{Binding E84Data.CarrierID}" Grid.Row="2"
- Grid.Column="1" BorderThickness="2"
- BorderBrush="White" FontSize="18" Height="31"
- HorizontalContentAlignment="Center"
- VerticalAlignment="Center" Margin="5,4,0,4" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="4" Grid.Column="0" >
- <Label Grid.Row="3" Content="Slot Map:"
- HorizontalContentAlignment="Left" FontSize="14"
- VerticalAlignment="Center" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="4" Grid.Column="1" >
- <TextBox Text="{Binding E84Data.SlotMap}" Grid.Row="3"
- Grid.Column="1" BorderThickness="2"
- BorderBrush="White" FontSize="14"
- HorizontalContentAlignment="Center"
- VerticalAlignment="Bottom" Height="32" Margin="5,0,0,2" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="5" Grid.Column="0" >
- <Label Grid.Row="4" Content="Access Mode:"
- HorizontalContentAlignment="Left" FontSize="14"
- VerticalAlignment="Center" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="5" Grid.Column="1" >
- <TextBox Text="{Binding E84Data.AccessMode}" Grid.Row="4"
- Grid.Column="1" BorderThickness="2"
- BorderBrush="White" FontSize="14" Height="32"
- HorizontalContentAlignment="Center"
- VerticalAlignment="Center" Margin="5,4,0,3" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="6" Grid.Column="0" >
- <Label Grid.Row="5" Content="Access Status:"
- HorizontalContentAlignment="Left" FontSize="14"
- VerticalAlignment="Center" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="6" Grid.Column="1" >
- <TextBox Text="{Binding E84Data.AccessStatus}" Grid.Row="5"
- Grid.Column="1" BorderThickness="2"
- BorderBrush="White" FontSize="14" Height="33"
- HorizontalContentAlignment="Center"
- VerticalAlignment="Center" Margin="5,4,0,2" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="7" Grid.Column="0" >
- <Label Grid.Row="6" Grid.Column=" 0" Content="ID Status:"
- HorizontalContentAlignment="Left" FontSize="14"
- VerticalAlignment="Center" Grid.ColumnSpan="1"
- Margin="0,8,0,0" Height="30" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="7" Grid.Column="1" >
- <TextBox Text="{Binding E84Data.CarrierIDStatus}" Grid.Row="6"
- Grid.Column="1" BorderThickness="2"
- BorderBrush="White" FontSize="14" Height="33"
- HorizontalContentAlignment="Center"
- VerticalAlignment="Center" Margin="5,3,0,3"
- Grid.ColumnSpan="1" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="8" Grid.Column="0" >
- <Label Grid.Row="7" Content="Slot Map Status:"
- HorizontalContentAlignment="Left" FontSize="14"
- VerticalAlignment="Center" Grid.Column="0" Margin="0,8,0,0"
- Height="30" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="8" Grid.Column="1" >
- <TextBox Text="{Binding E84Data.SlotMapStatus}" Grid.Row="7"
- Grid.Column="1" BorderThickness="2"
- BorderBrush="White" FontSize="14" Height="37"
- HorizontalContentAlignment="Center"
- VerticalAlignment="Center" Margin="5,2,0,0" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="9" Grid.Column="0" >
- <CheckBox Grid.Row="8" Content="Automatic Mode" IsChecked="{Binding E84Data.AccessMode, Converter={StaticResource checkAccessModeConverter}}"
- VerticalAlignment="Center" HorizontalAlignment="Left"
- FontSize="16" Margin="9,7,0,-4" Height="26" Width="180" Grid.ColumnSpan="2">
- <i:Interaction.Triggers>
- <i:EventTrigger EventName="Checked">
- <i:InvokeCommandAction Command="{Binding E84Command}"
- CommandParameter="SetAMHS" />
- </i:EventTrigger>
- <i:EventTrigger EventName="Unchecked">
- <i:InvokeCommandAction Command="{Binding E84Command}"
- CommandParameter="SetManual" />
- </i:EventTrigger>
- </i:Interaction.Triggers>
- </CheckBox>
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="9" Grid.Column="1" >
- <CheckBox Grid.Row="8" Content="In Service" IsChecked="{Binding E84Data.PortState,Converter={StaticResource checkPortStateConverter}}"
- VerticalAlignment="Center" HorizontalAlignment="Left"
- FontSize="16" Margin="27,7,0,-4" Height="26" Width="175" Grid.Column="1">
- <i:Interaction.Triggers>
- <i:EventTrigger EventName="Checked">
- <i:InvokeCommandAction Command="{Binding E84Command}"
- CommandParameter="SetInService" />
- </i:EventTrigger>
- <i:EventTrigger EventName="Unchecked">
- <i:InvokeCommandAction Command="{Binding E84Command}"
- CommandParameter="SetOutService" />
- </i:EventTrigger>
- </i:Interaction.Triggers>
- </CheckBox>
- </Border>
- </Grid>
- </Border>
- </Grid>
- </DockPanel>
- </Border>
- <Border x:Name="ConfigBorder1" Grid.Column="1" HorizontalAlignment="Left"
- VerticalAlignment="Bottom" Height="310" Width="394"
- Margin="434,0,-1,0" Grid.ColumnSpan="2">
- <DockPanel >
- <Grid>
- <Border Margin="0,0,-45,0">
- <Grid Margin="20,0,10,-1">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="*" />
- <ColumnDefinition Width="*" />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="24" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- </Grid.RowDefinitions>
- <Label Content="Carrier ID Reader" HorizontalContentAlignment="Center" Grid.Row="0" Grid.ColumnSpan="2" DockPanel.Dock="Top" Style="{DynamicResource Table_TitleStyle}" />
- <commonControl:AITScBoolRow ScName="In Service" Grid.Row="1"
- Grid.ColumnSpan="3"
- ScId="LoadPort.CarrierIdReaderInUse"
- ScFeedback="True"
- ScSetPoint="True"
- NameWidth="185" FeedbackWidth="70"
- SetPointWidth="90" CommandWidth="60"
- IsEnabled="False" />
- <commonControl:AITScDoubleRow ScName="Data Read Size" Grid.Row="1"
- Grid.ColumnSpan="2" Grid.Column="0"
- ScId="LoadPort.DataReadSize"
- ScFeedback="{Binding ConfigFeedback.LoadPort_DataReadSize}"
- ScSetPoint="{Binding ConfigSetPoint.LoadPort_DataReadSize}"
- Command="{Binding SetConfigCommand}"
- NameWidth="135" FeedbackWidth="60"
- SetPointWidth="90" CommandWidth="120" />
- <commonControl:AITScDoubleRow ScName="Start Page" Grid.Row="2"
- Grid.ColumnSpan="2" Grid.Column="0"
- ScId="LoadPort.StartPage"
- ScFeedback="{Binding ConfigFeedback.LoadPort_StartPage}"
- ScSetPoint="{Binding ConfigSetPoint.LoadPort_StartPage}"
- Command="{Binding SetConfigCommand}"
- NameWidth="135" FeedbackWidth="60"
- SetPointWidth="90" CommandWidth="120" />
- <commonControl:AITScBoolRow ScName="Auto Read" Grid.Row="3"
- Grid.ColumnSpan="2" Grid.Column="0"
- ScId="LoadPort.EnableAutoCarrierIdRead"
- ScFeedback="{Binding ConfigFeedback.LoadPort.EnableAutoCarrierIdRead}"
- ScSetPoint="{Binding ConfigSetPoint.LoadPort.EnableAutoCarrierIdRead}"
- Command="{Binding SetConfigCommand}"
- NameWidth="136" FeedbackWidth="59"
- SetPointWidth="90" CommandWidth="120" />
- <commonControl:AITScDoubleRow ScName="Default Page" Grid.Row="4"
- Grid.ColumnSpan="2" Grid.Column="0"
- ScId="LoadPort.DefaultPage"
- ScFeedback="{Binding ConfigFeedback.LoadPort_DefaultPage}"
- ScSetPoint="{Binding ConfigSetPoint.LoadPort_DefaultPage}"
- Command="{Binding SetConfigCommand}"
- NameWidth="135" FeedbackWidth="60"
- SetPointWidth="90" CommandWidth="120" HorizontalAlignment="Left" Width="409" />
- </Grid>
- </Border>
- </Grid>
- </DockPanel>
- </Border>
- </Grid>
- </DockPanel>
- </Border>
- <Border Grid.Row="1" HorizontalAlignment="Left"
- Height="90" Width="1180" Margin="0">
- <DockPanel >
- <Grid>
- <Border >
- <Grid >
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="*" />
- <ColumnDefinition Width="3*" />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="24" />
- <RowDefinition Height="30" />
- </Grid.RowDefinitions>
- <Label Content="E84 Status Monitor" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"
- FontSize="14" Style="{DynamicResource Table_TitleStyle}" Grid.Row="0" Grid.ColumnSpan="2" />
- <Border Grid.Row="1" BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Padding="5,1">
- <Label Grid.Row="1" Content="Status :" FontSize="14"
- HorizontalContentAlignment="Left" VerticalAlignment="Center" />
- </Border>
- <Border Grid.Row="1" Grid.Column="1" BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Padding="5,1">
- <TextBox Text="Normal" Grid.Column="1"
- BorderThickness="2"
- BorderBrush="White" FontSize="14"
- HorizontalContentAlignment="Center" VerticalAlignment="Center"
- Height="30" />
- </Border>
- </Grid>
- </Border>
- </Grid>
- </DockPanel>
- </Border>
- <Border Grid.Row="2" HorizontalAlignment="Left" VerticalAlignment="Bottom"
- Height="250" Width="1180" Margin="0">
- <DockPanel>
- <Grid>
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="299*" />
- <ColumnDefinition Width="298*" />
- <ColumnDefinition Width="376*" />
- <ColumnDefinition Width="207*" />
- </Grid.ColumnDefinitions>
- <Border x:Name="Inputs" Grid.Column="0" HorizontalAlignment="Left"
- VerticalAlignment="Bottom"
- Height="250" Width="280" Margin="0">
- <DockPanel>
- <Grid>
- <Border >
- <Grid Margin="0,-3,0,3" >
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="1.9*" />
- <ColumnDefinition Width="*" />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="24" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- </Grid.RowDefinitions>
- <Label Content="E84 Factory Inputs" HorizontalContentAlignment="Center" DockPanel.Dock="Top" FontSize="14" Style="{DynamicResource Table_TitleStyle}" Grid.Row="0" Grid.ColumnSpan="2"/>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Padding="5,1">
- <Label Grid.Row="0" Content="Vaild:" FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="1" Grid.Column="1" Padding="5,1">
- <controls:LED Grid.Row="0" Grid.Column="1"
- On="{Binding E84Data.Valid}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="2" Grid.Column="0" Padding="5,1">
- <Label Grid.Row="1" Content="Transfer Request:" FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="2" Grid.Column="1" Padding="5,1">
- <controls:LED Grid.Row="1" Grid.Column="1"
- On="{Binding E84Data.TransferRequest}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="3" Grid.Column="0" Padding="5,1">
- <Label Grid.Row="2" Content="Busy:" FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="3" Grid.Column="1" Padding="5,1">
- <controls:LED Grid.Row="2" Grid.Column="1"
- On="{Binding E84Data.Busy}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="4" Grid.Column="0" Padding="5,1">
- <Label Grid.Row="3" Content="Transfer Complete :" FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="4" Grid.Column="1" Padding="5,1">
- <controls:LED Grid.Row="3" Grid.Column="1"
- On="{Binding E84Data.TransferComplete}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="5" Grid.Column="0" Padding="5,1">
- <Label Grid.Row="4" Content="CS_0:" FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="5" Grid.Column="1" Padding="5,1">
- <controls:LED Grid.Row="4" Grid.Column="1"
- On="{Binding E84Data.CS0}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="6" Grid.Column="0" Padding="5,1">
- <Label Grid.Row="5" Content="CS_1:" FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="6" Grid.Column="1" Padding="5,1">
- <controls:LED Grid.Row="5" Grid.Column="1"
- On="False" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="7" Grid.Column="0" Padding="5,1">
- <Label Grid.Row="6" Content="Continuous Transfer:" FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="7" Grid.Column="1" Padding="5,1">
- <controls:LED Grid.Row="6" Grid.Column="1"
- On="{Binding E84Data.ContinuousTransfer}" />
- </Border>
- </Grid>
- </Border>
- </Grid>
- </DockPanel>
- </Border>
- <Border x:Name="Outputs" Grid.Column="1" HorizontalAlignment="Left"
- VerticalAlignment="Bottom"
- Height="300" Width="280" Margin="0,-50,0,0">
- <DockPanel>
- <Grid>
- <Grid.RowDefinitions>
- <RowDefinition Height="3*" />
- <RowDefinition Height="*" />
- </Grid.RowDefinitions>
- <Border Grid.Row="0" >
- <Grid Margin="0,48,0,-48" >
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="1.9*" />
- <ColumnDefinition Width="*" />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="24" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- </Grid.RowDefinitions>
- <Label Content="E84 Factory Outputs" HorizontalContentAlignment="Center" Grid.Row="0" Grid.ColumnSpan="2"
- DockPanel.Dock="Top" FontSize="14" Style="{DynamicResource Table_TitleStyle}"/>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="1" Grid.Column="0" Padding="5,1">
- <Label Grid.Row="0" Content="Load Request:" FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,1,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="1" Grid.Column="1" Padding="5,1">
- <controls:LED Grid.Row="0" Grid.Column="1"
- On="{Binding E84Data.LoadRequest}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="2" Grid.Column="0" Padding="5,1">
- <Label Grid.Row="1" Content="Unload Request:" FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="2" Grid.Column="1" Padding="5,1">
- <controls:LED Grid.Row="1" Grid.Column="1"
- On="{Binding E84Data.UnloadRequest}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="3" Grid.Column="0" Padding="5,1">
- <Label Grid.Row="2" Content="Ready to Transfer:" FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="3" Grid.Column="1" Padding="5,1">
- <controls:LED Grid.Row="2" Grid.Column="1"
- On="{Binding E84Data.ReadyToTransfer}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="4" Grid.Column="0" Padding="5,1">
- <Label Grid.Row="3" Content="Handoff Available:" FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="4" Grid.Column="1" Padding="5,1">
- <controls:LED Grid.Row="3" Grid.Column="1"
- On="{Binding E84Data.HandoffAvailable}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Title}" Grid.Row="5" Grid.Column="0" Padding="5,1">
- <Label Grid.Row="4" Content="Emergency Stop OK:" FontSize="14"
- HorizontalContentAlignment="Left" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="0,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Row="5" Grid.Column="1" Padding="5,1">
- <controls:LED Grid.Row="4" Grid.Column="1"
- On="{Binding E84Data.EmergencyOk}" />
- </Border>
- <Border BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1" Background="{DynamicResource Table_BG_Content}" Grid.Column="0" Padding="5,1" Margin="0,0,0,2" Grid.ColumnSpan="2" Grid.Row="6">
- <CheckBox Content="Error on Placement Timeout" IsChecked="True"
- IsEnabled="False"
- VerticalAlignment="Center" HorizontalAlignment="Center"
- FontSize="14" />
- </Border>
- </Grid>
- </Border>
- </Grid>
- </DockPanel>
- </Border>
- <Border x:Name="ConfigBorder" Grid.Column="2"
- VerticalAlignment="Bottom"
- Height="250">
- <DockPanel >
- <Grid Width="394">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="*"/>
- <ColumnDefinition Width="*"/>
- </Grid.ColumnDefinitions>
- <Border Grid.ColumnSpan="2" Margin="0,0,25,0">
- <Grid Margin="0,0,20,0" >
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="*" />
- <ColumnDefinition Width="*"/>
- <ColumnDefinition Width="*" />
- <ColumnDefinition Width="*"/>
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="24" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- </Grid.RowDefinitions>
- <Label Content="TimeOut Settings" HorizontalContentAlignment="Center" DockPanel.Dock="Top" Style="{DynamicResource Table_TitleStyle}" FontSize="14" Grid.Row="0" Grid.ColumnSpan="4"/>
- <commonControl:AITScDoubleRow ScName="TP1 (sec)" Grid.Row="1"
- ScId="Fa.E84.TP1"
- ScFeedback="{Binding ConfigFeedback.Fa_E84_TP1}"
- ScSetPoint="{Binding ConfigSetPoint.Fa_E84_TP1}"
- Command="{Binding SetConfigCommand}"
- NameWidth="75" FeedbackWidth="60"
- SetPointWidth="90" CommandWidth="120"
- Grid.ColumnSpan="4" />
- <commonControl:AITScDoubleRow ScName="TP2 (sec)" Grid.Row="2"
- ScId="Fa.E84.TP2"
- ScFeedback="{Binding ConfigFeedback.Fa_E84_TP2}"
- ScSetPoint="{Binding ConfigSetPoint.Fa_E84_TP2}"
- Command="{Binding SetConfigCommand}"
- NameWidth="75" FeedbackWidth="60"
- SetPointWidth="90" CommandWidth="120"
- Grid.ColumnSpan="4" />
- <commonControl:AITScDoubleRow ScName="TP3 (sec)" Grid.Row="3"
- ScId="Fa.E84.TP3"
- ScFeedback="{Binding ConfigFeedback.Fa_E84_TP3}"
- ScSetPoint="{Binding ConfigSetPoint.Fa_E84_TP3}"
- Command="{Binding SetConfigCommand}"
- NameWidth="75" FeedbackWidth="60"
- SetPointWidth="90" CommandWidth="120"
- Grid.ColumnSpan="4" />
- <commonControl:AITScDoubleRow ScName="TP4(sec)" Grid.Row="4"
- ScId="Fa.E84.TP4"
- ScFeedback="{Binding ConfigFeedback.Fa_E84_TP4}"
- ScSetPoint="{Binding ConfigSetPoint.Fa_E84_TP4}"
- Command="{Binding SetConfigCommand}"
- NameWidth="75" FeedbackWidth="60"
- SetPointWidth="90" CommandWidth="120"
- Grid.ColumnSpan="4" />
- <commonControl:AITScDoubleRow ScName="TP5(sec)" Grid.Row="5"
- ScId="Fa.E84.TP5"
- ScFeedback="{Binding ConfigFeedback.Fa_E84_TP5}"
- ScSetPoint="{Binding ConfigSetPoint.Fa_E84_TP5}"
- Command="{Binding SetConfigCommand}"
- NameWidth="75" FeedbackWidth="60"
- SetPointWidth="90" CommandWidth="120"
- Grid.ColumnSpan="4" />
- <commonControl:AITScDoubleRow ScName="TP6(sec)" Grid.Row="6"
- ScId="Fa.E84.TP6"
- ScFeedback="{Binding ConfigFeedback.Fa_E84_TP6}"
- ScSetPoint="{Binding ConfigSetPoint.Fa_E84_TP6}"
- Command="{Binding SetConfigCommand}"
- NameWidth="75" FeedbackWidth="60"
- SetPointWidth="90" CommandWidth="120"
- Grid.ColumnSpan="4" />
- </Grid>
- </Border>
- </Grid>
- </DockPanel>
- </Border>
- <Border Grid.Column="3" VerticalAlignment="Bottom"
- Height="250" Margin="-15,0,0,0">
- <DockPanel>
- <Grid Width="220" Margin="0,1,0,55">
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="*" />
- </Grid.ColumnDefinitions>
- <Grid.RowDefinitions>
- <RowDefinition Height="24" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- <RowDefinition Height="30" />
- </Grid.RowDefinitions>
- <Label Content="Error Recovery" HorizontalContentAlignment="Center"
- DockPanel.Dock="Top" Style="{DynamicResource Table_TitleStyle}" FontSize="14"/>
- <Border Grid.Row="1" BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,1,1,1">
- <Button Content="Retry" x:Name="btnRetry" Grid.Row="1" FontSize="14" Height="26" Width="120" VerticalAlignment="Center"
- Command="{Binding E84Command}"
- CommandParameter="E84Retry" />
- </Border>
- <Border Grid.Row="2" BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1">
- <Button Content="Complete" x:Name="btnComplete" Grid.Row="2" FontSize="14" Height="26" Width="120" VerticalAlignment="Center"
- Command="{Binding E84Command}"
- CommandParameter="E84Complete" Margin="41,2,40,2" />
- </Border>
- <Border Grid.Row="3" BorderBrush="{DynamicResource Table_BD}" BorderThickness="1,0,1,1">
- <CheckBox Content="Error on access mode violation"
- IsChecked="False" VerticalAlignment="Center"
- HorizontalAlignment="Center" FontSize="12"
- IsEnabled="False" Margin="1,6,-1,9" />
- </Border>
- </Grid>
- </DockPanel>
- </Border>
- <Grid Grid.Column="1" Margin="10,179,14,41" >
- <Grid.ColumnDefinitions>
- <ColumnDefinition Width="0*"/>
- <ColumnDefinition/>
- </Grid.ColumnDefinitions>
- </Grid>
- </Grid>
- </DockPanel>
- </Border>
- </Grid>
- </DockPanel>
- </Border>
- </Grid>
- </UserControl>
|