终端一体化运控平台
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

MaxWokMonitorControl.xaml 20 KiB

2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
2年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. <UserControl x:Class="BPASmartClient.ScreenLib.炒锅.MaxWokMonitorControl"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
  5. xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
  6. xmlns:local="clr-namespace:BPASmartClient.ScreenLib.炒锅"
  7. mc:Ignorable="d"
  8. d:DesignHeight="1080" d:DesignWidth="1920">
  9. <UserControl.Resources>
  10. <ResourceDictionary>
  11. <ResourceDictionary.MergedDictionaries>
  12. <ResourceDictionary Source="/BPA.CustomResource;component/Themes/ProlineStyle.xaml" />
  13. </ResourceDictionary.MergedDictionaries>
  14. </ResourceDictionary>
  15. </UserControl.Resources>
  16. <Grid Margin="10,10,10,10">
  17. <Grid.ColumnDefinitions>
  18. <ColumnDefinition Width="2*"/>
  19. <ColumnDefinition Width="1*"/>
  20. </Grid.ColumnDefinitions>
  21. <GroupBox Margin="0,0,10,0" Header="状态监控" Style="{DynamicResource from}" Tag="Start">
  22. <Image Source="/BPASmartClient.ScreenLib;component/炒锅.png" ></Image>
  23. </GroupBox>
  24. <Grid Margin="0,0,0,0" Grid.Column="1" >
  25. <Grid.RowDefinitions>
  26. <RowDefinition Height="2*"/>
  27. <RowDefinition Height="0.7*"/>
  28. </Grid.RowDefinitions>
  29. <GroupBox Margin="0,0,0,10" Header="设备调试" Style="{DynamicResource from}" Tag="Start">
  30. <Grid Margin="10">
  31. <Grid.RowDefinitions>
  32. <RowDefinition Height="1.8*"/>
  33. <RowDefinition Height="*"/>
  34. </Grid.RowDefinitions>
  35. <GroupBox Header="炒锅模拟调试">
  36. <GroupBox Margin="0,10,0,0" Style="{DynamicResource fromNoTitle}" HorizontalAlignment="Stretch" >
  37. <Grid >
  38. <Grid.ColumnDefinitions>
  39. <ColumnDefinition/>
  40. <ColumnDefinition/>
  41. </Grid.ColumnDefinitions>
  42. <Border Grid.ColumnSpan="2" Background="{DynamicResource 竖线}" Width="2"></Border>
  43. <Grid>
  44. <Grid.RowDefinitions>
  45. <RowDefinition Height="30"/>
  46. <RowDefinition/>
  47. </Grid.RowDefinitions>
  48. <TextBlock>一号炒锅控制</TextBlock>
  49. <Border Style="{DynamicResource borderSplider}" VerticalAlignment="Bottom" Height="2" Margin="10,0,10,0"></Border>
  50. <WrapPanel Grid.Row="1" Margin="0,0,0,10">
  51. <TextBlock Margin="20,10,0,0" FontSize="14" >设定加热档位:</TextBlock>
  52. <ComboBox Margin="20,10,0,0" Width="85" FontSize="14">
  53. <ComboBoxItem>1挡</ComboBoxItem>
  54. <ComboBoxItem>2挡</ComboBoxItem>
  55. <ComboBoxItem>3挡</ComboBoxItem>
  56. <ComboBoxItem>4挡</ComboBoxItem>
  57. <ComboBoxItem>5挡</ComboBoxItem>
  58. </ComboBox>
  59. <Button Margin="20,10,0,0" Content="设置" Width="40" Height="24" FontSize="14"></Button>
  60. <TextBlock Margin="20,10,0,0" FontSize="14" >搅拌频率设定:</TextBlock>
  61. <ComboBox Margin="20,10,0,0" Width="85" FontSize="14">
  62. <ComboBoxItem>1挡</ComboBoxItem>
  63. <ComboBoxItem>2挡</ComboBoxItem>
  64. <ComboBoxItem>3挡</ComboBoxItem>
  65. <ComboBoxItem>4挡</ComboBoxItem>
  66. <ComboBoxItem>5挡</ComboBoxItem>
  67. </ComboBox>
  68. <Button Margin="20,10,0,0" Content="设置" Width="40" Height="24" FontSize="14"></Button>
  69. <TextBlock Margin="20,10,0,0" FontSize="14" >翻转频率设定:</TextBlock>
  70. <TextBox Margin="20,10,0,0" Width="85" FontSize="14" Text="100"/>
  71. <Button Margin="20,10,0,0" Content="设置" Width="40" Height="24" FontSize="14"></Button>
  72. <TextBlock Margin="20,10,0,0" FontSize="14" >炒锅角度设定:</TextBlock>
  73. <ComboBox Margin="20,10,0,0" Width="85" FontSize="14">
  74. <ComboBoxItem>1挡</ComboBoxItem>
  75. <ComboBoxItem>2挡</ComboBoxItem>
  76. <ComboBoxItem>3挡</ComboBoxItem>
  77. <ComboBoxItem>4挡</ComboBoxItem>
  78. </ComboBox>
  79. <Button Margin="20,10,0,0" Content="设置" Width="40" Height="24" FontSize="14"></Button>
  80. <TextBlock Margin="20,10,0,0" FontSize="14" >通道出料控制:</TextBlock>
  81. <ComboBox Margin="20,10,0,0" Width="85" FontSize="14">
  82. <ComboBoxItem>通道1</ComboBoxItem>
  83. <ComboBoxItem>通道2</ComboBoxItem>
  84. <ComboBoxItem>通道3</ComboBoxItem>
  85. <ComboBoxItem>通道4</ComboBoxItem>
  86. <ComboBoxItem>通道5</ComboBoxItem>
  87. <ComboBoxItem>通道6</ComboBoxItem>
  88. <ComboBoxItem>通道7</ComboBoxItem>
  89. <ComboBoxItem>通道8</ComboBoxItem>
  90. </ComboBox>
  91. <Button Margin="20,10,0,0" Content="出料" Width="40" Height="24" FontSize="14"></Button>
  92. <Button Margin="30,10,0,0" Content="加热启动" Width="100" Height="24" FontSize="14"></Button>
  93. <Button Margin="30,10,0,0" Content="搅拌启动" Width="100" Height="24" FontSize="14"></Button>
  94. <Button Margin="30,10,0,0" Content="炒锅回原点" Width="100" Height="24" FontSize="14"></Button>
  95. <Button Margin="30,10,0,0" Content="出餐启动" Width="100" Height="24" FontSize="14"></Button>
  96. <Button Margin="30,10,0,0" Content="炒锅清洗" Width="100" Height="24" FontSize="14"></Button>
  97. <Button Margin="30,10,0,0" Content="抽洗锅水启动" Width="100" Height="24" FontSize="14"></Button>
  98. </WrapPanel>
  99. </Grid>
  100. <Grid Grid.Column="1">
  101. <Grid.RowDefinitions>
  102. <RowDefinition Height="30"/>
  103. <RowDefinition/>
  104. </Grid.RowDefinitions>
  105. <TextBlock>二号炒锅控制</TextBlock>
  106. <Border Style="{DynamicResource borderSplider}" VerticalAlignment="Bottom" Height="2" Margin="10,0,10,0"></Border>
  107. <WrapPanel Grid.Row="1" Margin="0,0,0,10">
  108. <TextBlock Margin="20,10,0,0" FontSize="14" >设定加热档位:</TextBlock>
  109. <ComboBox Margin="20,10,0,0" Width="85" FontSize="14">
  110. <ComboBoxItem>1挡</ComboBoxItem>
  111. <ComboBoxItem>2挡</ComboBoxItem>
  112. <ComboBoxItem>3挡</ComboBoxItem>
  113. <ComboBoxItem>4挡</ComboBoxItem>
  114. <ComboBoxItem>5挡</ComboBoxItem>
  115. </ComboBox>
  116. <Button Margin="20,10,0,0" Content="设置" Width="40" Height="24" FontSize="14"></Button>
  117. <TextBlock Margin="20,10,0,0" FontSize="14" >搅拌频率设定:</TextBlock>
  118. <ComboBox Margin="20,10,0,0" Width="85" FontSize="14">
  119. <ComboBoxItem>1挡</ComboBoxItem>
  120. <ComboBoxItem>2挡</ComboBoxItem>
  121. <ComboBoxItem>3挡</ComboBoxItem>
  122. <ComboBoxItem>4挡</ComboBoxItem>
  123. <ComboBoxItem>5挡</ComboBoxItem>
  124. </ComboBox>
  125. <Button Margin="20,10,0,0" Content="设置" Width="40" Height="24" FontSize="14"></Button>
  126. <TextBlock Margin="20,10,0,0" FontSize="14" >翻转频率设定:</TextBlock>
  127. <TextBox Margin="20,10,0,0" Width="85" FontSize="14" Text="100"/>
  128. <Button Margin="20,10,0,0" Content="设置" Width="40" Height="24" FontSize="14"></Button>
  129. <TextBlock Margin="20,10,0,0" FontSize="14" >炒锅角度设定:</TextBlock>
  130. <ComboBox Margin="20,10,0,0" Width="85" FontSize="14">
  131. <ComboBoxItem>1挡</ComboBoxItem>
  132. <ComboBoxItem>2挡</ComboBoxItem>
  133. <ComboBoxItem>3挡</ComboBoxItem>
  134. <ComboBoxItem>4挡</ComboBoxItem>
  135. </ComboBox>
  136. <Button Margin="20,10,0,0" Content="设置" Width="40" Height="24" FontSize="14"></Button>
  137. <TextBlock Margin="20,10,0,0" FontSize="14" >通道出料控制:</TextBlock>
  138. <ComboBox Margin="20,10,0,0" Width="85" FontSize="14">
  139. <ComboBoxItem>通道1</ComboBoxItem>
  140. <ComboBoxItem>通道2</ComboBoxItem>
  141. <ComboBoxItem>通道3</ComboBoxItem>
  142. <ComboBoxItem>通道4</ComboBoxItem>
  143. <ComboBoxItem>通道5</ComboBoxItem>
  144. <ComboBoxItem>通道6</ComboBoxItem>
  145. <ComboBoxItem>通道7</ComboBoxItem>
  146. <ComboBoxItem>通道8</ComboBoxItem>
  147. </ComboBox>
  148. <Button Margin="20,10,0,0" Content="出料" Width="40" Height="24" FontSize="14"></Button>
  149. <Button Margin="30,10,0,0" Content="加热启动" Width="100" Height="24" FontSize="14"></Button>
  150. <Button Margin="30,10,0,0" Content="搅拌启动" Width="100" Height="24" FontSize="14"></Button>
  151. <Button Margin="30,10,0,0" Content="炒锅回原点" Width="100" Height="24" FontSize="14"></Button>
  152. <Button Margin="30,10,0,0" Content="出餐启动" Width="100" Height="24" FontSize="14"></Button>
  153. <Button Margin="30,10,0,0" Content="炒锅清洗" Width="100" Height="24" FontSize="14"></Button>
  154. <Button Margin="30,10,0,0" Content="抽洗锅水启动" Width="100" Height="24" FontSize="14"></Button>
  155. </WrapPanel>
  156. </Grid>
  157. </Grid>
  158. </GroupBox>
  159. </GroupBox>
  160. <GroupBox Header="机器人模拟调试" Grid.Row="1">
  161. <WrapPanel Grid.Row="1" Margin="0,0,0,10">
  162. <TextBlock Margin="20,10,0,0" FontSize="14" >设模式:</TextBlock>
  163. <ComboBox Margin="20,10,0,0" Width="105" FontSize="14">
  164. <ComboBoxItem>无任务</ComboBoxItem>
  165. <ComboBoxItem>机器人炒制任务</ComboBoxItem>
  166. <ComboBoxItem>机器人补料任务</ComboBoxItem>
  167. </ComboBox>
  168. <Button Margin="20,10,0,0" Content="设置" Width="60" Height="24" FontSize="14"></Button>
  169. <TextBlock Margin="40,10,0,0" FontSize="14" >取菜盆:</TextBlock>
  170. <ComboBox Margin="20,10,0,0" Width="105" FontSize="14">
  171. <ComboBoxItem>无任务</ComboBoxItem>
  172. <ComboBoxItem>1号</ComboBoxItem>
  173. <ComboBoxItem>2号</ComboBoxItem>
  174. <ComboBoxItem>3号</ComboBoxItem>
  175. <ComboBoxItem>4号</ComboBoxItem>
  176. <ComboBoxItem>5号</ComboBoxItem>
  177. <ComboBoxItem>6号</ComboBoxItem>
  178. <ComboBoxItem>7号</ComboBoxItem>
  179. <ComboBoxItem>8号</ComboBoxItem>
  180. <ComboBoxItem>9号</ComboBoxItem>
  181. </ComboBox>
  182. <Button Margin="20,10,0,0" Content="取菜盆" Width="60" Height="24" FontSize="14"></Button>
  183. <TextBlock Margin="20,10,0,0" FontSize="14" >取调料:</TextBlock>
  184. <ComboBox Margin="20,10,0,0" Width="105" FontSize="14">
  185. <ComboBoxItem>无任务</ComboBoxItem>
  186. <ComboBoxItem>1号</ComboBoxItem>
  187. <ComboBoxItem>2号</ComboBoxItem>
  188. <ComboBoxItem>3号</ComboBoxItem>
  189. <ComboBoxItem>4号</ComboBoxItem>
  190. <ComboBoxItem>5号</ComboBoxItem>
  191. <ComboBoxItem>6号</ComboBoxItem>
  192. </ComboBox>
  193. <Button Margin="20,10,0,0" Content="取调料" Width="60" Height="24" FontSize="14"></Button>
  194. <TextBlock Margin="40,10,0,0" FontSize="14" >取空盆:</TextBlock>
  195. <ComboBox Margin="20,10,0,0" Width="105" FontSize="14">
  196. <ComboBoxItem>无任务</ComboBoxItem>
  197. <ComboBoxItem>1号</ComboBoxItem>
  198. <ComboBoxItem>2号</ComboBoxItem>
  199. <ComboBoxItem>3号</ComboBoxItem>
  200. <ComboBoxItem>4号</ComboBoxItem>
  201. </ComboBox>
  202. <Button Margin="20,10,0,0" Content="取空盆" Width="60" Height="24" FontSize="14"></Button>
  203. <TextBlock Margin="20,10,0,0" FontSize="14" >到--料:</TextBlock>
  204. <ComboBox Margin="20,10,0,0" Width="105" FontSize="14">
  205. <ComboBoxItem>无任务</ComboBoxItem>
  206. <ComboBoxItem>倒料至一号锅</ComboBoxItem>
  207. <ComboBoxItem>倒料至二号销</ComboBoxItem>
  208. </ComboBox>
  209. <Button Margin="20,10,0,0" Content="运行" Width="60" Height="24" FontSize="14"></Button>
  210. <TextBlock Margin="40,10,0,0" FontSize="14" >放菜盆:</TextBlock>
  211. <ComboBox Margin="20,10,0,0" Width="105" FontSize="14">
  212. <ComboBoxItem>无任务</ComboBoxItem>
  213. <ComboBoxItem>放菜盆至1号库位</ComboBoxItem>
  214. <ComboBoxItem>放菜盆至2号库位</ComboBoxItem>
  215. <ComboBoxItem>放菜盆至3号库位</ComboBoxItem>
  216. <ComboBoxItem>放菜盆至4号库位</ComboBoxItem>
  217. <ComboBoxItem>放菜盆至5号库位</ComboBoxItem>
  218. <ComboBoxItem>放菜盆至6号库位</ComboBoxItem>
  219. <ComboBoxItem>放菜盆至7号库位</ComboBoxItem>
  220. </ComboBox>
  221. <Button Margin="20,10,0,0" Content="运行" Width="60" Height="24" FontSize="14"></Button>
  222. <Button Margin="35,20,0,0" Content="机器人上使能" Width="100" Height="40" FontSize="14"></Button>
  223. <Button Margin="35,20,0,0" Content="机器人复位" Width="100" Height="40" FontSize="14"></Button>
  224. <Button Margin="35,20,0,0" Content="机器人启动" Width="100" Height="40" FontSize="14"></Button>
  225. <Button Margin="35,20,0,0" Content="机器人停止" Width="100" Height="40" FontSize="14"></Button>
  226. </WrapPanel>
  227. </GroupBox>
  228. </Grid>
  229. </GroupBox>
  230. <GroupBox Header="订单控制" Grid.Row="1" Style="{DynamicResource from}" Tag="Start">
  231. <WrapPanel Margin="20,10,0,0">
  232. <Button Margin="20,10,0,0" Content="青椒炒肉" Width="120" Height="40"></Button>
  233. <Button Margin="20,10,0,0" Content="回锅肉" Width="120" Height="40"></Button>
  234. <Button Margin="20,10,0,0" Content="木耳肉片" Width="120" Height="40"></Button>
  235. <Button Margin="20,10,0,0" Content="香炒菜脯" Width="120" Height="40"></Button>
  236. <Button Margin="20,10,0,0" Content="培根炒菜豆" Width="120" Height="40"></Button>
  237. <Button Margin="20,10,0,0" Content="蒜蓉炒菜芯" Width="120" Height="40"></Button>
  238. <Button Margin="20,10,0,0" Content="腊肠炒菜椒" Width="120" Height="40"></Button>
  239. <Button Margin="20,10,0,0" Content="茄子炒菜豆" Width="120" Height="40"></Button>
  240. <Button Margin="20,10,0,0" Content="大酱炒菜梗" Width="120" Height="40"></Button>
  241. <Button Margin="20,10,0,0" Content="芹菜炒菜脯" Width="120" Height="40"></Button>
  242. <Button Margin="20,10,0,0" Content="蒜炒菜豆" Width="120" Height="40"></Button>
  243. <Button Margin="20,10,0,0" Content="酸辣莴笋" Width="120" Height="40"></Button>
  244. </WrapPanel>
  245. </GroupBox>
  246. </Grid>
  247. </Grid>
  248. </UserControl>