niagara-ax/stations/demo/px/ProcessControl.px
2026-03-17 13:31:18 -07:00

45 lines
1.9 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<!-- Niagara Presentation XML -->
<px version="1.0">
<import>
<module name="baja"/>
<module name="bajaui"/>
<module name="gx"/>
</import>
<content>
<BorderPane padding="0" border="1.0 inset black">
<BorderPane name="content" padding="0" border="1.0 solid black" fill="white">
<CanvasPane name="content" viewSize="480.0,330.0">
<Label layout="15,95,120,20" text="Batch Process" image="file:^px/images/arrow.png" font="bold 11pt Tahoma" halign="left">
<ValueBinding hyperlink="station:|slot:/PxHome/Graphics/ProcessControl/BatchProcess"/>
</Label>
<Label layout="15,190,120,20" text="Machine Tool" image="file:^px/images/arrow.png" font="bold 11pt Tahoma" halign="left">
<ValueBinding hyperlink="station:|slot:/PxHome/Graphics/ProcessControl/MachineTool"/>
</Label>
<Label layout="175,15,282,68" image="file:^px/images/processControl.gif" font="bold 11pt Tahoma" halign="left"/>
<Label layout="30,115,410,20" text="The process starts by pumping concentrate, water, and steam into the Mixer tank." font="11pt Tahoma" halign="left"/>
<Label layout="30,130,410,20" text="Once filled, the mixer is activated. Then the mixing tank is drained into the Product" font="11pt Tahoma" halign="left"/>
<Label layout="30,145,410,20" text="Storage tank." font="11pt Tahoma" halign="left"/>
<Label layout="30,210,410,20" text="The process starts by loading the unfinished part onto the conveyor. The tool is" font="11pt Tahoma" halign="left"/>
<Label layout="30,225,410,20" text="then clamped into place under the stamp. Once stamped, the part continues to the" font="11pt Tahoma" halign="left"/>
<Label layout="30,240,410,20" text="end of the conveyor and is unloaded." font="11pt Tahoma" halign="left"/>
</CanvasPane>
</BorderPane>
</BorderPane>
</content>
</px>