113 lines
4.6 KiB
XML
Executable File
113 lines
4.6 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Niagara Presentation XML -->
|
|
<px version="1.0" media="workbench:WbPxMedia">
|
|
<import>
|
|
<module name="baja"/>
|
|
<module name="bajaui"/>
|
|
<module name="converters"/>
|
|
<module name="gx"/>
|
|
<module name="kitPx"/>
|
|
<module name="weather"/>
|
|
<module name="workbench"/>
|
|
</import>
|
|
<content>
|
|
<BorderPane padding="0.0" border="1.0 inset black">
|
|
|
|
<ScrollPane name="content">
|
|
|
|
<CanvasPane name="content" viewSize="730.0,550.0" background="linearGradient( stop(0.0% #004b6981) stop(0.0% #384b5a) stop(50.0% #4b6981) stop(100.0% #384b5a) )">
|
|
|
|
<Rect fill="#283540" stroke="black" geom="10.0,60.0,710.0,480.0"/>
|
|
|
|
<Rect fill="#388f21" geom="30.0,80.0,470.0,440.0"/>
|
|
|
|
<Rect fill="black" stroke="black" geom="10.0,10.0,710.0,50.0"/>
|
|
|
|
<Label layout="25.0,15.0,355.0,40.0" text="Residential Second Floor" font="26.0pt Tahoma" foreground="white" halign="left"/>
|
|
|
|
<CurrentWeatherView layout="565.0,10.0,150.0,50.0" iconSize="x32" tempFont="bold 11.0pt Tahoma" tempBrush="white" stateFont="11.0pt Tahoma" stateBrush="white">
|
|
<WbViewBinding ord="station:|slot:/Services/WeatherService/Richmond"/>
|
|
</CurrentWeatherView>
|
|
|
|
<Label layout="30.0,180.0,470.0,300.0" image="file:^px/images/residential_secondfloor.png"/>
|
|
|
|
<Label layout="115.0,280.0,50.0,20.0" foreground="black" background="white">
|
|
<ValueBinding ord="slot:MasterBedroom/out/value">
|
|
<ObjectToString name="text"/>
|
|
</ValueBinding>
|
|
</Label>
|
|
|
|
<Label layout="290.0,315.0,50.0,20.0" foreground="black" background="white">
|
|
<ValueBinding ord="slot:Hallway/out/value">
|
|
<ObjectToString name="text"/>
|
|
</ValueBinding>
|
|
</Label>
|
|
|
|
<Rect fill="linearGradient( angle(90.0) stop(0.0% #283540) stop(100.0% #384b5a) )" geom="520.0,240.0,180.0,280.0"/>
|
|
|
|
<Rect fill="linearGradient( angle(90.0) stop(0.0% #283540) stop(100.0% #384b5a) )" geom="520.0,80.0,180.0,150.0"/>
|
|
|
|
<Label layout="535.0,245.0,140.0,30.0" text="Hallway" font="18.0pt Tahoma" foreground="#ff8000" halign="left"/>
|
|
|
|
<BoundLabel layout="540.0,270.0,145.0,20.0" font="11.0pt Tahoma" foreground="white" halign="left">
|
|
<BoundLabelBinding ord="slot:Hallway/out/value" summary="%.%" statusEffect="none">
|
|
<ObjectToString name="text" format="Temperature: %.%"/>
|
|
</BoundLabelBinding>
|
|
</BoundLabel>
|
|
|
|
<Label layout="535.0,290.0,140.0,30.0" text="Master Bedroom" font="18.0pt Tahoma" foreground="#ff8000" halign="left"/>
|
|
|
|
<BoundLabel layout="540.0,315.0,145.0,20.0" font="11.0pt Tahoma" foreground="white" halign="left">
|
|
<BoundLabelBinding ord="slot:MasterBedroom/out/value" summary="%.%" statusEffect="none">
|
|
<ObjectToString name="text" format="Temperature: %.%"/>
|
|
</BoundLabelBinding>
|
|
</BoundLabel>
|
|
|
|
<Button layout="535.0,120.0,80.0,20.0" text="Override">
|
|
<ActionBinding ord="slot:AirHandler/SetPoint/override" widgetEvent="actionPerformed"/>
|
|
</Button>
|
|
|
|
<Button layout="615.0,120.0,70.0,20.0" text="Auto">
|
|
<ActionBinding ord="slot:AirHandler/SetPoint/auto"/>
|
|
</Button>
|
|
|
|
<BoundLabel layout="535.0,160.0,150.0,20.0" font="11.0pt Tahoma">
|
|
<BoundLabelBinding ord="slot:AirHandler/Fan" summary="%.%" statusEffect="none">
|
|
<ObjectToString name="text" format="Running: %out.value%"/>
|
|
<IBooleanToSimple name="background">
|
|
<Brush name="trueValue" value="#1bff00"/>
|
|
<Brush name="falseValue" value="null"/>
|
|
</IBooleanToSimple>
|
|
<IBooleanToSimple name="foreground">
|
|
<Brush name="trueValue" value="black"/>
|
|
<Brush name="falseValue" value="white"/>
|
|
</IBooleanToSimple>
|
|
</BoundLabelBinding>
|
|
</BoundLabel>
|
|
|
|
<Button layout="535.0,180.0,50.0,20.0" text="Start">
|
|
<ActionBinding ord="slot:AirHandler/Fan/active" widgetEvent="actionPerformed"/>
|
|
</Button>
|
|
|
|
<Button layout="585.0,180.0,50.0,20.0" text="Stop">
|
|
<ActionBinding ord="slot:AirHandler/Fan/inactive" widgetEvent="actionPerformed"/>
|
|
</Button>
|
|
|
|
<Button layout="635.0,180.0,50.0,20.0" text="Auto">
|
|
<ActionBinding ord="slot:AirHandler/Fan/auto" widgetEvent="actionPerformed"/>
|
|
</Button>
|
|
|
|
<BoundLabel layout="535.0,100.0,150.0,20.0" font="11.0pt Tahoma" foreground="white">
|
|
<BoundLabelBinding ord="slot:AirHandler/SetPoint" summary="%.%" statusEffect="none">
|
|
<ObjectToString name="text" format="Set Point: %out.value%"/>
|
|
</BoundLabelBinding>
|
|
</BoundLabel>
|
|
|
|
</CanvasPane>
|
|
|
|
</ScrollPane>
|
|
|
|
</BorderPane>
|
|
</content>
|
|
</px>
|