From 876864b4de07e0648499d77054d1e97684b24add Mon Sep 17 00:00:00 2001 From: timmmooney Date: Mon, 7 Mar 2011 18:07:48 +0000 Subject: [PATCH] Customized version of generic files, for MAX controller. Eventually, these should be folder into the generic versions, but that will require some changes to the SNL programs. The main difference is that MAX displays plot against realTimeTraj, instead of point number. --- motorApp/op/adl/MAX_trajectoryPlot.adl | 148 ++ motorApp/op/adl/MAX_trajectoryPlot2.adl | 220 +++ motorApp/op/adl/MAX_trajectoryPlot3.adl | 158 ++ motorApp/op/adl/MAX_trajectoryScan.adl | 1611 +++++++++++++++++ motorApp/op/adl/MAX_trajectoryScanDebug.adl | 1727 +++++++++++++++++++ 5 files changed, 3864 insertions(+) create mode 100644 motorApp/op/adl/MAX_trajectoryPlot.adl create mode 100644 motorApp/op/adl/MAX_trajectoryPlot2.adl create mode 100644 motorApp/op/adl/MAX_trajectoryPlot3.adl create mode 100644 motorApp/op/adl/MAX_trajectoryScan.adl create mode 100644 motorApp/op/adl/MAX_trajectoryScanDebug.adl diff --git a/motorApp/op/adl/MAX_trajectoryPlot.adl b/motorApp/op/adl/MAX_trajectoryPlot.adl new file mode 100644 index 00000000..b43cb855 --- /dev/null +++ b/motorApp/op/adl/MAX_trajectoryPlot.adl @@ -0,0 +1,148 @@ + +file { + name="/home/oxygen/MOONEY/epics/synApps_5_5/support/xxx/xxxApp/op/adl/trajectoryPlot.adl" + version=030105 +} +display { + object { + x=729 + y=391 + width=400 + height=230 + } + clr=14 + bclr=0 + cmap="" + gridSpacing=5 + gridOn=0 + snapToGrid=0 +} +"color map" { + ncolors=65 + colors { + ffffff, + ececec, + dadada, + c8c8c8, + bbbbbb, + aeaeae, + 9e9e9e, + 919191, + 858585, + 787878, + 696969, + 5a5a5a, + 464646, + 2d2d2d, + 000000, + 00d800, + 1ebb00, + 339900, + 2d7f00, + 216c00, + fd0000, + de1309, + be190b, + a01207, + 820400, + 5893ff, + 597ee1, + 4b6ec7, + 3a5eab, + 27548d, + fbf34a, + f9da3c, + eeb62b, + e19015, + cd6100, + ffb0ff, + d67fe2, + ae4ebc, + 8b1a96, + 610a75, + a4aaff, + 8793e2, + 6a73c1, + 4d52a4, + 343386, + c7bb6d, + b79d5c, + a47e3c, + 7d5627, + 58340f, + 99ffff, + 73dfff, + 4ea5f9, + 2a63e4, + 0a00b8, + ebf1b5, + d4db9d, + bbc187, + a6a462, + 8b8239, + 73ff6b, + 52da3b, + 3cb420, + 289315, + 1a7309, + } +} +"cartesian plot" { + object { + x=0 + y=30 + width=400 + height=200 + } + plotcom { + xlabel="Time" + ylabel="Position" + clr=14 + bclr=0 + } + style="line" + count="2000" + trace[0] { + xdata="$(X)" + ydata="$(Y)" + data_clr=20 + } + x_axis { + rangeStyle="auto-scale" + } + y1_axis { + rangeStyle="auto-scale" + } + y2_axis { + rangeStyle="auto-scale" + } + countPvName="2000" +} +"text update" { + object { + x=69 + y=11 + width=85 + height=20 + } + monitor { + chan="$(M).DESC" + clr=14 + bclr=0 + } + align="horiz. right" + limits { + } +} +text { + object { + x=161 + y=11 + width=80 + height=20 + } + "basic attribute" { + clr=14 + } + textix="$(TITLE)" +} diff --git a/motorApp/op/adl/MAX_trajectoryPlot2.adl b/motorApp/op/adl/MAX_trajectoryPlot2.adl new file mode 100644 index 00000000..a201fd49 --- /dev/null +++ b/motorApp/op/adl/MAX_trajectoryPlot2.adl @@ -0,0 +1,220 @@ + +file { + name="/home/oxygen4/MOONEY/epics/synAppsSVN/support/xxx/xxxApp/src/../op/adl/trajectoryPlot2.adl" + version=030105 +} +display { + object { + x=729 + y=391 + width=400 + height=230 + } + clr=14 + bclr=0 + cmap="" + gridSpacing=5 + gridOn=0 + snapToGrid=0 +} +"color map" { + ncolors=65 + colors { + ffffff, + ececec, + dadada, + c8c8c8, + bbbbbb, + aeaeae, + 9e9e9e, + 919191, + 858585, + 787878, + 696969, + 5a5a5a, + 464646, + 2d2d2d, + 000000, + 00d800, + 1ebb00, + 339900, + 2d7f00, + 216c00, + fd0000, + de1309, + be190b, + a01207, + 820400, + 5893ff, + 597ee1, + 4b6ec7, + 3a5eab, + 27548d, + fbf34a, + f9da3c, + eeb62b, + e19015, + cd6100, + ffb0ff, + d67fe2, + ae4ebc, + 8b1a96, + 610a75, + a4aaff, + 8793e2, + 6a73c1, + 4d52a4, + 343386, + c7bb6d, + b79d5c, + a47e3c, + 7d5627, + 58340f, + 99ffff, + 73dfff, + 4ea5f9, + 2a63e4, + 0a00b8, + ebf1b5, + d4db9d, + bbc187, + a6a462, + 8b8239, + 73ff6b, + 52da3b, + 3cb420, + 289315, + 1a7309, + } +} +"cartesian plot" { + object { + x=0 + y=30 + width=400 + height=200 + } + plotcom { + xlabel="Time" + ylabel="Position" + clr=14 + bclr=0 + } + style="line" + count="2000" + trace[0] { + xdata="$(X)" + ydata="$(Y1)" + data_clr=52 + } + trace[1] { + xdata="$(X)" + ydata="$(Y2)" + data_clr=20 + } + trace[2] { + xdata="$(X)" + ydata="$(Y3)" + data_clr=14 + } + x_axis { + rangeStyle="auto-scale" + } + y1_axis { + rangeStyle="auto-scale" + } + y2_axis { + rangeStyle="auto-scale" + } + countPvName="2000" +} +"text update" { + object { + x=48 + y=10 + width=85 + height=20 + } + monitor { + chan="$(M).DESC" + clr=14 + bclr=0 + } + align="horiz. right" + limits { + } +} +text { + object { + x=140 + y=10 + width=30 + height=20 + } + "basic attribute" { + clr=52 + } + textix="Err" +} +text { + object { + x=180 + y=10 + width=70 + height=20 + } + "basic attribute" { + clr=20 + } + textix="Desired" +} +text { + object { + x=260 + y=10 + width=80 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Readback" +} +text { + object { + x=5 + y=20 + width=20 + height=10 + } + "basic attribute" { + clr=52 + } + textix="ERR" +} +text { + object { + x=350 + y=20 + width=45 + height=10 + } + "basic attribute" { + clr=14 + } + textix="READBACK" + align="horiz. centered" +} +text { + object { + x=350 + y=10 + width=45 + height=10 + } + "basic attribute" { + clr=20 + } + textix="DESIRED" + align="horiz. centered" +} diff --git a/motorApp/op/adl/MAX_trajectoryPlot3.adl b/motorApp/op/adl/MAX_trajectoryPlot3.adl new file mode 100644 index 00000000..655133e3 --- /dev/null +++ b/motorApp/op/adl/MAX_trajectoryPlot3.adl @@ -0,0 +1,158 @@ + +file { + name="/home/oxygen/MOONEY/epics/synApps_5_5/support/xxx/xxxApp/op/adl/trajectoryPlot3.adl" + version=030105 +} +display { + object { + x=729 + y=391 + width=400 + height=230 + } + clr=14 + bclr=0 + cmap="" + gridSpacing=5 + gridOn=0 + snapToGrid=0 +} +"color map" { + ncolors=65 + colors { + ffffff, + ececec, + dadada, + c8c8c8, + bbbbbb, + aeaeae, + 9e9e9e, + 919191, + 858585, + 787878, + 696969, + 5a5a5a, + 464646, + 2d2d2d, + 000000, + 00d800, + 1ebb00, + 339900, + 2d7f00, + 216c00, + fd0000, + de1309, + be190b, + a01207, + 820400, + 5893ff, + 597ee1, + 4b6ec7, + 3a5eab, + 27548d, + fbf34a, + f9da3c, + eeb62b, + e19015, + cd6100, + ffb0ff, + d67fe2, + ae4ebc, + 8b1a96, + 610a75, + a4aaff, + 8793e2, + 6a73c1, + 4d52a4, + 343386, + c7bb6d, + b79d5c, + a47e3c, + 7d5627, + 58340f, + 99ffff, + 73dfff, + 4ea5f9, + 2a63e4, + 0a00b8, + ebf1b5, + d4db9d, + bbc187, + a6a462, + 8b8239, + 73ff6b, + 52da3b, + 3cb420, + 289315, + 1a7309, + } +} +"cartesian plot" { + object { + x=0 + y=30 + width=400 + height=200 + } + plotcom { + xlabel="Point" + ylabel="Position" + clr=14 + bclr=0 + } + style="line" + count="2000" + trace[0] { + xdata="$(X)" + ydata="$(Y1)" + data_clr=20 + } + trace[1] { + xdata="$(X)" + ydata="$(Y2)" + data_clr=14 + } + trace[2] { + xdata="$(X)" + ydata="$(Y3)" + data_clr=63 + } + x_axis { + rangeStyle="auto-scale" + } + y1_axis { + rangeStyle="auto-scale" + } + y2_axis { + rangeStyle="auto-scale" + } + countPvName="2000" +} +"text update" { + object { + x=69 + y=11 + width=85 + height=20 + } + monitor { + chan="$(M).DESC" + clr=14 + bclr=0 + } + align="horiz. right" + limits { + } +} +text { + object { + x=161 + y=11 + width=80 + height=20 + } + "basic attribute" { + clr=14 + } + textix="$(TITLE)" +} diff --git a/motorApp/op/adl/MAX_trajectoryScan.adl b/motorApp/op/adl/MAX_trajectoryScan.adl new file mode 100644 index 00000000..63aae11a --- /dev/null +++ b/motorApp/op/adl/MAX_trajectoryScan.adl @@ -0,0 +1,1611 @@ + +file { + name="/home/oxygen4/MOONEY/epics/synAppsSVN/support/xxx/xxxApp/src/../op/adl/trajectoryScan.adl" + version=030105 +} +display { + object { + x=164 + y=54 + width=530 + height=785 + } + clr=14 + bclr=4 + cmap="" + gridSpacing=10 + gridOn=0 + snapToGrid=0 +} +"color map" { + ncolors=65 + colors { + ffffff, + ececec, + dadada, + c8c8c8, + bbbbbb, + aeaeae, + 9e9e9e, + 919191, + 858585, + 787878, + 696969, + 5a5a5a, + 464646, + 2d2d2d, + 000000, + 00d800, + 1ebb00, + 339900, + 2d7f00, + 216c00, + fd0000, + de1309, + be190b, + a01207, + 820400, + 5893ff, + 597ee1, + 4b6ec7, + 3a5eab, + 27548d, + fbf34a, + f9da3c, + eeb62b, + e19015, + cd6100, + ffb0ff, + d67fe2, + ae4ebc, + 8b1a96, + 610a75, + a4aaff, + 8793e2, + 6a73c1, + 4d52a4, + 343386, + c7bb6d, + b79d5c, + a47e3c, + 7d5627, + 58340f, + 99ffff, + 73dfff, + 4ea5f9, + 2a63e4, + 0a00b8, + ebf1b5, + d4db9d, + bbc187, + a6a462, + 8b8239, + 73ff6b, + 52da3b, + 3cb420, + 289315, + 1a7309, + } +} +rectangle { + object { + x=5 + y=51 + width=524 + height=235 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } +} +text { + object { + x=20 + y=55 + width=210 + height=20 + } + "basic attribute" { + clr=14 + } + textix="# trajectory elements" +} +"text entry" { + object { + x=234 + y=55 + width=100 + height=20 + } + control { + chan="$(P)$(R)Nelements" + clr=14 + bclr=51 + } + limits { + } +} +rectangle { + object { + x=73 + y=10 + width=384 + height=35 + } + "basic attribute" { + clr=56 + } +} +text { + object { + x=103 + y=16 + width=324 + height=25 + } + "basic attribute" { + clr=14 + } + textix="$(TITLE)" + align="horiz. centered" +} +text { + object { + x=359 + y=105 + width=60 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Actual" +} +"text update" { + object { + x=422 + y=108 + width=100 + height=15 + } + monitor { + chan="$(P)$(R)Nactual" + clr=14 + bclr=56 + } + limits { + } +} +text { + object { + x=80 + y=105 + width=150 + height=20 + } + "basic attribute" { + clr=14 + } + textix="# output pulses" +} +"text entry" { + object { + x=234 + y=105 + width=100 + height=20 + } + control { + chan="$(P)$(R)Npulses" + clr=14 + bclr=51 + } + limits { + } +} +text { + object { + x=140 + y=155 + width=90 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Time mode" +} +menu { + object { + x=234 + y=155 + width=100 + height=20 + } + control { + chan="$(P)$(R)TimeMode" + clr=14 + bclr=51 + } +} +text { + object { + x=130 + y=180 + width=100 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Total time" +} +"text entry" { + object { + x=234 + y=180 + width=100 + height=20 + } + control { + chan="$(P)$(R)Time" + clr=14 + bclr=51 + } + limits { + } +} +"text entry" { + object { + x=234 + y=205 + width=100 + height=20 + } + control { + chan="$(P)$(R)TimeScale" + clr=14 + bclr=51 + } + limits { + } +} +text { + object { + x=29 + y=205 + width=200 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Execution time scale" +} +"related display" { + object { + x=425 + y=255 + width=99 + height=20 + } + display[0] { + label="Debug/more" + name="MAX_trajectoryScanDebug.adl" + args="P=$(P),R=$(R),TITLE=$(TITLE),M1=$(M1),M2=$(M2),M3=$(M3),M4=$(M4),M5=$(M5),M6=$(M6),M7=$(M7),M8=$(M8)" + } + clr=14 + bclr=51 + label=" More" +} +"text entry" { + object { + x=234 + y=130 + width=100 + height=20 + } + control { + chan="$(P)$(R)StartPulses" + clr=14 + bclr=51 + } + limits { + } +} +text { + object { + x=387 + y=130 + width=30 + height=20 + } + "basic attribute" { + clr=14 + } + textix="End" +} +"text entry" { + object { + x=422 + y=130 + width=100 + height=20 + } + control { + chan="$(P)$(R)EndPulses" + clr=14 + bclr=51 + } + limits { + } +} +text { + object { + x=10 + y=130 + width=210 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Range of pulses: Start" +} +text { + object { + x=20 + y=80 + width=210 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Trajectory definition" +} +menu { + object { + x=234 + y=80 + width=100 + height=20 + } + control { + chan="$(P)$(R)MoveMode" + clr=14 + bclr=51 + } +} +"related display" { + object { + x=447 + y=180 + width=75 + height=20 + } + display[0] { + label="Time per element" + name="MAX_trajectoryPlot.adl" + args="TITLE=Time_per_element,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)TimeTraj" + } + clr=14 + bclr=51 +} +text { + object { + x=400 + y=180 + width=40 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Plot" +} +composite { + object { + x=4 + y=530 + width=524 + height=250 + } + "composite name"="" + children { + rectangle { + object { + x=4 + y=530 + width=524 + height=250 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + } + text { + object { + x=111 + y=560 + width=50 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Build" + } + "message button" { + object { + x=167 + y=560 + width=96 + height=20 + } + control { + chan="$(P)$(R)Build" + clr=14 + bclr=51 + } + label="Build" + press_msg="1" + release_msg="0" + } + text { + object { + x=31 + y=610 + width=130 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Simulate/Real" + } + menu { + object { + x=165 + y=610 + width=100 + height=20 + } + control { + chan="$(P)$(R)SimMode" + clr=14 + bclr=51 + } + } + "text update" { + object { + x=168 + y=586 + width=350 + height=20 + } + monitor { + chan="$(P)$(R)BuildMessage" + clr=14 + bclr=56 + } + limits { + } + } + text { + object { + x=31 + y=585 + width=130 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Build message" + } + "text update" { + object { + x=272 + y=560 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)BuildState" + clr=50 + bclr=13 + } + clrmod="alarm" + limits { + } + } + "text update" { + object { + x=272 + y=635 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)ExecState" + clr=50 + bclr=14 + } + clrmod="alarm" + limits { + } + } + "text update" { + object { + x=386 + y=560 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)BuildStatus" + clr=50 + bclr=14 + } + clrmod="alarm" + limits { + } + } + "text update" { + object { + x=386 + y=635 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)ExecStatus" + clr=50 + bclr=14 + } + clrmod="alarm" + limits { + } + } + text { + object { + x=180 + y=535 + width=70 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Command" + } + text { + object { + x=298 + y=535 + width=50 + height=20 + } + "basic attribute" { + clr=14 + } + textix="State" + } + text { + object { + x=407 + y=535 + width=60 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Status" + } + composite { + object { + x=91 + y=635 + width=172 + height=20 + } + "composite name"="" + children { + text { + object { + x=91 + y=635 + width=70 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Execute" + } + "message button" { + object { + x=167 + y=635 + width=96 + height=20 + } + control { + chan="$(P)$(R)Execute" + clr=14 + bclr=51 + } + label="Execute" + press_msg="1" + release_msg="0" + } + } + } + text { + object { + x=111 + y=690 + width=60 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Abort" + } + "message button" { + object { + x=167 + y=685 + width=150 + height=30 + } + control { + chan="$(P)$(R)Abort" + clr=14 + bclr=20 + } + label="Abort!" + press_msg="1" + release_msg="0" + } + text { + object { + x=11 + y=660 + width=150 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Execute message" + } + "text update" { + object { + x=168 + y=661 + width=350 + height=20 + } + monitor { + chan="$(P)$(R)ExecMessage" + clr=14 + bclr=56 + } + limits { + } + } + "message button" { + object { + x=167 + y=725 + width=96 + height=20 + } + control { + chan="$(P)$(R)Readback" + clr=14 + bclr=51 + } + label="Readback" + press_msg="1" + release_msg="0" + } + text { + object { + x=81 + y=725 + width=80 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Readback" + } + "text update" { + object { + x=272 + y=725 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)ReadState" + clr=50 + bclr=14 + } + clrmod="alarm" + limits { + } + } + "text update" { + object { + x=386 + y=725 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)ReadStatus" + clr=50 + bclr=14 + } + clrmod="alarm" + limits { + } + } + text { + object { + x=41 + y=750 + width=120 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Read message" + } + "text update" { + object { + x=168 + y=751 + width=350 + height=20 + } + monitor { + chan="$(P)$(R)ReadMessage" + clr=14 + bclr=56 + } + limits { + } + } + } +} +rectangle { + object { + x=4 + y=293 + width=524 + height=230 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } +} +text { + object { + x=168 + y=296 + width=100 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Move axis?" +} +menu { + object { + x=168 + y=345 + width=100 + height=20 + } + control { + chan="$(P)$(R)M2Move" + clr=14 + bclr=51 + } +} +menu { + object { + x=168 + y=370 + width=100 + height=20 + } + control { + chan="$(P)$(R)M3Move" + clr=14 + bclr=51 + } +} +menu { + object { + x=168 + y=320 + width=100 + height=20 + } + control { + chan="$(P)$(R)M1Move" + clr=14 + bclr=51 + } +} +menu { + object { + x=168 + y=395 + width=100 + height=20 + } + control { + chan="$(P)$(R)M4Move" + clr=14 + bclr=51 + } +} +menu { + object { + x=168 + y=420 + width=100 + height=20 + } + control { + chan="$(P)$(R)M5Move" + clr=14 + bclr=51 + } +} +text { + object { + x=300 + y=296 + width=100 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Current Pos." +} +"text update" { + object { + x=291 + y=320 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)M1Current" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=291 + y=345 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)M2Current" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=291 + y=370 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)M3Current" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=291 + y=395 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)M4Current" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=291 + y=420 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)M5Current" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +text { + object { + x=456 + y=296 + width=50 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Plots" +} +"related display" { + object { + x=440 + y=320 + width=75 + height=20 + } + display[0] { + label="Output" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M1),TITLE=Output_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M1Traj" + } + display[1] { + label="Readback" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M1),TITLE=Actual_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M1Actual" + } + display[2] { + label="Following error" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M1),TITLE=Following_Error,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M1Error" + } + display[3] { + label="Desired&Readback&Error" + name="MAX_trajectoryPlot2.adl" + args="M=$(P)$(M1),TITLE=Output_Readback,X=$(P)$(R)realTimeTrajectory,Y1=$(P)$(R)M1Error,Y2=$(P)$(R)M1Traj,Y3=$(P)$(R)M1Actual" + } + display[4] { + label="raw" + name="MAX_trajectoryPlot3.adl" + args="M=$(P)$(M1),TITLE=Output_Readback,X=$(P)$(R)M5Actual,Y1=$(P)$(R)M2Actual,Y2=$(P)$(R)M3Actual,Y3=$(P)$(R)M4Actual" + } + clr=14 + bclr=51 +} +"related display" { + object { + x=440 + y=345 + width=75 + height=20 + } + display[0] { + label="Output" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M2),TITLE=Output_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M2Traj" + } + display[1] { + label="Readback" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M2),TITLE=Actual_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M2Actual" + } + display[2] { + label="Following error" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M2),TITLE=Following_Error,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M2Error" + } + display[3] { + label="Desired&Readback&Error" + name="MAX_trajectoryPlot2.adl" + args="M=$(P)$(M2),TITLE=Output_Readback,X=$(P)$(R)realTimeTrajectory,Y1=$(P)$(R)M2Error,Y2=$(P)$(R)M2Traj,Y3=$(P)$(R)M2Actual" + } + clr=14 + bclr=51 +} +"related display" { + object { + x=440 + y=370 + width=75 + height=20 + } + display[0] { + label="Output" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M3),TITLE=Output_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M3Traj" + } + display[1] { + label="Readback" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M3),TITLE=Actual_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M3Actual" + } + display[2] { + label="Following error" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M3),TITLE=Following_Error,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M3Error" + } + display[3] { + label="Desired&Readback&Error" + name="MAX_trajectoryPlot2.adl" + args="M=$(P)$(M3),TITLE=Output_Readback,X=$(P)$(R)realTimeTrajectory,Y1=$(P)$(R)M3Error,Y2=$(P)$(R)M3Traj,Y3=$(P)$(R)M3Actual" + } + clr=14 + bclr=51 +} +"related display" { + object { + x=440 + y=395 + width=75 + height=20 + } + display[0] { + label="Output" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M4),TITLE=Output_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M4Traj" + } + display[1] { + label="Readback" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M4),TITLE=Actual_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M4Actual" + } + display[2] { + label="Following error" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M4),TITLE=Following_Error,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M4Error" + } + display[3] { + label="Desired&Readback&Error" + name="MAX_trajectoryPlot2.adl" + args="M=$(P)$(M4),TITLE=Output_Readback,X=$(P)$(R)realTimeTrajectory,Y1=$(P)$(R)M4Error,Y2=$(P)$(R)M4Traj,Y3=$(P)$(R)M4Actual" + } + clr=14 + bclr=51 +} +"related display" { + object { + x=440 + y=420 + width=75 + height=20 + } + display[0] { + label="Output" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M5),TITLE=Output_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M5Traj" + } + display[1] { + label="Readback" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M5),TITLE=Actual_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M5Actual" + } + display[2] { + label="Following error" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M5),TITLE=Following_Error,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M5Error" + } + display[3] { + label="Desired&Readback&Error" + name="MAX_trajectoryPlot2.adl" + args="M=$(P)$(M5),TITLE=Output_Readback,X=$(P)$(R)realTimeTrajectory,Y1=$(P)$(R)M5Error,Y2=$(P)$(R)M5Traj,Y3=$(P)$(R)M5Actual" + } + clr=14 + bclr=51 +} +menu { + object { + x=168 + y=445 + width=100 + height=20 + } + control { + chan="$(P)$(R)M6Move" + clr=14 + bclr=51 + } +} +"text update" { + object { + x=291 + y=445 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)M6Current" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"related display" { + object { + x=440 + y=445 + width=75 + height=20 + } + display[0] { + label="Output" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M6),TITLE=Output_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M6Traj" + } + display[1] { + label="Readback" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M6),TITLE=Actual_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M6Actual" + } + display[2] { + label="Following error" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M6),TITLE=Following_Error,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M6Error" + } + display[3] { + label="Desired&Readback&Error" + name="MAX_trajectoryPlot2.adl" + args="M=$(P)$(M6),TITLE=Output_Readback,X=$(P)$(R)realTimeTrajectory,Y1=$(P)$(R)M6Error,Y2=$(P)$(R)M6Traj,Y3=$(P)$(R)M6Actual" + } + clr=14 + bclr=51 +} +menu { + object { + x=168 + y=470 + width=100 + height=20 + } + control { + chan="$(P)$(R)M7Move" + clr=14 + bclr=51 + } +} +"text update" { + object { + x=291 + y=470 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)M7Current" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"related display" { + object { + x=440 + y=470 + width=75 + height=20 + } + display[0] { + label="Output" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M7),TITLE=Output_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M7Traj" + } + display[1] { + label="Readback" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M7),TITLE=Actual_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M7Actual" + } + display[2] { + label="Following error" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M7),TITLE=Following_Error,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M7Error" + } + display[3] { + label="Desired&Readback&Error" + name="MAX_trajectoryPlot2.adl" + args="M=$(P)$(M7),TITLE=Output_Readback,X=$(P)$(R)realTimeTrajectory,Y1=$(P)$(R)M7Error,Y2=$(P)$(R)M7Traj,Y3=$(P)$(R)M7Actual" + } + clr=14 + bclr=51 +} +menu { + object { + x=168 + y=495 + width=100 + height=20 + } + control { + chan="$(P)$(R)M8Move" + clr=14 + bclr=51 + } +} +"text update" { + object { + x=291 + y=495 + width=103 + height=20 + } + monitor { + chan="$(P)$(R)M8Current" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"related display" { + object { + x=440 + y=495 + width=75 + height=20 + } + display[0] { + label="Output" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M8),TITLE=Output_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M8Traj" + } + display[1] { + label="Readback" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M8),TITLE=Actual_Trajectory,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M8Actual" + } + display[2] { + label="Following error" + name="MAX_trajectoryPlot.adl" + args="M=$(P)$(M8),TITLE=Following_Error,X=$(P)$(R)realTimeTrajectory,Y=$(P)$(R)M8Error" + } + display[3] { + label="Desired&Readback&Error" + name="MAX_trajectoryPlot2.adl" + args="M=$(P)$(M8),TITLE=Output_Readback,X=$(P)$(R)realTimeTrajectory,Y1=$(P)$(R)M8Error,Y2=$(P)$(R)M8Traj,Y3=$(P)$(R)M8Actual" + } + clr=14 + bclr=51 +} +"text update" { + object { + x=6 + y=320 + width=150 + height=20 + } + monitor { + chan="$(P)$(M1).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=6 + y=345 + width=150 + height=20 + } + monitor { + chan="$(P)$(M2).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=6 + y=370 + width=150 + height=20 + } + monitor { + chan="$(P)$(M3).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=6 + y=395 + width=150 + height=20 + } + monitor { + chan="$(P)$(M4).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=6 + y=420 + width=150 + height=20 + } + monitor { + chan="$(P)$(M5).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=6 + y=445 + width=150 + height=20 + } + monitor { + chan="$(P)$(M6).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=6 + y=470 + width=150 + height=20 + } + monitor { + chan="$(P)$(M7).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=6 + y=495 + width=150 + height=20 + } + monitor { + chan="$(P)$(M8).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text entry" { + object { + x=234 + y=230 + width=100 + height=20 + } + control { + chan="$(P)$(R)Accel" + clr=14 + bclr=51 + } + limits { + } +} +text { + object { + x=60 + y=230 + width=170 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Acceleration time" +} +"text entry" { + object { + x=234 + y=255 + width=180 + height=20 + } + control { + chan="$(P)$(R)TrajectoryFile" + clr=14 + bclr=51 + } + limits { + } +} +text { + object { + x=40 + y=255 + width=190 + height=20 + } + "basic attribute" { + clr=14 + } + textix="XPS trajectory file" +} +"text entry" { + object { + x=422 + y=225 + width=100 + height=20 + } + control { + chan="$(P)$(R)DebugLevel" + clr=14 + bclr=51 + } + limits { + } +} +text { + object { + x=422 + y=213 + width=100 + height=10 + } + "basic attribute" { + clr=14 + } + textix="Debug Level" + align="horiz. centered" +} +"text update" { + object { + x=340 + y=195 + width=50 + height=15 + } + monitor { + chan="$(P)$(R)ElapsedTime" + clr=54 + bclr=4 + } + limits { + } +} +text { + object { + x=340 + y=184 + width=50 + height=10 + } + "basic attribute" { + clr=14 + } + textix="ELAPSED" + align="horiz. centered" +} +"text entry" { + object { + x=490 + y=56 + width=25 + height=20 + } + control { + chan="$(P)$(R)OutBitNum" + clr=14 + bclr=51 + } + limits { + } +} +text { + object { + x=375 + y=55 + width=110 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Output Bit#" +} +"text entry" { + object { + x=490 + y=81 + width=25 + height=20 + } + control { + chan="$(P)$(R)InBitNum" + clr=14 + bclr=51 + } + limits { + } +} +text { + object { + x=375 + y=80 + width=110 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Input Bit#" +} diff --git a/motorApp/op/adl/MAX_trajectoryScanDebug.adl b/motorApp/op/adl/MAX_trajectoryScanDebug.adl new file mode 100644 index 00000000..eb9a1b7f --- /dev/null +++ b/motorApp/op/adl/MAX_trajectoryScanDebug.adl @@ -0,0 +1,1727 @@ + +file { + name="/home/oxygen/MOONEY/epics/synApps_5_5/support/xxx/xxxApp/op/adl/trajectoryScanDebug.adl" + version=030105 +} +display { + object { + x=106 + y=113 + width=1015 + height=385 + } + clr=14 + bclr=4 + cmap="" + gridSpacing=5 + gridOn=0 + snapToGrid=0 +} +"color map" { + ncolors=65 + colors { + ffffff, + ececec, + dadada, + c8c8c8, + bbbbbb, + aeaeae, + 9e9e9e, + 919191, + 858585, + 787878, + 696969, + 5a5a5a, + 464646, + 2d2d2d, + 000000, + 00d800, + 1ebb00, + 339900, + 2d7f00, + 216c00, + fd0000, + de1309, + be190b, + a01207, + 820400, + 5893ff, + 597ee1, + 4b6ec7, + 3a5eab, + 27548d, + fbf34a, + f9da3c, + eeb62b, + e19015, + cd6100, + ffb0ff, + d67fe2, + ae4ebc, + 8b1a96, + 610a75, + a4aaff, + 8793e2, + 6a73c1, + 4d52a4, + 343386, + c7bb6d, + b79d5c, + a47e3c, + 7d5627, + 58340f, + 99ffff, + 73dfff, + 4ea5f9, + 2a63e4, + 0a00b8, + ebf1b5, + d4db9d, + bbc187, + a6a462, + 8b8239, + 73ff6b, + 52da3b, + 3cb420, + 289315, + 1a7309, + } +} +rectangle { + object { + x=242 + y=7 + width=450 + height=35 + } + "basic attribute" { + clr=56 + } +} +text { + object { + x=272 + y=13 + width=396 + height=25 + } + "basic attribute" { + clr=14 + } + textix="$(TITLE) Debug" + align="horiz. centered" +} +rectangle { + object { + x=5 + y=51 + width=1000 + height=275 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } +} +"text entry" { + object { + x=242 + y=334 + width=100 + height=20 + } + control { + chan="$(P)$(R)TimeTraj" + clr=14 + bclr=51 + } + limits { + } +} +text { + object { + x=7 + y=334 + width=230 + height=20 + } + "basic attribute" { + clr=14 + } + textix="DT of 1st time element:" +} +text { + object { + x=199 + y=66 + width=50 + height=20 + } + "basic attribute" { + clr=14 + } + textix="First" +} +text { + object { + x=435 + y=67 + width=160 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Max. Speed Error" +} +text { + object { + x=395 + y=95 + width=70 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Allowed" +} +text { + object { + x=493 + y=96 + width=60 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Actual" +} +text { + object { + x=565 + y=96 + width=60 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Element" +} +text { + object { + x=659 + y=97 + width=60 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Actual" +} +text { + object { + x=737 + y=97 + width=60 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Element" +} +text { + object { + x=667 + y=68 + width=120 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Max. velocity" +} +text { + object { + x=840 + y=97 + width=60 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Actual" +} +text { + object { + x=922 + y=97 + width=60 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Element" +} +text { + object { + x=829 + y=68 + width=150 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Max acceleration" +} +text { + object { + x=194 + y=91 + width=60 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Output" +} +text { + object { + x=299 + y=66 + width=50 + height=20 + } + "basic attribute" { + clr=14 + } + textix="First" +} +text { + object { + x=284 + y=91 + width=80 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Readback" +} +"text update" { + object { + x=273 + y=195 + width=90 + height=20 + } + monitor { + chan="$(P)$(R)M4Actual" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text entry" { + object { + x=175 + y=195 + width=90 + height=20 + } + control { + chan="$(P)$(R)M4Traj" + clr=14 + bclr=51 + } + limits { + } +} +"text entry" { + object { + x=384 + y=195 + width=90 + height=20 + } + control { + chan="$(P)$(R)M4MDVS" + clr=14 + bclr=51 + } + limits { + } +} +"text update" { + object { + x=576 + y=195 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M4MDVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=749 + y=195 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M4MVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=930 + y=195 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M4MAE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=828 + y=195 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M4MAA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=651 + y=195 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M4MVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=478 + y=195 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M4MDVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=273 + y=220 + width=90 + height=20 + } + monitor { + chan="$(P)$(R)M5Actual" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text entry" { + object { + x=175 + y=220 + width=90 + height=20 + } + control { + chan="$(P)$(R)M5Traj" + clr=14 + bclr=51 + } + limits { + } +} +"text entry" { + object { + x=384 + y=220 + width=90 + height=20 + } + control { + chan="$(P)$(R)M5MDVS" + clr=14 + bclr=51 + } + limits { + } +} +"text update" { + object { + x=576 + y=220 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M5MDVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=749 + y=220 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M5MVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=930 + y=220 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M5MAE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=828 + y=220 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M5MAA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=651 + y=220 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M5MVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=478 + y=220 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M5MDVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=273 + y=245 + width=90 + height=20 + } + monitor { + chan="$(P)$(R)M6Actual" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text entry" { + object { + x=175 + y=245 + width=90 + height=20 + } + control { + chan="$(P)$(R)M6Traj" + clr=14 + bclr=51 + } + limits { + } +} +"text entry" { + object { + x=384 + y=245 + width=90 + height=20 + } + control { + chan="$(P)$(R)M6MDVS" + clr=14 + bclr=51 + } + limits { + } +} +"text update" { + object { + x=576 + y=245 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M6MDVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=749 + y=245 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M6MVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=930 + y=245 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M6MAE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=828 + y=245 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M6MAA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=651 + y=245 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M6MVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=478 + y=245 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M6MDVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=273 + y=120 + width=90 + height=20 + } + monitor { + chan="$(P)$(R)M1Actual" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text entry" { + object { + x=175 + y=120 + width=90 + height=20 + } + control { + chan="$(P)$(R)M1Traj" + clr=14 + bclr=51 + } + limits { + } +} +"text entry" { + object { + x=384 + y=120 + width=90 + height=20 + } + control { + chan="$(P)$(R)M1MDVS" + clr=14 + bclr=51 + } + limits { + } +} +"text update" { + object { + x=576 + y=120 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M1MDVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=749 + y=120 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M1MVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=930 + y=120 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M1MAE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=828 + y=120 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M1MAA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=651 + y=120 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M1MVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=478 + y=120 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M1MDVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=273 + y=145 + width=90 + height=20 + } + monitor { + chan="$(P)$(R)M2Actual" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text entry" { + object { + x=175 + y=145 + width=90 + height=20 + } + control { + chan="$(P)$(R)M2Traj" + clr=14 + bclr=51 + } + limits { + } +} +"text entry" { + object { + x=384 + y=145 + width=90 + height=20 + } + control { + chan="$(P)$(R)M2MDVS" + clr=14 + bclr=51 + } + limits { + } +} +"text update" { + object { + x=576 + y=145 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M2MDVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=749 + y=145 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M2MVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=930 + y=145 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M2MAE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=828 + y=145 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M2MAA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=651 + y=145 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M2MVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=478 + y=145 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M2MDVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=273 + y=170 + width=90 + height=20 + } + monitor { + chan="$(P)$(R)M3Actual" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text entry" { + object { + x=175 + y=170 + width=90 + height=20 + } + control { + chan="$(P)$(R)M3Traj" + clr=14 + bclr=51 + } + limits { + } +} +"text entry" { + object { + x=384 + y=170 + width=90 + height=20 + } + control { + chan="$(P)$(R)M3MDVS" + clr=14 + bclr=51 + } + limits { + } +} +"text update" { + object { + x=576 + y=170 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M3MDVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=749 + y=170 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M3MVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=930 + y=170 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M3MAE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=828 + y=170 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M3MAA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=651 + y=170 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M3MVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=478 + y=170 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M3MDVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +composite { + object { + x=171 + y=58 + width=826 + height=261 + } + "composite name"="" + children { + rectangle { + object { + x=171 + y=58 + width=200 + height=261 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + } + rectangle { + object { + x=378 + y=58 + width=260 + height=261 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + } + rectangle { + object { + x=643 + y=58 + width=170 + height=261 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + } + rectangle { + object { + x=822 + y=58 + width=175 + height=261 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + } + } +} +"text update" { + object { + x=273 + y=295 + width=90 + height=20 + } + monitor { + chan="$(P)$(R)M8Actual" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text entry" { + object { + x=175 + y=295 + width=90 + height=20 + } + control { + chan="$(P)$(R)M8Traj" + clr=14 + bclr=51 + } + limits { + } +} +"text entry" { + object { + x=384 + y=295 + width=90 + height=20 + } + control { + chan="$(P)$(R)M8MDVS" + clr=14 + bclr=51 + } + limits { + } +} +"text update" { + object { + x=576 + y=295 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M8MDVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=749 + y=295 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M8MVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=930 + y=295 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M8MAE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=828 + y=295 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M8MAA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=651 + y=295 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M8MVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=478 + y=295 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M8MDVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=273 + y=270 + width=90 + height=20 + } + monitor { + chan="$(P)$(R)M7Actual" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text entry" { + object { + x=175 + y=270 + width=90 + height=20 + } + control { + chan="$(P)$(R)M7Traj" + clr=14 + bclr=51 + } + limits { + } +} +"text entry" { + object { + x=384 + y=270 + width=90 + height=20 + } + control { + chan="$(P)$(R)M7MDVS" + clr=14 + bclr=51 + } + limits { + } +} +"text update" { + object { + x=576 + y=270 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M7MDVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=749 + y=270 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M7MVE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=930 + y=270 + width=50 + height=20 + } + monitor { + chan="$(P)$(R)M7MAE" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=828 + y=270 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M7MAA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=651 + y=270 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M7MVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=478 + y=270 + width=80 + height=20 + } + monitor { + chan="$(P)$(R)M7MDVA" + clr=54 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=9 + y=120 + width=150 + height=20 + } + monitor { + chan="$(P)$(M1).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=9 + y=145 + width=150 + height=20 + } + monitor { + chan="$(P)$(M2).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=9 + y=170 + width=150 + height=20 + } + monitor { + chan="$(P)$(M3).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=9 + y=195 + width=150 + height=20 + } + monitor { + chan="$(P)$(M4).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=9 + y=220 + width=150 + height=20 + } + monitor { + chan="$(P)$(M5).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=9 + y=245 + width=150 + height=20 + } + monitor { + chan="$(P)$(M6).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=9 + y=270 + width=150 + height=20 + } + monitor { + chan="$(P)$(M7).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +"text update" { + object { + x=9 + y=295 + width=150 + height=20 + } + monitor { + chan="$(P)$(M8).DESC" + clr=14 + bclr=4 + } + align="horiz. right" + limits { + } +} +text { + object { + x=359 + y=334 + width=300 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Debugging level (0=off, 1=on):" +} +"text entry" { + object { + x=664 + y=334 + width=100 + height=20 + } + control { + chan="$(P)$(R)DebugLevel" + clr=14 + bclr=51 + } + limits { + } +} +"text entry" { + object { + x=248 + y=359 + width=100 + height=20 + } + control { + chan="$(P)$(R)OverrideFactor" + clr=14 + bclr=51 + } + limits { + } +} +text { + object { + x=7 + y=359 + width=230 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Velocity-override Factor" +} +text { + object { + x=359 + y=359 + width=300 + height=20 + } + "basic attribute" { + clr=14 + } + textix="Update Frequency" +} +menu { + object { + x=524 + y=359 + width=100 + height=20 + } + control { + chan="$(P)$(R)UpdateFreq" + clr=14 + bclr=51 + } +}