|
@@ -330,8 +330,8 @@
|
|
|
<RotateTransform Angle="90"/>
|
|
|
</Border.RenderTransform>
|
|
|
</Border>
|
|
|
- <Ellipse Width="20" Height="20" Canvas.Left="817" Canvas.Top="210" Fill="{Binding RtDataValues[TM.TMATMSwitch.Value],Converter={StaticResource boolToColor}}" Stroke="Silver" StrokeThickness="2"></Ellipse>
|
|
|
- <Ellipse Width="20" Height="20" Canvas.Left="797" Canvas.Top="264" Fill="{Binding RtDataValues[TM.TMVacSwitch.Value],Converter={StaticResource boolToColor}}" Stroke="Silver" StrokeThickness="2"></Ellipse>
|
|
|
+ <Ellipse Width="20" Height="20" Canvas.Left="817" Canvas.Top="210" Fill="{Binding RtDataValues[TM.IoSensor.TMATMSwitch.Value],Converter={StaticResource boolToColor}}" Stroke="Silver" StrokeThickness="2"></Ellipse>
|
|
|
+ <Ellipse Width="20" Height="20" Canvas.Left="797" Canvas.Top="264" Fill="{Binding RtDataValues[TM.IoSensor.TMVacSwitch.Value],Converter={StaticResource boolToColor}}" Stroke="Silver" StrokeThickness="2"></Ellipse>
|
|
|
<userControls:TextboxWithLabel Canvas.Left="838" Canvas.Top="218" LabelValue="{Binding PressureType, StringFormat=CM3({0})}" TextBoxValue="{Binding RtDataValues[TM.TMProcessGauge.Value],StringFormat='F1'}" TextBoxColor="#E6ECF5"/>
|
|
|
<TextBlock Text="ATM" Canvas.Left="814" Canvas.Top="195"/>
|
|
|
<TextBlock Text="VAC" Canvas.Left="795" Canvas.Top="286"/>
|
|
@@ -351,8 +351,8 @@
|
|
|
<RotateTransform Angle="90"/>
|
|
|
</Border.RenderTransform>
|
|
|
</Border>
|
|
|
- <Ellipse Width="20" Height="20" Canvas.Left="837" Canvas.Top="544" Fill="{Binding RtDataValues[TM.LLBATMSwitch.Value],Converter={StaticResource boolToColor}}" Stroke="Silver" StrokeThickness="2"></Ellipse>
|
|
|
- <Ellipse Width="20" Height="20" Canvas.Left="817" Canvas.Top="544" Fill="{Binding RtDataValues[TM.LLBVacSwitch.Value],Converter={StaticResource boolToColor}}" Stroke="Silver" StrokeThickness="2"></Ellipse>
|
|
|
+ <Ellipse Width="20" Height="20" Canvas.Left="837" Canvas.Top="544" Fill="{Binding RtDataValues[TM.IoSensor.LLBATMSwitch.Value],Converter={StaticResource boolToColor}}" Stroke="Silver" StrokeThickness="2"></Ellipse>
|
|
|
+ <Ellipse Width="20" Height="20" Canvas.Left="817" Canvas.Top="544" Fill="{Binding RtDataValues[TM.IoSensor.LLBVacSwitch.Value],Converter={StaticResource boolToColor}}" Stroke="Silver" StrokeThickness="2"></Ellipse>
|
|
|
<userControls:TextboxWithLabel Canvas.Left="858" Canvas.Top="498" LabelValue="{Binding PressureType, StringFormat=CM4({0})}" TextBoxValue="{Binding RtDataValues[TM.LLBPressureGauge.Value],StringFormat='F1'}" TextBoxColor="#E6ECF5"/>
|
|
|
<TextBlock Text="ATM" Canvas.Left="468" Canvas.Top="565"/>
|
|
|
<TextBlock Text="VAC" Canvas.Left="440" Canvas.Top="565"/>
|
|
@@ -373,8 +373,8 @@
|
|
|
<RotateTransform Angle="90"/>
|
|
|
</Border.RenderTransform>
|
|
|
</Border>
|
|
|
- <Ellipse Width="20" Height="20" Canvas.Left="467" Canvas.Top="544" Fill="{Binding RtDataValues[TM.LLAATMSwitch.Value],Converter={StaticResource boolToColor}}" Stroke="Silver" StrokeThickness="2"></Ellipse>
|
|
|
- <Ellipse Width="20" Height="20" Canvas.Left="447" Canvas.Top="544" Fill="{Binding RtDataValues[TM.LLAVacSwitch.Value],Converter={StaticResource boolToColor}}" Stroke="Silver" StrokeThickness="2"></Ellipse>
|
|
|
+ <Ellipse Width="20" Height="20" Canvas.Left="467" Canvas.Top="544" Fill="{Binding RtDataValues[TM.IoSensor.LLAATMSwitch.Value],Converter={StaticResource boolToColor}}" Stroke="Silver" StrokeThickness="2"></Ellipse>
|
|
|
+ <Ellipse Width="20" Height="20" Canvas.Left="447" Canvas.Top="544" Fill="{Binding RtDataValues[TM.IoSensor.LLAVacSwitch.Value],Converter={StaticResource boolToColor}}" Stroke="Silver" StrokeThickness="2"></Ellipse>
|
|
|
<userControls:TextboxWithLabel Canvas.Left="378" Canvas.Top="498" LabelValue="{Binding PressureType, StringFormat=CM5({0})}" TextBoxValue="{Binding RtDataValues[TM.LLAPressureGauge.Value],StringFormat='F1'}" TextBoxColor="#E6ECF5"/>
|
|
|
|
|
|
<TextBlock Text="ATM" Canvas.Left="838" Canvas.Top="565"/>
|