From 6c12d46cf93a115b7c011714c5345da70ad1d714 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Tue, 18 Apr 2000 21:53:27 +0000 Subject: [PATCH] Pre-tag commit --- motorApp/NewportSrc/gpibIO.c | 154 - motorApp/NewportSrc/gpibIO.h | 15 - motorApp/NewportSrc/serialIO.cc | 148 - motorApp/NewportSrc/serialIO.h | 51 - motorApp/op/adl/16motor_form.adl | 4280 +++++++++ motorApp/op/adl/4motor_form.adl | 1680 ++++ motorApp/op/adl/8motor_form.adl | 2512 ++++++ motorApp/op/adl/motor2x.adl | 1009 +++ motorApp/op/adl/motor3x.adl | 1477 +++ motorApp/op/adl/motor4x.adl | 1945 ++++ motorApp/op/adl/motor6x.adl | 2881 ++++++ motorApp/op/adl/motor8x.adl | 3824 ++++++++ motorApp/op/adl/motorStatus24.adl | 4470 ++++++++++ motorApp/op/adl/motorStatus32.adl | 5939 +++++++++++++ motorApp/op/adl/motorStatus40.adl | 7408 ++++++++++++++++ motorApp/op/adl/motorStatus48.adl | 8877 +++++++++++++++++++ motorApp/op/adl/motorStatus56.adl | 10346 ++++++++++++++++++++++ motorApp/op/adl/motors.adl | 2592 ++++++ motorApp/op/adl/motors_s.adl | 1443 +++ motorApp/op/adl/motorx.adl | 579 ++ motorApp/op/adl/motorx_help.adl | 642 ++ motorApp/op/adl/motorx_more.adl | 920 ++ motorApp/op/adl/motorx_tiny.adl | 341 + motorApp/op/burt/yy12MotorPositions.req | 37 + motorApp/op/burt/yy12MotorSettings.req | 49 + motorApp/op/burt/yy16MotorPositions.req | 49 + motorApp/op/burt/yy16MotorSettings.req | 65 + motorApp/op/burt/yy20MotorPositions.req | 61 + motorApp/op/burt/yy20MotorSettings.req | 81 + motorApp/op/burt/yy24MotorPositions.req | 73 + motorApp/op/burt/yy24MotorSettings.req | 97 + motorApp/op/burt/yy28MotorPositions.req | 85 + motorApp/op/burt/yy28MotorSettings.req | 113 + motorApp/op/burt/yy32MotorPositions.req | 97 + motorApp/op/burt/yy32MotorSettings.req | 129 + motorApp/op/burt/yy36MotorPositions.req | 109 + motorApp/op/burt/yy36MotorSettings.req | 145 + motorApp/op/burt/yy40MotorPositions.req | 121 + motorApp/op/burt/yy40MotorSettings.req | 161 + motorApp/op/burt/yy44MotorPositions.req | 133 + motorApp/op/burt/yy44MotorSettings.req | 177 + motorApp/op/burt/yy48MotorPositions.req | 145 + motorApp/op/burt/yy48MotorSettings.req | 193 + motorApp/op/burt/yy4MotorSettings.req | 17 + motorApp/op/burt/yy52MotorPositions.req | 156 + motorApp/op/burt/yy52MotorSettings.req | 208 + motorApp/op/burt/yy56MotorPositions.req | 169 + motorApp/op/burt/yy56MotorSettings.req | 225 + motorApp/op/burt/yy8MotorPositions.req | 25 + motorApp/op/burt/yy8MotorSettings.req | 33 + motorApp/op/burt/yyMotorPositions.req | 9 + motorApp/op/burt/yyMotorSettings.req | 33 + 52 files changed, 66160 insertions(+), 368 deletions(-) delete mode 100644 motorApp/NewportSrc/gpibIO.c delete mode 100644 motorApp/NewportSrc/gpibIO.h delete mode 100644 motorApp/NewportSrc/serialIO.cc delete mode 100644 motorApp/NewportSrc/serialIO.h create mode 100644 motorApp/op/adl/16motor_form.adl create mode 100644 motorApp/op/adl/4motor_form.adl create mode 100644 motorApp/op/adl/8motor_form.adl create mode 100644 motorApp/op/adl/motor2x.adl create mode 100644 motorApp/op/adl/motor3x.adl create mode 100644 motorApp/op/adl/motor4x.adl create mode 100644 motorApp/op/adl/motor6x.adl create mode 100644 motorApp/op/adl/motor8x.adl create mode 100644 motorApp/op/adl/motorStatus24.adl create mode 100644 motorApp/op/adl/motorStatus32.adl create mode 100644 motorApp/op/adl/motorStatus40.adl create mode 100644 motorApp/op/adl/motorStatus48.adl create mode 100644 motorApp/op/adl/motorStatus56.adl create mode 100644 motorApp/op/adl/motors.adl create mode 100644 motorApp/op/adl/motors_s.adl create mode 100644 motorApp/op/adl/motorx.adl create mode 100644 motorApp/op/adl/motorx_help.adl create mode 100644 motorApp/op/adl/motorx_more.adl create mode 100644 motorApp/op/adl/motorx_tiny.adl create mode 100644 motorApp/op/burt/yy12MotorPositions.req create mode 100644 motorApp/op/burt/yy12MotorSettings.req create mode 100644 motorApp/op/burt/yy16MotorPositions.req create mode 100644 motorApp/op/burt/yy16MotorSettings.req create mode 100644 motorApp/op/burt/yy20MotorPositions.req create mode 100644 motorApp/op/burt/yy20MotorSettings.req create mode 100644 motorApp/op/burt/yy24MotorPositions.req create mode 100644 motorApp/op/burt/yy24MotorSettings.req create mode 100644 motorApp/op/burt/yy28MotorPositions.req create mode 100644 motorApp/op/burt/yy28MotorSettings.req create mode 100644 motorApp/op/burt/yy32MotorPositions.req create mode 100644 motorApp/op/burt/yy32MotorSettings.req create mode 100644 motorApp/op/burt/yy36MotorPositions.req create mode 100644 motorApp/op/burt/yy36MotorSettings.req create mode 100644 motorApp/op/burt/yy40MotorPositions.req create mode 100644 motorApp/op/burt/yy40MotorSettings.req create mode 100644 motorApp/op/burt/yy44MotorPositions.req create mode 100644 motorApp/op/burt/yy44MotorSettings.req create mode 100644 motorApp/op/burt/yy48MotorPositions.req create mode 100644 motorApp/op/burt/yy48MotorSettings.req create mode 100644 motorApp/op/burt/yy4MotorSettings.req create mode 100644 motorApp/op/burt/yy52MotorPositions.req create mode 100644 motorApp/op/burt/yy52MotorSettings.req create mode 100644 motorApp/op/burt/yy56MotorPositions.req create mode 100644 motorApp/op/burt/yy56MotorSettings.req create mode 100644 motorApp/op/burt/yy8MotorPositions.req create mode 100644 motorApp/op/burt/yy8MotorSettings.req create mode 100644 motorApp/op/burt/yyMotorPositions.req create mode 100644 motorApp/op/burt/yyMotorSettings.req diff --git a/motorApp/NewportSrc/gpibIO.c b/motorApp/NewportSrc/gpibIO.c deleted file mode 100644 index 9aa32e0c..00000000 --- a/motorApp/NewportSrc/gpibIO.c +++ /dev/null @@ -1,154 +0,0 @@ -/* gpibIO.c - Routines for asynchronous EPICS GPIB I/O - * - * Author: Mark Rivers - * Date: October 30, 1997 - * - * Modification Log: - * ----------------- - * .01 30-Oct-1997 mlr Initial release - * - * These routines provide a simple interface to GPIB I/O. They hide the - * details of the driver. They are intended for use by applications which do - * simple synchronous reads and writes, and no control operations like Serial - * Poll. - */ - -#include -#include -#include -#include - -#define GPIB_SEND 0 -#define GPIB_RECEIVE 1 - -#ifdef NODEBUG -#define Debug(l,f,v) ; -#else -#define Debug(l,f,v) { if(l<=gpibIODebug) printf(f,v); } -#endif - -volatile int gpibIODebug = 0; - -extern struct drvGpibSet drvGpib; /* entry points to driver functions */ - -struct gpibMessage { - struct dpvtGpibHead head; - int function; - int address; - int timeout; - int status; - int buff_len; - int terminator; - SEM_ID semID; - char *buffer; -}; - -static int gpibIOCallback(struct gpibMessage *gpibMessage); - -struct gpibInfo *gpibIOInit(int link, int address) -{ - struct gpibInfo *gpibInfo; - gpibInfo = (struct gpibInfo *) malloc(sizeof(struct gpibInfo)); - gpibInfo->head.workStart = (int (*)()) gpibIOCallback; - gpibInfo->head.link = link; - gpibInfo->head.device = address; - gpibInfo->address = address; - gpibInfo->semID = semBCreate(SEM_Q_PRIORITY, SEM_EMPTY); - - (*(drvGpib.ioctl))(GPIB_IO, link, NULL, IBGENLINK, 0, NULL); - (*(drvGpib.ioctl))(GPIB_IO, link, NULL, IBGETLINK, 0, &gpibInfo->head.pibLink); - Debug(1, "gpibIOInit, address = %d\n", address); - return(gpibInfo); -} - - -int gpibIOSend(struct gpibInfo *info, char const *buffer, int buff_len, int timeout) -{ - struct gpibMessage *gpibMessage; - int status; - - gpibMessage = (struct gpibMessage *) malloc(sizeof(struct gpibMessage)); - gpibMessage->address = info->address; - gpibMessage->buffer = (char *) buffer; - gpibMessage->buff_len = buff_len; - gpibMessage->timeout = timeout; - gpibMessage->function = GPIB_SEND; - gpibMessage->head = info->head; - gpibMessage->semID = info->semID; - Debug(2, "gpibIOSend, calling driver, buffer = %s\n", buffer); - (*(drvGpib.qGpibReq))(gpibMessage, IB_Q_LOW); - semTake(gpibMessage->semID, WAIT_FOREVER); - status = gpibMessage->status; - free(gpibMessage); - return (status); -} - - -int gpibIORecv(struct gpibInfo *info, char *buffer, int buff_len, - int terminator, int timeout) -{ - struct gpibMessage *gpibMessage; - int status; - - gpibMessage = (struct gpibMessage *) malloc(sizeof(struct gpibMessage)); - gpibMessage->address = info->address; - gpibMessage->buffer = buffer; - gpibMessage->buff_len = buff_len; - gpibMessage->terminator = terminator; - gpibMessage->timeout = timeout; - gpibMessage->function = GPIB_RECEIVE; - gpibMessage->head = info->head; - gpibMessage->semID = info->semID; - Debug(2, "gpibIORecv, calling driver, address = %d\n", info->address); - (*(drvGpib.qGpibReq))(gpibMessage, IB_Q_LOW); - semTake(gpibMessage->semID, WAIT_FOREVER); - status = gpibMessage->status; - free(gpibMessage); - return (status); -} - - -static int gpibIOCallback(struct gpibMessage *gpibMessage) -{ - int timeout; - int nrequest, nactual; - - timeout = gpibMessage->timeout * sysClkRateGet() / 1000; - if (timeout < 1) timeout = 1; - - switch(gpibMessage->function) - { - case GPIB_SEND: - Debug(2, "gpibIOCallback, GPIB_SEND, message=%s\n", - gpibMessage->buffer); - /* write the message to the GPIB listen address */ - nrequest = gpibMessage->buff_len; - nactual =(*(drvGpib.writeIb))(gpibMessage->head.pibLink, - gpibMessage->address, gpibMessage->buffer, - nrequest, timeout); - if (nactual != nrequest) { - /* Something is wrong if we couldn't write everything */ - Debug(1, "Error writing GPIB, requested length=%d\n", nrequest); - Debug(1, " actual length=%d\n", nactual); - } - gpibMessage->status = nactual; - semGive(gpibMessage->semID); /* gpibIOSend is waiting for this */ - break; - case GPIB_RECEIVE: - /* Read a message from the GPIB listen address */ - nrequest = gpibMessage->buff_len; - nactual = (*(drvGpib.readIbEos))(gpibMessage->head.pibLink, - gpibMessage->address, gpibMessage->buffer, - nrequest, timeout, gpibMessage->terminator); - /* Append a null terminator if there is room */ - if (nactual < nrequest) gpibMessage->buffer[nactual]='\0'; - Debug(2, "gpibIOCallback, GPIB_RECEIVE, message=%s\n", - gpibMessage->buffer); - Debug(2, "gpibIOCallback, GPIB_RECEIVE, nrequest=%d\n", nrequest); - Debug(2, "gpibIOCallback, GPIB_RECEIVE, nactual=%d\n", nactual); - gpibMessage->status = nactual; - semGive(gpibMessage->semID); /* gpibIORecv is waiting for this */ - break; - } - return (0); -} diff --git a/motorApp/NewportSrc/gpibIO.h b/motorApp/NewportSrc/gpibIO.h deleted file mode 100644 index fdcd2f4e..00000000 --- a/motorApp/NewportSrc/gpibIO.h +++ /dev/null @@ -1,15 +0,0 @@ -#include -#include -#include -#include - -struct gpibInfo -{ - struct dpvtGpibHead head; - int address; - SEM_ID semID; -}; -struct gpibInfo *gpibIOInit(int link, int address); -int gpibIOSend(struct gpibInfo *info, char const *buffer, int buff_len, int timeout); -int gpibIORecv(struct gpibInfo *info, char *buffer, int buff_len, - int terminator, int timeout); diff --git a/motorApp/NewportSrc/serialIO.cc b/motorApp/NewportSrc/serialIO.cc deleted file mode 100644 index 7787eb8c..00000000 --- a/motorApp/NewportSrc/serialIO.cc +++ /dev/null @@ -1,148 +0,0 @@ -/* - * These routines provide a simple interface to Hideos serial I/O. They hide - * the details of Hideos. They are intended for use by applications which do - * simple synchronous reads and writes, and no control operations like setting - * baud rates, etc. - */ - -#include "serialIO.h" - -#ifdef DEBUG -#define Debug(l, f, args...) {if (l <= serialIODebug) printf(f, ## args);} -#else -#define Debug(l, f, args...) -#endif - -int serialIODebug = 0; - - -struct serialInfo *cc_serialIOInit(int card, char *taskName) -{ - struct serialInfo *serialInfo; - int status; - - serialInfo = (struct serialInfo *) malloc(sizeof(struct serialInfo)); - serialInfo->bpd = new BPD; - status = serialInfo->bpd->Bind(serialInfo->td, card, taskName); - if (status < 0) { - Debug(1, - "serialIOInit: Cannot bind to remote Hideos task %s\n", taskName); - return (NULL); - } - else - Debug(1, - "serialIOInit: Bound to remote Hideos task %s\n", taskName); - return (serialInfo); -} - -int cc_serialIOSend(struct serialInfo *serialInfo, char const *buffer, - int buffer_len, int timeout) -{ - int status; - IndirectStringMsg* sm = (IndirectStringMsg*) - hideos_resources->GetMessagePool()->GetMessage(IndirectStringMsgType); - Message* rm; - - - if (sm->IsQueued()) { - printf("serialIOSend: 1st message %lx already queued!!\n", (long)sm); - exit(1); - } - - sm->SetWrite(timeout); - sm->SetBuffers((unsigned char *)buffer,buffer_len,NULL,0); - - status = serialInfo->bpd->Send(serialInfo->td, sm); - if (status != 0) { - Debug(1, "serialIOSend: error sending message %s\n", buffer); - hideos_resources->GetMessagePool()->FreeMessage(sm); - goto done; - } - Debug(2, "serialIOSend: sent message %s\n", buffer); - status = serialInfo->bpd->Receive((Message *&)rm); - if (status != 0) { - Debug(1, "serialIOSend: error receiving message, status=%d\n", status); - goto done; - } - Debug(2, "serialIOSend: received message, status=%d\n", status); - - hideos_resources->GetMessagePool()->FreeMessage(rm); - -done: - return (status); -} - - -int cc_serialIORecv(struct serialInfo *serialInfo, char *buffer, - int buffer_len, int terminator, int timeout) -{ - int status, nrec = 0; - IndirectStringMsg* sm = (IndirectStringMsg*) - hideos_resources->GetMessagePool()->GetMessage(IndirectStringMsgType); - IndirectStringMsg* rm; - - if (sm->IsQueued()) { - printf("serialIORecv: message %lx already queued!!\n", (long)sm); - exit(1); - } - - sm->SetRead(timeout); - if (terminator == -1) - sm->SetComplexDelimiter((char *)NULL, (char *)NULL, 0); - else - sm->SetSimpleDelimiter(terminator); - - sm->SetBuffers(NULL, 0, (unsigned char *)buffer, buffer_len); - - status = serialInfo->bpd->Send(serialInfo->td, sm); - if (status != 0) { - Debug(1, "serialIORecv: error sending message, status = %d\n", status); - hideos_resources->GetMessagePool()->FreeMessage(sm); - goto doneRecv; - } - Debug(2, "serialIORecv: sent message status = %d\n", status); - status = serialInfo->bpd->Receive((Message *&)rm); - if (status < 0) { - Debug(1,"serialIORecv: error receiving message, status = %d\n", - status); - goto doneRecv; - } - - nrec = sm->GetDestSize(); - if (sm->return_code != 0) { - Debug(1,"serialIORecv: error, return code = %ld\n", sm->return_code); - } - Debug(2,"serialIORecv: Received %d bytes\n", nrec); - /* Append a NULL byte to the response if there is room */ - if (nrec < buffer_len) buffer[nrec] = '\0'; - - Debug(2,"serialIORecv: Received message = %s\n", buffer); - - hideos_resources->GetMessagePool()->FreeMessage(rm); - -doneRecv: - return (nrec); -} - - -extern "C" -{ -struct serialInfo *serialIOInit(int card, char *taskName) -{ - return (cc_serialIOInit(card, taskName)); -} - -int serialIOSend(struct serialInfo *serialInfo, char const *buffer, - int buffer_len, int timeout) -{ - return (cc_serialIOSend(serialInfo, buffer, buffer_len, timeout)); -} - -int serialIORecv(struct serialInfo *serialInfo, char *buffer, int buffer_len, - int terminator, int timeout) -{ - return (cc_serialIORecv(serialInfo, buffer, buffer_len, - terminator, timeout)); -} - -} diff --git a/motorApp/NewportSrc/serialIO.h b/motorApp/NewportSrc/serialIO.h deleted file mode 100644 index c86b9779..00000000 --- a/motorApp/NewportSrc/serialIO.h +++ /dev/null @@ -1,51 +0,0 @@ -#ifdef __cplusplus - -#include "vxWorks.h" -#include "vme.h" -#include "iv.h" -#include "stdio.h" -#include "string.h" -#include "cacheLib.h" -#include "taskLib.h" - -#include "gen/all_msg_ids.h" -#include "msg/serial_config_msg.h" -#include "msg/string_msg.h" -#include "hideos/globals.h" -#include "hideos/resources.h" -#include "hideos/msgpool.h" -#include "hideos/registry.h" -#include "hideos/drvBp.h" - - -struct serialInfo -{ - BPD *bpd; - TD td; -}; - -/* Function prototypes */ -struct serialInfo *cc_serialIOInit(int card, char *task); -int cc_serialIOSend(struct serialInfo *serialInfo, char const *buffer, - int buffer_len, int timeout); - -#else /* For C just define serialInfo as a dummy structure since it can't - understand the include files which define what it really is */ -struct serialInfo -{ - int dummy; -}; -#endif - -#ifdef __cplusplus -extern "C" -{ -#endif -struct serialInfo *serialIOInit(int card, char *task); -int serialIOSend(struct serialInfo *serialInfo, char const *buffer, - int buffer_len, int timeout); -int serialIORecv(struct serialInfo *serialInfo, char *buffer, int buffer_len, - int terminator, int timeout); -#ifdef __cplusplus -} -#endif diff --git a/motorApp/op/adl/16motor_form.adl b/motorApp/op/adl/16motor_form.adl new file mode 100644 index 00000000..e8b0c30c --- /dev/null +++ b/motorApp/op/adl/16motor_form.adl @@ -0,0 +1,4280 @@ + +file { + name="/tmp_mnt/home/oxygen2/MOONEY/epics/3.12.2/stdApp/op/adl/motor_form_1.1.adl" + version=020209 +} +display { + object { + x=10 + y=10 + width=1050 + height=300 + } + clr=14 + bclr=3 + cmap="" +} +"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, + } +} +text { + object { + x=0 + y=51 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M1)" +} +text { + object { + x=0 + y=66 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M2)" +} +text { + object { + x=0 + y=81 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M3)" +} +text { + object { + x=0 + y=96 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M4)" +} +text { + object { + x=0 + y=114 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M5)" +} +text { + object { + x=0 + y=129 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M6)" +} +text { + object { + x=0 + y=144 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M7)" +} +text { + object { + x=0 + y=159 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M8)" +} +text { + object { + x=0 + y=177 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M9)" +} +text { + object { + x=0 + y=192 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M10)" +} +text { + object { + x=0 + y=207 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M11)" +} +text { + object { + x=0 + y=222 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M12)" +} +text { + object { + x=0 + y=240 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M13)" +} +text { + object { + x=0 + y=255 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M14)" +} +text { + object { + x=0 + y=270 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M15)" +} +text { + object { + x=0 + y=285 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M16)" +} +text { + object { + x=950 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Accel" + align="horiz. centered" +} +text { + object { + x=1000 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Bklash" + align="horiz. centered" +} +"text entry" { + object { + x=950 + y=239 + width=50 + height=16 + } + control { + chan="$(P)$(M13).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=254 + width=50 + height=16 + } + control { + chan="$(P)$(M14).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=269 + width=50 + height=16 + } + control { + chan="$(P)$(M15).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=284 + width=50 + height=16 + } + control { + chan="$(P)$(M16).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=176 + width=50 + height=16 + } + control { + chan="$(P)$(M9).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=191 + width=50 + height=16 + } + control { + chan="$(P)$(M10).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=206 + width=50 + height=16 + } + control { + chan="$(P)$(M11).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=221 + width=50 + height=16 + } + control { + chan="$(P)$(M12).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).ACCL" + clr=14 + bclr=2 + } +} +text { + object { + x=950 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Time" + align="horiz. centered" +} +text { + object { + x=950 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(SECONDS)" + align="horiz. centered" +} +"text entry" { + object { + x=1000 + y=239 + width=50 + height=16 + } + control { + chan="$(P)$(M13).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=254 + width=50 + height=16 + } + control { + chan="$(P)$(M14).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=269 + width=50 + height=16 + } + control { + chan="$(P)$(M15).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=284 + width=50 + height=16 + } + control { + chan="$(P)$(M16).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=176 + width=50 + height=16 + } + control { + chan="$(P)$(M9).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=191 + width=50 + height=16 + } + control { + chan="$(P)$(M10).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=206 + width=50 + height=16 + } + control { + chan="$(P)$(M11).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=221 + width=50 + height=16 + } + control { + chan="$(P)$(M12).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).BACC" + clr=14 + bclr=2 + } +} +text { + object { + x=1000 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Accel" + align="horiz. centered" +} +text { + object { + x=1000 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(SECONDS)" + align="horiz. centered" +} +"text entry" { + object { + x=740 + y=239 + width=50 + height=16 + } + control { + chan="$(P)$(M13).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=254 + width=50 + height=16 + } + control { + chan="$(P)$(M14).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=269 + width=50 + height=16 + } + control { + chan="$(P)$(M15).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=284 + width=50 + height=16 + } + control { + chan="$(P)$(M16).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=176 + width=50 + height=16 + } + control { + chan="$(P)$(M9).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=191 + width=50 + height=16 + } + control { + chan="$(P)$(M10).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=206 + width=50 + height=16 + } + control { + chan="$(P)$(M11).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=221 + width=50 + height=16 + } + control { + chan="$(P)$(M12).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=239 + width=50 + height=16 + } + control { + chan="$(P)$(M13).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=254 + width=50 + height=16 + } + control { + chan="$(P)$(M14).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=269 + width=50 + height=16 + } + control { + chan="$(P)$(M15).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=284 + width=50 + height=16 + } + control { + chan="$(P)$(M16).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=176 + width=50 + height=16 + } + control { + chan="$(P)$(M9).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=191 + width=50 + height=16 + } + control { + chan="$(P)$(M10).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=206 + width=50 + height=16 + } + control { + chan="$(P)$(M11).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=221 + width=50 + height=16 + } + control { + chan="$(P)$(M12).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).SBAS" + clr=14 + bclr=2 + } +} +text { + object { + x=840 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Bklash" + align="horiz. centered" +} +"text entry" { + object { + x=840 + y=239 + width=50 + height=16 + } + control { + chan="$(P)$(M13).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=254 + width=50 + height=16 + } + control { + chan="$(P)$(M14).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=269 + width=50 + height=16 + } + control { + chan="$(P)$(M15).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=284 + width=50 + height=16 + } + control { + chan="$(P)$(M16).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=176 + width=50 + height=16 + } + control { + chan="$(P)$(M9).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=191 + width=50 + height=16 + } + control { + chan="$(P)$(M10).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=206 + width=50 + height=16 + } + control { + chan="$(P)$(M11).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=221 + width=50 + height=16 + } + control { + chan="$(P)$(M12).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).SBAK" + clr=14 + bclr=2 + } +} +text { + object { + x=840 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Speed" + align="horiz. centered" +} +text { + object { + x=840 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(REV/S)" + align="horiz. centered" +} +"text entry" { + object { + x=895 + y=239 + width=50 + height=16 + } + control { + chan="$(P)$(M13).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=254 + width=50 + height=16 + } + control { + chan="$(P)$(M14).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=269 + width=50 + height=16 + } + control { + chan="$(P)$(M15).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=284 + width=50 + height=16 + } + control { + chan="$(P)$(M16).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=176 + width=50 + height=16 + } + control { + chan="$(P)$(M9).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=191 + width=50 + height=16 + } + control { + chan="$(P)$(M10).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=206 + width=50 + height=16 + } + control { + chan="$(P)$(M11).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=221 + width=50 + height=16 + } + control { + chan="$(P)$(M12).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).BDST" + clr=14 + bclr=2 + } +} +text { + object { + x=895 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dist" + align="horiz. centered" +} +text { + object { + x=895 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Bklash" + align="horiz. centered" +} +text { + object { + x=895 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=740 + y=8 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Speed" + align="horiz. centered" +} +text { + object { + x=740 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + align="horiz. centered" +} +text { + object { + x=790 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Speed" + align="horiz. centered" +} +text { + object { + x=790 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Base" + align="horiz. centered" +} +text { + object { + x=740 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(REV/S)" + align="horiz. centered" +} +text { + object { + x=790 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(REV/S)" + align="horiz. centered" +} +"choice button" { + object { + x=535 + y=239 + width=50 + height=16 + } + control { + chan="$(P)$(M13).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=254 + width=50 + height=16 + } + control { + chan="$(P)$(M14).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=269 + width=50 + height=16 + } + control { + chan="$(P)$(M15).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=284 + width=50 + height=16 + } + control { + chan="$(P)$(M16).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=176 + width=50 + height=16 + } + control { + chan="$(P)$(M9).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=191 + width=50 + height=16 + } + control { + chan="$(P)$(M10).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=206 + width=50 + height=16 + } + control { + chan="$(P)$(M11).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=221 + width=50 + height=16 + } + control { + chan="$(P)$(M12).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"text entry" { + object { + x=635 + y=239 + width=50 + height=16 + } + control { + chan="$(P)$(M13).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=254 + width=50 + height=16 + } + control { + chan="$(P)$(M14).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=269 + width=50 + height=16 + } + control { + chan="$(P)$(M15).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=284 + width=50 + height=16 + } + control { + chan="$(P)$(M16).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=176 + width=50 + height=16 + } + control { + chan="$(P)$(M9).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=191 + width=50 + height=16 + } + control { + chan="$(P)$(M10).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=206 + width=50 + height=16 + } + control { + chan="$(P)$(M11).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=221 + width=50 + height=16 + } + control { + chan="$(P)$(M12).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=239 + width=50 + height=16 + } + control { + chan="$(P)$(M13).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=254 + width=50 + height=16 + } + control { + chan="$(P)$(M14).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=269 + width=50 + height=16 + } + control { + chan="$(P)$(M15).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=284 + width=50 + height=16 + } + control { + chan="$(P)$(M16).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=176 + width=50 + height=16 + } + control { + chan="$(P)$(M9).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=191 + width=50 + height=16 + } + control { + chan="$(P)$(M10).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=206 + width=50 + height=16 + } + control { + chan="$(P)$(M11).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=221 + width=50 + height=16 + } + control { + chan="$(P)$(M12).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).RDBD" + clr=14 + bclr=2 + } +} +text { + object { + x=535 + y=8 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dir" + align="horiz. centered" +} +text { + object { + x=585 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Rev" + align="horiz. centered" +} +text { + object { + x=535 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + align="horiz. centered" +} +text { + object { + x=635 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Rev" + align="horiz. centered" +} +text { + object { + x=685 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Band" + align="horiz. centered" +} +text { + object { + x=585 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Steps/" + align="horiz. centered" +} +"text entry" { + object { + x=585 + y=239 + width=50 + height=16 + } + control { + chan="$(P)$(M13).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=254 + width=50 + height=16 + } + control { + chan="$(P)$(M14).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=269 + width=50 + height=16 + } + control { + chan="$(P)$(M15).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=284 + width=50 + height=16 + } + control { + chan="$(P)$(M16).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=176 + width=50 + height=16 + } + control { + chan="$(P)$(M9).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=191 + width=50 + height=16 + } + control { + chan="$(P)$(M10).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=206 + width=50 + height=16 + } + control { + chan="$(P)$(M11).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=221 + width=50 + height=16 + } + control { + chan="$(P)$(M12).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).SREV" + clr=14 + bclr=2 + } +} +text { + object { + x=635 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Units/" + align="horiz. centered" +} +text { + object { + x=685 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dead" + align="horiz. centered" +} +text { + object { + x=635 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=685 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=585 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(STEPS)" + align="horiz. centered" +} +"text entry" { + object { + x=380 + y=239 + width=75 + height=16 + } + control { + chan="$(P)$(M13).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=239 + width=75 + height=16 + } + control { + chan="$(P)$(M13).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=254 + width=75 + height=16 + } + control { + chan="$(P)$(M14).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=254 + width=75 + height=16 + } + control { + chan="$(P)$(M14).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=269 + width=75 + height=16 + } + control { + chan="$(P)$(M15).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=269 + width=75 + height=16 + } + control { + chan="$(P)$(M15).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=284 + width=75 + height=16 + } + control { + chan="$(P)$(M16).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=284 + width=75 + height=16 + } + control { + chan="$(P)$(M16).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=176 + width=75 + height=16 + } + control { + chan="$(P)$(M9).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=176 + width=75 + height=16 + } + control { + chan="$(P)$(M9).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=191 + width=75 + height=16 + } + control { + chan="$(P)$(M10).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=191 + width=75 + height=16 + } + control { + chan="$(P)$(M10).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=206 + width=75 + height=16 + } + control { + chan="$(P)$(M11).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=206 + width=75 + height=16 + } + control { + chan="$(P)$(M11).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=221 + width=75 + height=16 + } + control { + chan="$(P)$(M12).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=221 + width=75 + height=16 + } + control { + chan="$(P)$(M12).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=113 + width=75 + height=16 + } + control { + chan="$(P)$(M5).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=113 + width=75 + height=16 + } + control { + chan="$(P)$(M5).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=128 + width=75 + height=16 + } + control { + chan="$(P)$(M6).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=128 + width=75 + height=16 + } + control { + chan="$(P)$(M6).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=143 + width=75 + height=16 + } + control { + chan="$(P)$(M7).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=143 + width=75 + height=16 + } + control { + chan="$(P)$(M7).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=158 + width=75 + height=16 + } + control { + chan="$(P)$(M8).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=158 + width=75 + height=16 + } + control { + chan="$(P)$(M8).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=65 + width=75 + height=16 + } + control { + chan="$(P)$(M2).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=65 + width=75 + height=16 + } + control { + chan="$(P)$(M2).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=50 + width=75 + height=16 + } + control { + chan="$(P)$(M1).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=50 + width=75 + height=16 + } + control { + chan="$(P)$(M1).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=80 + width=75 + height=16 + } + control { + chan="$(P)$(M3).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=80 + width=75 + height=16 + } + control { + chan="$(P)$(M3).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=95 + width=75 + height=16 + } + control { + chan="$(P)$(M4).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=95 + width=75 + height=16 + } + control { + chan="$(P)$(M4).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=239 + width=75 + height=16 + } + control { + chan="$(P)$(M13).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=239 + width=75 + height=16 + } + control { + chan="$(P)$(M13).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=254 + width=75 + height=16 + } + control { + chan="$(P)$(M14).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=254 + width=75 + height=16 + } + control { + chan="$(P)$(M14).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=269 + width=75 + height=16 + } + control { + chan="$(P)$(M15).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=269 + width=75 + height=16 + } + control { + chan="$(P)$(M15).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=284 + width=75 + height=16 + } + control { + chan="$(P)$(M16).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=284 + width=75 + height=16 + } + control { + chan="$(P)$(M16).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=176 + width=75 + height=16 + } + control { + chan="$(P)$(M9).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=176 + width=75 + height=16 + } + control { + chan="$(P)$(M9).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=191 + width=75 + height=16 + } + control { + chan="$(P)$(M10).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=191 + width=75 + height=16 + } + control { + chan="$(P)$(M10).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=206 + width=75 + height=16 + } + control { + chan="$(P)$(M11).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=206 + width=75 + height=16 + } + control { + chan="$(P)$(M11).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=221 + width=75 + height=16 + } + control { + chan="$(P)$(M12).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=221 + width=75 + height=16 + } + control { + chan="$(P)$(M12).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=113 + width=75 + height=16 + } + control { + chan="$(P)$(M5).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=113 + width=75 + height=16 + } + control { + chan="$(P)$(M5).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=128 + width=75 + height=16 + } + control { + chan="$(P)$(M6).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=128 + width=75 + height=16 + } + control { + chan="$(P)$(M6).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=143 + width=75 + height=16 + } + control { + chan="$(P)$(M7).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=143 + width=75 + height=16 + } + control { + chan="$(P)$(M7).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=158 + width=75 + height=16 + } + control { + chan="$(P)$(M8).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=158 + width=75 + height=16 + } + control { + chan="$(P)$(M8).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=65 + width=75 + height=16 + } + control { + chan="$(P)$(M2).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=50 + width=75 + height=16 + } + control { + chan="$(P)$(M1).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=65 + width=75 + height=16 + } + control { + chan="$(P)$(M2).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=50 + width=75 + height=16 + } + control { + chan="$(P)$(M1).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=80 + width=75 + height=16 + } + control { + chan="$(P)$(M3).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=80 + width=75 + height=16 + } + control { + chan="$(P)$(M3).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=95 + width=75 + height=16 + } + control { + chan="$(P)$(M4).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=95 + width=75 + height=16 + } + control { + chan="$(P)$(M4).LLM" + clr=14 + bclr=2 + } +} +text { + object { + x=455 + y=15 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="High Limit" + align="horiz. centered" +} +text { + object { + x=380 + y=15 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Low Limit" + align="horiz. centered" +} +text { + object { + x=230 + y=15 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Low Limit" + align="horiz. centered" +} +text { + object { + x=305 + y=15 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="High Limit" + align="horiz. centered" +} +text { + object { + x=455 + y=0 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dial" + align="horiz. centered" +} +text { + object { + x=380 + y=0 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dial" + align="horiz. centered" +} +text { + object { + x=230 + y=0 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="User" + align="horiz. centered" +} +text { + object { + x=305 + y=0 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="User" + align="horiz. centered" +} +text { + object { + x=230 + y=35 + width=75 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=305 + y=35 + width=75 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=380 + y=35 + width=75 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=455 + y=35 + width=75 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +"text entry" { + object { + x=160 + y=239 + width=65 + height=16 + } + control { + chan="$(P)$(M13).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=254 + width=65 + height=16 + } + control { + chan="$(P)$(M14).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=269 + width=65 + height=16 + } + control { + chan="$(P)$(M15).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=284 + width=65 + height=16 + } + control { + chan="$(P)$(M16).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=176 + width=65 + height=16 + } + control { + chan="$(P)$(M9).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=191 + width=65 + height=16 + } + control { + chan="$(P)$(M10).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=206 + width=65 + height=16 + } + control { + chan="$(P)$(M11).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=221 + width=65 + height=16 + } + control { + chan="$(P)$(M12).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=113 + width=65 + height=16 + } + control { + chan="$(P)$(M5).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=128 + width=65 + height=16 + } + control { + chan="$(P)$(M6).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=143 + width=65 + height=16 + } + control { + chan="$(P)$(M7).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=158 + width=65 + height=16 + } + control { + chan="$(P)$(M8).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=65 + width=65 + height=16 + } + control { + chan="$(P)$(M2).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=50 + width=65 + height=16 + } + control { + chan="$(P)$(M1).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=80 + width=65 + height=16 + } + control { + chan="$(P)$(M3).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=95 + width=65 + height=16 + } + control { + chan="$(P)$(M4).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=239 + width=100 + height=16 + } + control { + chan="$(P)$(M13).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=254 + width=100 + height=16 + } + control { + chan="$(P)$(M14).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=269 + width=100 + height=16 + } + control { + chan="$(P)$(M15).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=284 + width=100 + height=16 + } + control { + chan="$(P)$(M16).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=176 + width=100 + height=16 + } + control { + chan="$(P)$(M9).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=191 + width=100 + height=16 + } + control { + chan="$(P)$(M10).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=206 + width=100 + height=16 + } + control { + chan="$(P)$(M11).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=221 + width=100 + height=16 + } + control { + chan="$(P)$(M12).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=113 + width=100 + height=16 + } + control { + chan="$(P)$(M5).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=128 + width=100 + height=16 + } + control { + chan="$(P)$(M6).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=143 + width=100 + height=16 + } + control { + chan="$(P)$(M7).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=158 + width=100 + height=16 + } + control { + chan="$(P)$(M8).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=65 + width=100 + height=16 + } + control { + chan="$(P)$(M2).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=50 + width=100 + height=16 + } + control { + chan="$(P)$(M1).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=80 + width=100 + height=16 + } + control { + chan="$(P)$(M3).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=95 + width=100 + height=16 + } + control { + chan="$(P)$(M4).DESC" + clr=14 + bclr=2 + } +} +text { + object { + x=160 + y=8 + width=65 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Units" + align="horiz. centered" +} +text { + object { + x=60 + y=8 + width=100 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Description" + align="horiz. centered" +} +text { + object { + x=0 + y=8 + width=60 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="PV Name" + align="horiz. centered" +} +text { + object { + x=160 + y=35 + width=65 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(STRING)" + align="horiz. centered" +} +text { + object { + x=60 + y=35 + width=100 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(STRING)" + align="horiz. centered" +} +polyline { + object { + x=0 + y=32 + width=1050 + height=0 + } + "basic attribute" { + clr=14 + fill="outline" + } + points { + (0,32) + (1050,32) + } +} diff --git a/motorApp/op/adl/4motor_form.adl b/motorApp/op/adl/4motor_form.adl new file mode 100644 index 00000000..195997f3 --- /dev/null +++ b/motorApp/op/adl/4motor_form.adl @@ -0,0 +1,1680 @@ + +file { + name="/tmp_mnt/home/sricat/S1BMA/epics/3.12.2/1bmaApp/op/adl/4motor_form_1.0.adl" + version=020205 +} +display { + object { + x=10 + y=10 + width=993 + height=125 + } + clr=14 + bclr=3 + cmap="" +} +"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, + } +} +text { + object { + x=0 + y=51 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M1)" +} +text { + object { + x=0 + y=66 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M2)" +} +text { + object { + x=0 + y=81 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M3)" +} +text { + object { + x=0 + y=96 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M4)" +} +text { + object { + x=950 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Accel" + align="horiz. centered" +} +text { + object { + x=1000 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Bklash" + align="horiz. centered" +} +"text entry" { + object { + x=950 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).ACCL" + clr=14 + bclr=2 + } +} +text { + object { + x=950 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Time" + align="horiz. centered" +} +text { + object { + x=950 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(SECONDS)" + align="horiz. centered" +} +"text entry" { + object { + x=1000 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).BACC" + clr=14 + bclr=2 + } +} +text { + object { + x=1000 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Accel" + align="horiz. centered" +} +text { + object { + x=1000 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(SECONDS)" + align="horiz. centered" +} +"text entry" { + object { + x=740 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).SBAS" + clr=14 + bclr=2 + } +} +text { + object { + x=840 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Bklash" + align="horiz. centered" +} +"text entry" { + object { + x=840 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).SBAK" + clr=14 + bclr=2 + } +} +text { + object { + x=840 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Speed" + align="horiz. centered" +} +text { + object { + x=840 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(REV/S)" + align="horiz. centered" +} +"text entry" { + object { + x=895 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).BDST" + clr=14 + bclr=2 + } +} +text { + object { + x=895 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dist" + align="horiz. centered" +} +text { + object { + x=895 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Bklash" + align="horiz. centered" +} +text { + object { + x=895 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=740 + y=8 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Speed" + align="horiz. centered" +} +text { + object { + x=740 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + align="horiz. centered" +} +text { + object { + x=790 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Speed" + align="horiz. centered" +} +text { + object { + x=790 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Base" + align="horiz. centered" +} +text { + object { + x=740 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(REV/S)" + align="horiz. centered" +} +text { + object { + x=790 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(REV/S)" + align="horiz. centered" +} +"choice button" { + object { + x=535 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"text entry" { + object { + x=635 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).RDBD" + clr=14 + bclr=2 + } +} +text { + object { + x=535 + y=8 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dir" + align="horiz. centered" +} +text { + object { + x=585 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Rev" + align="horiz. centered" +} +text { + object { + x=535 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + align="horiz. centered" +} +text { + object { + x=635 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Rev" + align="horiz. centered" +} +text { + object { + x=685 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Band" + align="horiz. centered" +} +text { + object { + x=585 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Steps/" + align="horiz. centered" +} +"text entry" { + object { + x=585 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).SREV" + clr=14 + bclr=2 + } +} +text { + object { + x=635 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Units/" + align="horiz. centered" +} +text { + object { + x=685 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dead" + align="horiz. centered" +} +text { + object { + x=635 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=685 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=585 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(STEPS)" + align="horiz. centered" +} +"text entry" { + object { + x=380 + y=65 + width=75 + height=16 + } + control { + chan="$(P)$(M2).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=65 + width=75 + height=16 + } + control { + chan="$(P)$(M2).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=50 + width=75 + height=16 + } + control { + chan="$(P)$(M1).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=50 + width=75 + height=16 + } + control { + chan="$(P)$(M1).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=80 + width=75 + height=16 + } + control { + chan="$(P)$(M3).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=80 + width=75 + height=16 + } + control { + chan="$(P)$(M3).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=95 + width=75 + height=16 + } + control { + chan="$(P)$(M4).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=95 + width=75 + height=16 + } + control { + chan="$(P)$(M4).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=65 + width=75 + height=16 + } + control { + chan="$(P)$(M2).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=50 + width=75 + height=16 + } + control { + chan="$(P)$(M1).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=65 + width=75 + height=16 + } + control { + chan="$(P)$(M2).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=50 + width=75 + height=16 + } + control { + chan="$(P)$(M1).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=80 + width=75 + height=16 + } + control { + chan="$(P)$(M3).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=80 + width=75 + height=16 + } + control { + chan="$(P)$(M3).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=95 + width=75 + height=16 + } + control { + chan="$(P)$(M4).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=95 + width=75 + height=16 + } + control { + chan="$(P)$(M4).LLM" + clr=14 + bclr=2 + } +} +text { + object { + x=455 + y=15 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="High Limit" + align="horiz. centered" +} +text { + object { + x=380 + y=15 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Low Limit" + align="horiz. centered" +} +text { + object { + x=230 + y=15 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Low Limit" + align="horiz. centered" +} +text { + object { + x=305 + y=15 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="High Limit" + align="horiz. centered" +} +text { + object { + x=455 + y=0 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dial" + align="horiz. centered" +} +text { + object { + x=380 + y=0 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dial" + align="horiz. centered" +} +text { + object { + x=230 + y=0 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="User" + align="horiz. centered" +} +text { + object { + x=305 + y=0 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="User" + align="horiz. centered" +} +text { + object { + x=230 + y=35 + width=75 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=305 + y=35 + width=75 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=380 + y=35 + width=75 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=455 + y=35 + width=75 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +"text entry" { + object { + x=160 + y=65 + width=65 + height=16 + } + control { + chan="$(P)$(M2).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=50 + width=65 + height=16 + } + control { + chan="$(P)$(M1).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=80 + width=65 + height=16 + } + control { + chan="$(P)$(M3).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=95 + width=65 + height=16 + } + control { + chan="$(P)$(M4).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=65 + width=100 + height=16 + } + control { + chan="$(P)$(M2).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=50 + width=100 + height=16 + } + control { + chan="$(P)$(M1).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=80 + width=100 + height=16 + } + control { + chan="$(P)$(M3).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=95 + width=100 + height=16 + } + control { + chan="$(P)$(M4).DESC" + clr=14 + bclr=2 + } +} +text { + object { + x=160 + y=8 + width=65 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Units" + align="horiz. centered" +} +text { + object { + x=60 + y=8 + width=100 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Description" + align="horiz. centered" +} +text { + object { + x=0 + y=8 + width=60 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="PV Name" + align="horiz. centered" +} +text { + object { + x=160 + y=35 + width=65 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(STRING)" + align="horiz. centered" +} +text { + object { + x=60 + y=35 + width=100 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(STRING)" + align="horiz. centered" +} +polyline { + object { + x=0 + y=32 + width=1050 + height=0 + } + "basic attribute" { + clr=14 + fill="outline" + } + points { + (0,32) + (1050,32) + } +} diff --git a/motorApp/op/adl/8motor_form.adl b/motorApp/op/adl/8motor_form.adl new file mode 100644 index 00000000..d0333c68 --- /dev/null +++ b/motorApp/op/adl/8motor_form.adl @@ -0,0 +1,2512 @@ + +file { + name="/tmp_mnt/home/oxygen2/MOONEY/epics/3.12.2/stdApp/op/adl/8motor_form_1.1.adl" + version=020209 +} +display { + object { + x=10 + y=10 + width=1050 + height=175 + } + clr=14 + bclr=3 + cmap="" +} +"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, + } +} +text { + object { + x=0 + y=51 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M1)" +} +text { + object { + x=0 + y=66 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M2)" +} +text { + object { + x=0 + y=81 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M3)" +} +text { + object { + x=0 + y=96 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M4)" +} +text { + object { + x=0 + y=114 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M5)" +} +text { + object { + x=0 + y=129 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M6)" +} +text { + object { + x=0 + y=144 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M7)" +} +text { + object { + x=0 + y=159 + width=60 + height=14 + } + "basic attribute" { + clr=14 + } + textix="$(P)$(M8)" +} +text { + object { + x=950 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Accel" + align="horiz. centered" +} +text { + object { + x=1000 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Bklash" + align="horiz. centered" +} +"text entry" { + object { + x=950 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).ACCL" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=950 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).ACCL" + clr=14 + bclr=2 + } +} +text { + object { + x=950 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Time" + align="horiz. centered" +} +text { + object { + x=950 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(SECONDS)" + align="horiz. centered" +} +"text entry" { + object { + x=1000 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).BACC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=1000 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).BACC" + clr=14 + bclr=2 + } +} +text { + object { + x=1000 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Accel" + align="horiz. centered" +} +text { + object { + x=1000 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(SECONDS)" + align="horiz. centered" +} +"text entry" { + object { + x=740 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=740 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).S" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).SBAS" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=790 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).SBAS" + clr=14 + bclr=2 + } +} +text { + object { + x=840 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Bklash" + align="horiz. centered" +} +"text entry" { + object { + x=840 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).SBAK" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=840 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).SBAK" + clr=14 + bclr=2 + } +} +text { + object { + x=840 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Speed" + align="horiz. centered" +} +text { + object { + x=840 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(REV/S)" + align="horiz. centered" +} +"text entry" { + object { + x=895 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).BDST" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=895 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).BDST" + clr=14 + bclr=2 + } +} +text { + object { + x=895 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dist" + align="horiz. centered" +} +text { + object { + x=895 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Bklash" + align="horiz. centered" +} +text { + object { + x=895 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=740 + y=8 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Speed" + align="horiz. centered" +} +text { + object { + x=740 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + align="horiz. centered" +} +text { + object { + x=790 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Speed" + align="horiz. centered" +} +text { + object { + x=790 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Base" + align="horiz. centered" +} +text { + object { + x=740 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(REV/S)" + align="horiz. centered" +} +text { + object { + x=790 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(REV/S)" + align="horiz. centered" +} +"choice button" { + object { + x=535 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=535 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).DIR" + clr=14 + bclr=51 + } + stacking="column" +} +"text entry" { + object { + x=635 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=635 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).UREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).RDBD" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=685 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).RDBD" + clr=14 + bclr=2 + } +} +text { + object { + x=535 + y=8 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dir" + align="horiz. centered" +} +text { + object { + x=585 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Rev" + align="horiz. centered" +} +text { + object { + x=535 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + align="horiz. centered" +} +text { + object { + x=635 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Rev" + align="horiz. centered" +} +text { + object { + x=685 + y=15 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Band" + align="horiz. centered" +} +text { + object { + x=585 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Steps/" + align="horiz. centered" +} +"text entry" { + object { + x=585 + y=113 + width=50 + height=16 + } + control { + chan="$(P)$(M5).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=128 + width=50 + height=16 + } + control { + chan="$(P)$(M6).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=143 + width=50 + height=16 + } + control { + chan="$(P)$(M7).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=158 + width=50 + height=16 + } + control { + chan="$(P)$(M8).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=65 + width=50 + height=16 + } + control { + chan="$(P)$(M2).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=50 + width=50 + height=16 + } + control { + chan="$(P)$(M1).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=80 + width=50 + height=16 + } + control { + chan="$(P)$(M3).SREV" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=585 + y=95 + width=50 + height=16 + } + control { + chan="$(P)$(M4).SREV" + clr=14 + bclr=2 + } +} +text { + object { + x=635 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Units/" + align="horiz. centered" +} +text { + object { + x=685 + y=0 + width=50 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dead" + align="horiz. centered" +} +text { + object { + x=635 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=685 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=585 + y=35 + width=50 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(STEPS)" + align="horiz. centered" +} +"text entry" { + object { + x=380 + y=113 + width=75 + height=16 + } + control { + chan="$(P)$(M5).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=113 + width=75 + height=16 + } + control { + chan="$(P)$(M5).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=128 + width=75 + height=16 + } + control { + chan="$(P)$(M6).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=128 + width=75 + height=16 + } + control { + chan="$(P)$(M6).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=143 + width=75 + height=16 + } + control { + chan="$(P)$(M7).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=143 + width=75 + height=16 + } + control { + chan="$(P)$(M7).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=158 + width=75 + height=16 + } + control { + chan="$(P)$(M8).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=158 + width=75 + height=16 + } + control { + chan="$(P)$(M8).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=65 + width=75 + height=16 + } + control { + chan="$(P)$(M2).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=65 + width=75 + height=16 + } + control { + chan="$(P)$(M2).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=50 + width=75 + height=16 + } + control { + chan="$(P)$(M1).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=50 + width=75 + height=16 + } + control { + chan="$(P)$(M1).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=80 + width=75 + height=16 + } + control { + chan="$(P)$(M3).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=80 + width=75 + height=16 + } + control { + chan="$(P)$(M3).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=380 + y=95 + width=75 + height=16 + } + control { + chan="$(P)$(M4).DLLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=455 + y=95 + width=75 + height=16 + } + control { + chan="$(P)$(M4).DHLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=113 + width=75 + height=16 + } + control { + chan="$(P)$(M5).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=113 + width=75 + height=16 + } + control { + chan="$(P)$(M5).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=128 + width=75 + height=16 + } + control { + chan="$(P)$(M6).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=128 + width=75 + height=16 + } + control { + chan="$(P)$(M6).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=143 + width=75 + height=16 + } + control { + chan="$(P)$(M7).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=143 + width=75 + height=16 + } + control { + chan="$(P)$(M7).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=158 + width=75 + height=16 + } + control { + chan="$(P)$(M8).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=158 + width=75 + height=16 + } + control { + chan="$(P)$(M8).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=65 + width=75 + height=16 + } + control { + chan="$(P)$(M2).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=50 + width=75 + height=16 + } + control { + chan="$(P)$(M1).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=65 + width=75 + height=16 + } + control { + chan="$(P)$(M2).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=50 + width=75 + height=16 + } + control { + chan="$(P)$(M1).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=80 + width=75 + height=16 + } + control { + chan="$(P)$(M3).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=80 + width=75 + height=16 + } + control { + chan="$(P)$(M3).LLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=305 + y=95 + width=75 + height=16 + } + control { + chan="$(P)$(M4).HLM" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=230 + y=95 + width=75 + height=16 + } + control { + chan="$(P)$(M4).LLM" + clr=14 + bclr=2 + } +} +text { + object { + x=455 + y=15 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="High Limit" + align="horiz. centered" +} +text { + object { + x=380 + y=15 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Low Limit" + align="horiz. centered" +} +text { + object { + x=230 + y=15 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Low Limit" + align="horiz. centered" +} +text { + object { + x=305 + y=15 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="High Limit" + align="horiz. centered" +} +text { + object { + x=455 + y=0 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dial" + align="horiz. centered" +} +text { + object { + x=380 + y=0 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Dial" + align="horiz. centered" +} +text { + object { + x=230 + y=0 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="User" + align="horiz. centered" +} +text { + object { + x=305 + y=0 + width=75 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="User" + align="horiz. centered" +} +text { + object { + x=230 + y=35 + width=75 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=305 + y=35 + width=75 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=380 + y=35 + width=75 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +text { + object { + x=455 + y=35 + width=75 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(UNITS)" + align="horiz. centered" +} +"text entry" { + object { + x=160 + y=113 + width=65 + height=16 + } + control { + chan="$(P)$(M5).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=128 + width=65 + height=16 + } + control { + chan="$(P)$(M6).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=143 + width=65 + height=16 + } + control { + chan="$(P)$(M7).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=158 + width=65 + height=16 + } + control { + chan="$(P)$(M8).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=65 + width=65 + height=16 + } + control { + chan="$(P)$(M2).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=50 + width=65 + height=16 + } + control { + chan="$(P)$(M1).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=80 + width=65 + height=16 + } + control { + chan="$(P)$(M3).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=160 + y=95 + width=65 + height=16 + } + control { + chan="$(P)$(M4).EGU" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=113 + width=100 + height=16 + } + control { + chan="$(P)$(M5).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=128 + width=100 + height=16 + } + control { + chan="$(P)$(M6).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=143 + width=100 + height=16 + } + control { + chan="$(P)$(M7).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=158 + width=100 + height=16 + } + control { + chan="$(P)$(M8).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=65 + width=100 + height=16 + } + control { + chan="$(P)$(M2).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=50 + width=100 + height=16 + } + control { + chan="$(P)$(M1).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=80 + width=100 + height=16 + } + control { + chan="$(P)$(M3).DESC" + clr=14 + bclr=2 + } +} +"text entry" { + object { + x=60 + y=95 + width=100 + height=16 + } + control { + chan="$(P)$(M4).DESC" + clr=14 + bclr=2 + } +} +text { + object { + x=160 + y=8 + width=65 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Units" + align="horiz. centered" +} +text { + object { + x=60 + y=8 + width=100 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Description" + align="horiz. centered" +} +text { + object { + x=0 + y=8 + width=60 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="PV Name" + align="horiz. centered" +} +text { + object { + x=160 + y=35 + width=65 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(STRING)" + align="horiz. centered" +} +text { + object { + x=60 + y=35 + width=100 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="(STRING)" + align="horiz. centered" +} +polyline { + object { + x=0 + y=32 + width=1050 + height=0 + } + "basic attribute" { + clr=14 + fill="outline" + } + points { + (0,32) + (1050,32) + } +} diff --git a/motorApp/op/adl/motor2x.adl b/motorApp/op/adl/motor2x.adl new file mode 100644 index 00000000..9c12992b --- /dev/null +++ b/motorApp/op/adl/motor2x.adl @@ -0,0 +1,1009 @@ + +file { + name="/home/sricat/BCDA/epics/3.13.0/baseR3.13.0.beta7_shareR1.0/stdApp/op/adl/motor2x_1.3.adl" + version=020303 +} +display { + object { + x=55 + y=140 + width=243 + height=181 + } + clr=14 + bclr=3 + 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, + } +} +"text update" { + object { + x=0 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M1).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M1).DMOV" + } +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LVIO" + } +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1)_able.VAL" + } +} +rectangle { + object { + x=0 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=28 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M1).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=28 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=74 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=52 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M1):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=0 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=0 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=30 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M1):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=60 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M1).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=5 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M1)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M1)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M1)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M1)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M1),PV=$(M1)" + } + clr=14 + bclr=51 +} +text { + object { + x=27 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=2 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M1).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=28 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M1).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=89 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M1).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=9 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M1).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=0 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LLS" + } +} +rectangle { + object { + x=110 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).HLS" + } +} +"text update" { + object { + x=0 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M1).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=0 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=0 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M1))" + align="horiz. centered" +} +rectangle { + object { + x=7 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } +} +rectangle { + object { + x=9 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } +} +"text update" { + object { + x=11 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M1).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=28 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1)_able.VAL" + } +} +"text update" { + object { + x=127 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M2).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=133 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M2).DMOV" + } +} +rectangle { + object { + x=133 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LVIO" + } +} +rectangle { + object { + x=133 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2)_able.VAL" + } +} +rectangle { + object { + x=127 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=155 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M2).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=155 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=201 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=179 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M2):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=127 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=127 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=157 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M2):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=187 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M2).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=132 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M2)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M2)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M2)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M2)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M2),PV=$(M2)" + } + clr=14 + bclr=51 +} +text { + object { + x=154 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=129 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M2).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=155 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M2).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=216 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M2).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=136 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M2).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=127 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LLS" + } +} +rectangle { + object { + x=237 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).HLS" + } +} +"text update" { + object { + x=127 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M2).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=127 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=127 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M2))" + align="horiz. centered" +} +rectangle { + object { + x=134 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +rectangle { + object { + x=136 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +"text update" { + object { + x=138 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M2).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=155 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=133 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2)_able.VAL" + } +} +polyline { + object { + x=121 + y=0 + width=0 + height=180 + } + "basic attribute" { + clr=14 + width=4 + } + points { + (121,0) + (121,180) + } +} diff --git a/motorApp/op/adl/motor3x.adl b/motorApp/op/adl/motor3x.adl new file mode 100644 index 00000000..f06e5d81 --- /dev/null +++ b/motorApp/op/adl/motor3x.adl @@ -0,0 +1,1477 @@ + +file { + name="/home/sricat/BCDA/epics/3.13.1/baseR3.13.1.1_shareR4.0/stdApp/op/adl/motor3x.adl" + version=020305 +} +display { + object { + x=67 + y=399 + width=357 + height=181 + } + clr=14 + bclr=3 + 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, + } +} +"text update" { + object { + x=0 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M1).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M1).DMOV" + } +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LVIO" + } +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1)_able.VAL" + } +} +rectangle { + object { + x=0 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=28 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M1).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=28 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=74 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=52 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M1):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=0 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=0 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=30 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M1):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=60 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M1).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=5 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M1)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M1)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M1)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M1)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M1),PV=$(M1)" + } + clr=14 + bclr=51 +} +text { + object { + x=27 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=2 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M1).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=28 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M1).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=89 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M1).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=9 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M1).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=0 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LLS" + } +} +rectangle { + object { + x=110 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).HLS" + } +} +"text update" { + object { + x=0 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M1).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=0 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=0 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M1))" + align="horiz. centered" +} +rectangle { + object { + x=7 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } +} +rectangle { + object { + x=9 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } +} +"text update" { + object { + x=11 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M1).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=28 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1)_able.VAL" + } +} +"text update" { + object { + x=120 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M2).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M2).DMOV" + } +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LVIO" + } +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2)_able.VAL" + } +} +rectangle { + object { + x=120 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=148 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M2).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=148 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=194 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=172 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M2):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=120 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=120 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=150 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M2):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=180 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M2).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=125 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M2)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M2)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M2)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M2)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M2),PV=$(M2)" + } + clr=14 + bclr=51 +} +text { + object { + x=147 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=122 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M2).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=148 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M2).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=209 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M2).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=129 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M2).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=120 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LLS" + } +} +rectangle { + object { + x=230 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).HLS" + } +} +"text update" { + object { + x=120 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M2).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=120 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=120 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M2))" + align="horiz. centered" +} +rectangle { + object { + x=127 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +rectangle { + object { + x=129 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +"text update" { + object { + x=131 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M2).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=148 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2)_able.VAL" + } +} +"text update" { + object { + x=240 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M3).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M3).DMOV" + } +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LVIO" + } +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3)_able.VAL" + } +} +rectangle { + object { + x=240 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=268 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M3).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=268 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=314 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=292 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M3):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=240 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=240 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=270 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M3):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=300 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M3).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=245 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M3)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M3)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M3)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M3)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M3),PV=$(M3)" + } + clr=14 + bclr=51 +} +text { + object { + x=267 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=242 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M3).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=268 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M3).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=329 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M3).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=249 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M3).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=240 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LLS" + } +} +rectangle { + object { + x=350 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).HLS" + } +} +"text update" { + object { + x=240 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M3).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=240 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=240 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M3))" + align="horiz. centered" +} +rectangle { + object { + x=247 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } +} +rectangle { + object { + x=249 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } +} +"text update" { + object { + x=251 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M3).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=268 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3)_able.VAL" + } +} +polyline { + object { + x=238 + y=0 + width=0 + height=180 + } + "basic attribute" { + clr=14 + width=2 + } + points { + (238,0) + (238,180) + } +} +polyline { + object { + x=118 + y=0 + width=0 + height=180 + } + "basic attribute" { + clr=14 + width=2 + } + points { + (118,0) + (118,180) + } +} diff --git a/motorApp/op/adl/motor4x.adl b/motorApp/op/adl/motor4x.adl new file mode 100644 index 00000000..9d343130 --- /dev/null +++ b/motorApp/op/adl/motor4x.adl @@ -0,0 +1,1945 @@ + +file { + name="/home/sricat/BCDA/epics/3.13.1/baseR3.13.1.1_shareR4.0/stdApp/op/adl/motor4x.adl" + version=020305 +} +display { + object { + x=114 + y=171 + width=480 + height=181 + } + clr=14 + bclr=3 + 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, + } +} +"text update" { + object { + x=0 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M1).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M1).DMOV" + } +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LVIO" + } +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1)_able.VAL" + } +} +rectangle { + object { + x=0 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=28 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M1).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=28 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=74 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=52 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M1):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=0 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=0 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=30 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M1):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=60 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M1).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=5 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M1)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M1)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M1)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M1)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M1),PV=$(M1)" + } + clr=14 + bclr=51 +} +text { + object { + x=27 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=2 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M1).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=28 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M1).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=89 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M1).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=9 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M1).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=0 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LLS" + } +} +rectangle { + object { + x=110 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).HLS" + } +} +"text update" { + object { + x=0 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M1).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=0 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=0 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M1))" + align="horiz. centered" +} +rectangle { + object { + x=7 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } +} +rectangle { + object { + x=9 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } +} +"text update" { + object { + x=11 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M1).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=28 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1)_able.VAL" + } +} +"text update" { + object { + x=120 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M2).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M2).DMOV" + } +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LVIO" + } +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2)_able.VAL" + } +} +rectangle { + object { + x=120 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=148 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M2).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=148 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=194 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=172 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M2):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=120 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=120 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=150 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M2):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=180 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M2).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=125 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M2)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M2)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M2)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M2)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M2),PV=$(M2)" + } + clr=14 + bclr=51 +} +text { + object { + x=147 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=122 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M2).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=148 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M2).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=209 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M2).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=129 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M2).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=120 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LLS" + } +} +rectangle { + object { + x=230 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).HLS" + } +} +"text update" { + object { + x=120 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M2).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=120 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=120 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M2))" + align="horiz. centered" +} +rectangle { + object { + x=127 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +rectangle { + object { + x=129 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +"text update" { + object { + x=131 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M2).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=148 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2)_able.VAL" + } +} +"text update" { + object { + x=240 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M3).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M3).DMOV" + } +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LVIO" + } +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3)_able.VAL" + } +} +rectangle { + object { + x=240 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=268 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M3).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=268 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=314 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=292 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M3):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=240 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=240 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=270 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M3):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=300 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M3).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=245 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M3)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M3)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M3)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M3)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M3),PV=$(M3)" + } + clr=14 + bclr=51 +} +text { + object { + x=267 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=242 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M3).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=268 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M3).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=329 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M3).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=249 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M3).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=240 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LLS" + } +} +rectangle { + object { + x=350 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).HLS" + } +} +"text update" { + object { + x=240 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M3).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=240 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=240 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M3))" + align="horiz. centered" +} +rectangle { + object { + x=247 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } +} +rectangle { + object { + x=249 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } +} +"text update" { + object { + x=251 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M3).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=268 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3)_able.VAL" + } +} +"text update" { + object { + x=360 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M4).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=366 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M4).DMOV" + } +} +rectangle { + object { + x=366 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).LVIO" + } +} +rectangle { + object { + x=366 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4)_able.VAL" + } +} +rectangle { + object { + x=360 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=388 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M4).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=388 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=434 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=412 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M4):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=360 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=360 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=390 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M4):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=420 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M4).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=365 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M4)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M4)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M4)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M4)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M4),PV=$(M4)" + } + clr=14 + bclr=51 +} +text { + object { + x=387 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=362 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M4).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=388 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M4).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=449 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M4).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=369 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M4).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=360 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).LLS" + } +} +rectangle { + object { + x=470 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).HLS" + } +} +"text update" { + object { + x=360 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M4).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=360 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=360 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M4))" + align="horiz. centered" +} +rectangle { + object { + x=367 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).SET" + } +} +rectangle { + object { + x=369 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).SET" + } +} +"text update" { + object { + x=371 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M4).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=388 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=366 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4)_able.VAL" + } +} +polyline { + object { + x=118 + y=0 + width=0 + height=180 + } + "basic attribute" { + clr=14 + width=2 + } + points { + (118,0) + (118,180) + } +} +polyline { + object { + x=238 + y=0 + width=0 + height=180 + } + "basic attribute" { + clr=14 + width=2 + } + points { + (238,0) + (238,180) + } +} +polyline { + object { + x=358 + y=0 + width=0 + height=180 + } + "basic attribute" { + clr=14 + width=2 + } + points { + (358,0) + (358,180) + } +} diff --git a/motorApp/op/adl/motor6x.adl b/motorApp/op/adl/motor6x.adl new file mode 100644 index 00000000..114653cb --- /dev/null +++ b/motorApp/op/adl/motor6x.adl @@ -0,0 +1,2881 @@ + +file { + name="/home/sricat/BCDA/epics/3.13.1/baseR3.13.1.1_shareR4.0/stdApp/op/adl/motor6x.adl" + version=020305 +} +display { + object { + x=35 + y=624 + width=720 + height=181 + } + clr=14 + bclr=3 + 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, + } +} +"text update" { + object { + x=0 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M1).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M1).DMOV" + } +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LVIO" + } +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1)_able.VAL" + } +} +rectangle { + object { + x=0 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=28 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M1).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=28 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=74 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=52 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M1):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=0 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=0 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=30 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M1):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=60 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M1).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=5 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M1)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M1)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M1)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M1)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M1),PV=$(M1)" + } + clr=14 + bclr=51 +} +text { + object { + x=27 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=2 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M1).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=28 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M1).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=89 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M1).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=9 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M1).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=0 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LLS" + } +} +rectangle { + object { + x=110 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).HLS" + } +} +"text update" { + object { + x=0 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M1).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=0 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=0 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M1))" + align="horiz. centered" +} +rectangle { + object { + x=7 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } +} +rectangle { + object { + x=9 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } +} +"text update" { + object { + x=11 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M1).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=28 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1)_able.VAL" + } +} +"text update" { + object { + x=120 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M2).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M2).DMOV" + } +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LVIO" + } +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2)_able.VAL" + } +} +rectangle { + object { + x=120 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=148 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M2).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=148 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=194 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=172 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M2):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=120 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=120 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=150 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M2):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=180 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M2).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=125 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M2)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M2)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M2)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M2)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M2),PV=$(M2)" + } + clr=14 + bclr=51 +} +text { + object { + x=147 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=122 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M2).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=148 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M2).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=209 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M2).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=129 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M2).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=120 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LLS" + } +} +rectangle { + object { + x=230 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).HLS" + } +} +"text update" { + object { + x=120 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M2).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=120 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=120 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M2))" + align="horiz. centered" +} +rectangle { + object { + x=127 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +rectangle { + object { + x=129 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +"text update" { + object { + x=131 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M2).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=148 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2)_able.VAL" + } +} +"text update" { + object { + x=240 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M3).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M3).DMOV" + } +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LVIO" + } +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3)_able.VAL" + } +} +rectangle { + object { + x=240 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=268 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M3).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=268 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=314 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=292 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M3):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=240 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=240 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=270 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M3):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=300 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M3).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=245 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M3)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M3)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M3)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M3)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M3),PV=$(M3)" + } + clr=14 + bclr=51 +} +text { + object { + x=267 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=242 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M3).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=268 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M3).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=329 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M3).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=249 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M3).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=240 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LLS" + } +} +rectangle { + object { + x=350 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).HLS" + } +} +"text update" { + object { + x=240 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M3).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=240 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=240 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M3))" + align="horiz. centered" +} +rectangle { + object { + x=247 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } +} +rectangle { + object { + x=249 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } +} +"text update" { + object { + x=251 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M3).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=268 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3)_able.VAL" + } +} +"text update" { + object { + x=360 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M4).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=366 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M4).DMOV" + } +} +rectangle { + object { + x=366 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).LVIO" + } +} +rectangle { + object { + x=366 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4)_able.VAL" + } +} +rectangle { + object { + x=360 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=388 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M4).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=388 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=434 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=412 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M4):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=360 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=360 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=390 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M4):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=420 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M4).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=365 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M4)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M4)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M4)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M4)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M4),PV=$(M4)" + } + clr=14 + bclr=51 +} +text { + object { + x=387 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=362 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M4).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=388 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M4).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=449 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M4).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=369 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M4).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=360 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).LLS" + } +} +rectangle { + object { + x=470 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).HLS" + } +} +"text update" { + object { + x=360 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M4).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=360 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=360 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M4))" + align="horiz. centered" +} +rectangle { + object { + x=367 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).SET" + } +} +rectangle { + object { + x=369 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).SET" + } +} +"text update" { + object { + x=371 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M4).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=388 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=366 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4)_able.VAL" + } +} +"text update" { + object { + x=480 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M5).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=486 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M5).DMOV" + } +} +rectangle { + object { + x=486 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).LVIO" + } +} +rectangle { + object { + x=486 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5)_able.VAL" + } +} +rectangle { + object { + x=480 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=508 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M5).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=508 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=554 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=532 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M5):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=480 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=480 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=510 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M5):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=540 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M5).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=485 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M5)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M5)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M5)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M5)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M5),PV=$(M5)" + } + clr=14 + bclr=51 +} +text { + object { + x=507 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=482 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M5).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=508 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M5).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=569 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M5).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=489 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M5).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=480 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).LLS" + } +} +rectangle { + object { + x=590 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).HLS" + } +} +"text update" { + object { + x=480 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M5).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=480 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=480 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M5))" + align="horiz. centered" +} +rectangle { + object { + x=487 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).SET" + } +} +rectangle { + object { + x=489 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).SET" + } +} +"text update" { + object { + x=491 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M5).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=508 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=486 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5)_able.VAL" + } +} +"text update" { + object { + x=600 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M6).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=606 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M6).DMOV" + } +} +rectangle { + object { + x=606 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).LVIO" + } +} +rectangle { + object { + x=606 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6)_able.VAL" + } +} +rectangle { + object { + x=600 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=628 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M6).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=628 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=674 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=652 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M6):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=600 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=600 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=630 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M6):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=660 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M6).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=605 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M6)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M6)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M6)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M6)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M6),PV=$(M6)" + } + clr=14 + bclr=51 +} +text { + object { + x=627 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=602 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M6).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=628 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M6).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=689 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M6).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=609 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M6).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=600 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).LLS" + } +} +rectangle { + object { + x=710 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).HLS" + } +} +"text update" { + object { + x=600 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M6).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=600 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=600 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M6))" + align="horiz. centered" +} +rectangle { + object { + x=607 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).SET" + } +} +rectangle { + object { + x=609 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).SET" + } +} +"text update" { + object { + x=611 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M6).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=628 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=606 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6)_able.VAL" + } +} +polyline { + object { + x=118 + y=0 + width=0 + height=180 + } + "basic attribute" { + clr=14 + width=2 + } + points { + (118,0) + (118,180) + } +} +polyline { + object { + x=238 + y=0 + width=0 + height=180 + } + "basic attribute" { + clr=14 + width=2 + } + points { + (238,0) + (238,180) + } +} +polyline { + object { + x=358 + y=0 + width=0 + height=180 + } + "basic attribute" { + clr=14 + width=2 + } + points { + (358,0) + (358,180) + } +} +polyline { + object { + x=478 + y=0 + width=0 + height=180 + } + "basic attribute" { + clr=14 + width=2 + } + points { + (478,0) + (478,180) + } +} +polyline { + object { + x=598 + y=0 + width=0 + height=180 + } + "basic attribute" { + clr=14 + width=2 + } + points { + (598,0) + (598,180) + } +} diff --git a/motorApp/op/adl/motor8x.adl b/motorApp/op/adl/motor8x.adl new file mode 100644 index 00000000..5b5830ed --- /dev/null +++ b/motorApp/op/adl/motor8x.adl @@ -0,0 +1,3824 @@ + +file { + name="/home/sricat/BCDA/epics/3.13.0/baseR3.13.0.beta12_shareR1.0/stdApp/op/adl/motor8x_1.3.adl" + version=020305 +} +display { + object { + x=17 + y=60 + width=956 + height=181 + } + clr=14 + bclr=3 + 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=726 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M7).DMOV" + } +} +rectangle { + object { + x=846 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M8).DMOV" + } +} +rectangle { + object { + x=846 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).LVIO" + } +} +rectangle { + object { + x=726 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).LVIO" + } +} +"text entry" { + object { + x=729 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M7).VAL" + clr=14 + bclr=51 + } +} +"text update" { + object { + x=0 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M1).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M1).DMOV" + } +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LVIO" + } +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1)_able.VAL" + } +} +rectangle { + object { + x=0 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=28 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M1).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=28 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=74 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=52 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M1):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=0 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=0 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=30 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M1):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=60 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M1).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=5 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M1)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M1)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M1)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M1)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M1),PV=$(M1)" + } + clr=14 + bclr=51 +} +text { + object { + x=27 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=2 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M1).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=28 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M1).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=89 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M1).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=9 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M1).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=0 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LLS" + } +} +rectangle { + object { + x=110 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).HLS" + } +} +"text update" { + object { + x=0 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M1).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=0 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=0 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M1))" + align="horiz. centered" +} +rectangle { + object { + x=7 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } +} +rectangle { + object { + x=9 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } +} +"text update" { + object { + x=11 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M1).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=28 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1)_able.VAL" + } +} +"text update" { + object { + x=120 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M2).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M2).DMOV" + } +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LVIO" + } +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2)_able.VAL" + } +} +rectangle { + object { + x=120 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=148 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M2).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=148 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=194 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=172 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M2):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=120 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=120 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=150 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M2):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=180 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M2).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=125 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M2)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M2)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M2)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M2)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M2),PV=$(M2)" + } + clr=14 + bclr=51 +} +text { + object { + x=147 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=122 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M2).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=148 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M2).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=209 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M2).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=129 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M2).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=120 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LLS" + } +} +rectangle { + object { + x=230 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).HLS" + } +} +"text update" { + object { + x=120 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M2).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=120 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=120 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M2))" + align="horiz. centered" +} +rectangle { + object { + x=127 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +rectangle { + object { + x=129 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +"text update" { + object { + x=131 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M2).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=148 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=126 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2)_able.VAL" + } +} +"text update" { + object { + x=240 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M3).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M3).DMOV" + } +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LVIO" + } +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3)_able.VAL" + } +} +rectangle { + object { + x=240 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=268 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M3).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=268 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=314 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=292 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M3):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=240 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=240 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=270 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M3):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=300 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M3).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=245 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M3)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M3)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M3)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M3)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M3),PV=$(M3)" + } + clr=14 + bclr=51 +} +text { + object { + x=267 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=242 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M3).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=268 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M3).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=329 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M3).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=249 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M3).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=240 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LLS" + } +} +rectangle { + object { + x=350 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).HLS" + } +} +"text update" { + object { + x=240 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M3).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=240 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=240 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M3))" + align="horiz. centered" +} +rectangle { + object { + x=247 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } +} +rectangle { + object { + x=249 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } +} +"text update" { + object { + x=251 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M3).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=268 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=246 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3)_able.VAL" + } +} +"text update" { + object { + x=360 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M4).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=366 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M4).DMOV" + } +} +rectangle { + object { + x=366 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).LVIO" + } +} +rectangle { + object { + x=366 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4)_able.VAL" + } +} +rectangle { + object { + x=360 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=388 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M4).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=388 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=434 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=412 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M4):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=360 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=360 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=390 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M4):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=420 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M4).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=365 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M4)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M4)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M4)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M4)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M4),PV=$(M4)" + } + clr=14 + bclr=51 +} +text { + object { + x=387 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=362 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M4).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=388 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M4).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=449 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M4).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=369 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M4).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=360 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).LLS" + } +} +rectangle { + object { + x=470 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).HLS" + } +} +"text update" { + object { + x=360 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M4).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=360 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=360 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M4))" + align="horiz. centered" +} +rectangle { + object { + x=367 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).SET" + } +} +rectangle { + object { + x=369 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).SET" + } +} +"text update" { + object { + x=371 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M4).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=388 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=366 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4)_able.VAL" + } +} +"text update" { + object { + x=480 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M5).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=486 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M5).DMOV" + } +} +rectangle { + object { + x=486 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).LVIO" + } +} +rectangle { + object { + x=486 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5)_able.VAL" + } +} +rectangle { + object { + x=480 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=508 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M5).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=508 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=554 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=532 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M5):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=480 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=480 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=510 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M5):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=540 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M5).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=485 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M5)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M5)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M5)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M5)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M5),PV=$(M5)" + } + clr=14 + bclr=51 +} +text { + object { + x=507 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=482 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M5).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=508 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M5).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=569 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M5).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=489 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M5).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=480 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).LLS" + } +} +rectangle { + object { + x=590 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).HLS" + } +} +"text update" { + object { + x=480 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M5).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=480 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=480 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M5))" + align="horiz. centered" +} +rectangle { + object { + x=487 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).SET" + } +} +rectangle { + object { + x=489 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).SET" + } +} +"text update" { + object { + x=491 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M5).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=508 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=486 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5)_able.VAL" + } +} +"text update" { + object { + x=600 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M6).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=606 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M6).DMOV" + } +} +rectangle { + object { + x=606 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).LVIO" + } +} +rectangle { + object { + x=606 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6)_able.VAL" + } +} +rectangle { + object { + x=600 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=628 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M6).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=628 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=674 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=652 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M6):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=600 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=600 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=630 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M6):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=660 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M6).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=605 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M6)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M6)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M6)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M6)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M6),PV=$(M6)" + } + clr=14 + bclr=51 +} +text { + object { + x=627 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=602 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M6).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=628 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M6).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=689 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M6).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=609 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M6).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=600 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).LLS" + } +} +rectangle { + object { + x=710 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).HLS" + } +} +"text update" { + object { + x=600 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M6).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=600 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=600 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M6))" + align="horiz. centered" +} +rectangle { + object { + x=607 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).SET" + } +} +rectangle { + object { + x=609 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).SET" + } +} +"text update" { + object { + x=611 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M6).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=628 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=606 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6)_able.VAL" + } +} +"text update" { + object { + x=720 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M7).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=726 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6)_able.VAL" + } +} +rectangle { + object { + x=720 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=748 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M7).DMOV" + } + textix="Moving" + align="horiz. centered" +} +"message button" { + object { + x=794 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=772 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M7):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=720 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=720 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=750 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M7):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=780 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M7).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=725 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M7)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M7)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M7)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M7)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M7),PV=$(M7)" + } + clr=14 + bclr=51 +} +text { + object { + x=747 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=722 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M7).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=748 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M7).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=809 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M7).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +rectangle { + object { + x=720 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).LLS" + } +} +rectangle { + object { + x=830 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).HLS" + } +} +"text update" { + object { + x=720 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M6).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=720 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=720 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M7))" + align="horiz. centered" +} +rectangle { + object { + x=727 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).SET" + } +} +rectangle { + object { + x=729 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).SET" + } +} +"text update" { + object { + x=731 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M7).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=726 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7)_able.VAL" + } +} +"text update" { + object { + x=840 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M8).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=846 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6)_able.VAL" + } +} +rectangle { + object { + x=840 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=868 + y=120 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M8).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=868 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=914 + y=159 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=892 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M8):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=840 + y=157 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=840 + y=163 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=870 + y=159 + width=21 + height=20 + } + control { + chan="$(P)$(M8):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=900 + y=137 + width=53 + height=20 + } + control { + chan="$(P)$(M8).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=845 + y=137 + width=20 + height=20 + } + display[0] { + label="Help" + name="motorx_help.adl" + args="P=$(P),M=$(M8)" + } + display[1] { + label="More" + name="motorx_more.adl" + args="P=$(P),M=$(M8)" + } + display[2] { + label="Setup" + name="motorx_setup.adl" + args="P=$(P),M=$(M8)" + } + display[3] { + label="All" + name="motorx_all.adl" + args="P=$(P),M=$(M8)" + } + display[4] { + label="Setup scan parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M8),PV=$(M8)" + } + clr=14 + bclr=51 +} +text { + object { + x=867 + y=139 + width=30 + height=18 + } + "basic attribute" { + clr=14 + } + textix="More" + align="horiz. centered" +} +"message button" { + object { + x=842 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M8).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=868 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M8).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=929 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M8).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=849 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M8).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=840 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).LLS" + } +} +rectangle { + object { + x=950 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).HLS" + } +} +"text update" { + object { + x=840 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M8).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=840 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=840 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M8))" + align="horiz. centered" +} +rectangle { + object { + x=847 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).SET" + } +} +rectangle { + object { + x=849 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).SET" + } +} +"text update" { + object { + x=851 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M8).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=868 + y=120 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=846 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8)_able.VAL" + } +} +text { + object { + x=748 + y=120 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +text { + object { + x=748 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).SET" + } + textix="Calibrate" + align="horiz. centered" +} +polyline { + object { + x=117 + y=0 + width=2 + height=182 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + points { + (118,1) + (118,181) + } +} +polyline { + object { + x=237 + y=0 + width=2 + height=182 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + points { + (238,1) + (238,181) + } +} +polyline { + object { + x=357 + y=0 + width=2 + height=182 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + points { + (358,1) + (358,181) + } +} +polyline { + object { + x=477 + y=0 + width=2 + height=182 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + points { + (478,1) + (478,181) + } +} +polyline { + object { + x=597 + y=0 + width=2 + height=182 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + points { + (598,1) + (598,181) + } +} +polyline { + object { + x=717 + y=0 + width=2 + height=182 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + points { + (718,1) + (718,181) + } +} +polyline { + object { + x=837 + y=0 + width=2 + height=182 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + points { + (838,1) + (838,181) + } +} diff --git a/motorApp/op/adl/motorStatus24.adl b/motorApp/op/adl/motorStatus24.adl new file mode 100644 index 00000000..ec20c81b --- /dev/null +++ b/motorApp/op/adl/motorStatus24.adl @@ -0,0 +1,4470 @@ + +file { + name="/home/oxygen4/MOONEY/epics/3.13.0/xxx3/xxxApp/op/adl/motorStatus24_1.2.adl" + version=020305 +} +display { + object { + x=324 + y=24 + width=125 + height=260 + } + clr=7 + bclr=2 + cmap="" + gridSpacing=30 + gridOn=0 + snapToGrid=1 +} +"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, + } +} +text { + object { + x=0 + y=0 + width=125 + height=20 + } + "basic attribute" { + clr=14 + } + textix=" $(P) motors" + align="horiz. centered" +} +rectangle { + object { + x=5 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } +} +"text update" { + object { + x=6 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m1.DESC" + clr=14 + bclr=0 + } +} +rectangle { + object { + x=35 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1_able.VAL" + } +} +rectangle { + object { + x=25 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.LLS" + } +} +rectangle { + object { + x=25 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.LVIO" + } +} +rectangle { + object { + x=25 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.HLS" + } +} +bar { + object { + x=6 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m1.RBV" + clr=31 + bclr=52 + } + label="no decorations" +} +composite { + object { + x=6 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=31 + width=19 + height=12 + } + display[0] { + label="m1" + name="motorx_more.adl" + args="P=$(P),M=m1" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m1.DMOV" + } + } + rectangle { + object { + x=6 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="1" + align="horiz. centered" + } + } +} +rectangle { + object { + x=5 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } +} +"text update" { + object { + x=6 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m2.DESC" + clr=14 + bclr=0 + } +} +rectangle { + object { + x=35 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2_able.VAL" + } +} +rectangle { + object { + x=25 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.LLS" + } +} +rectangle { + object { + x=25 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.LVIO" + } +} +rectangle { + object { + x=25 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.HLS" + } +} +bar { + object { + x=6 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m2.RBV" + clr=31 + bclr=52 + } + label="no decorations" +} +composite { + object { + x=6 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=61 + width=19 + height=12 + } + display[0] { + label="m2" + name="motorx_more.adl" + args="P=$(P),M=m2" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m2.DMOV" + } + } + rectangle { + object { + x=6 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="2" + align="horiz. centered" + } + } +} +composite { + object { + x=5 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m3.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3_able.VAL" + } + } + rectangle { + object { + x=25 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.LLS" + } + } + rectangle { + object { + x=25 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.LVIO" + } + } + rectangle { + object { + x=25 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.HLS" + } + } + bar { + object { + x=6 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m3.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=91 + width=19 + height=12 + } + display[0] { + label="m3" + name="motorx_more.adl" + args="P=$(P),M=m3" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m3.DMOV" + } + } + rectangle { + object { + x=6 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="3" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m4.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4_able.VAL" + } + } + rectangle { + object { + x=25 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.LLS" + } + } + rectangle { + object { + x=25 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.LVIO" + } + } + rectangle { + object { + x=25 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.HLS" + } + } + bar { + object { + x=6 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m4.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=121 + width=19 + height=12 + } + display[0] { + label="m4" + name="motorx_more.adl" + args="P=$(P),M=m4" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m4.DMOV" + } + } + rectangle { + object { + x=6 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="4" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m5.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5_able.VAL" + } + } + rectangle { + object { + x=25 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.LLS" + } + } + rectangle { + object { + x=25 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.LVIO" + } + } + rectangle { + object { + x=25 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.HLS" + } + } + bar { + object { + x=6 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m5.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=151 + width=19 + height=12 + } + display[0] { + label="m5" + name="motorx_more.adl" + args="P=$(P),M=m5" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m5.DMOV" + } + } + rectangle { + object { + x=6 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="5" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m6.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6_able.VAL" + } + } + rectangle { + object { + x=25 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.LLS" + } + } + rectangle { + object { + x=25 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.LVIO" + } + } + rectangle { + object { + x=25 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.HLS" + } + } + bar { + object { + x=6 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m6.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=181 + width=19 + height=12 + } + display[0] { + label="m6" + name="motorx_more.adl" + args="P=$(P),M=m6" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m6.DMOV" + } + } + rectangle { + object { + x=6 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="6" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m7.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7_able.VAL" + } + } + rectangle { + object { + x=25 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.LLS" + } + } + rectangle { + object { + x=25 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.LVIO" + } + } + rectangle { + object { + x=25 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.HLS" + } + } + bar { + object { + x=6 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m7.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=211 + width=19 + height=12 + } + display[0] { + label="m7" + name="motorx_more.adl" + args="P=$(P),M=m7" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m7.DMOV" + } + } + rectangle { + object { + x=6 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="7" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m8.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8_able.VAL" + } + } + rectangle { + object { + x=25 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.LLS" + } + } + rectangle { + object { + x=25 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.LVIO" + } + } + rectangle { + object { + x=25 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.HLS" + } + } + bar { + object { + x=6 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m8.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=241 + width=19 + height=12 + } + display[0] { + label="m8" + name="motorx_more.adl" + args="P=$(P),M=m8" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m8.DMOV" + } + } + rectangle { + object { + x=6 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="8" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=45 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=45 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m9.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9_able.VAL" + } + } + rectangle { + object { + x=65 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.LLS" + } + } + rectangle { + object { + x=65 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.LVIO" + } + } + rectangle { + object { + x=65 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.HLS" + } + } + bar { + object { + x=46 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m9.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=31 + width=19 + height=12 + } + display[0] { + label="m9" + name="motorx_more.adl" + args="P=$(P),M=m9" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m9.DMOV" + } + } + rectangle { + object { + x=46 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="9" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m10.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10_able.VAL" + } + } + rectangle { + object { + x=65 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.LLS" + } + } + rectangle { + object { + x=65 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.LVIO" + } + } + rectangle { + object { + x=65 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.HLS" + } + } + bar { + object { + x=46 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m10.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=61 + width=19 + height=12 + } + display[0] { + label="m10" + name="motorx_more.adl" + args="P=$(P),M=m10" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m10.DMOV" + } + } + rectangle { + object { + x=46 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="10" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m11.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11_able.VAL" + } + } + rectangle { + object { + x=65 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.LLS" + } + } + rectangle { + object { + x=65 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.LVIO" + } + } + rectangle { + object { + x=65 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.HLS" + } + } + bar { + object { + x=46 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m11.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=91 + width=19 + height=12 + } + display[0] { + label="m11" + name="motorx_more.adl" + args="P=$(P),M=m11" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m11.DMOV" + } + } + rectangle { + object { + x=46 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="11" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m12.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12_able.VAL" + } + } + rectangle { + object { + x=65 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.LLS" + } + } + rectangle { + object { + x=65 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.LVIO" + } + } + rectangle { + object { + x=65 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.HLS" + } + } + bar { + object { + x=46 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m12.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=121 + width=19 + height=12 + } + display[0] { + label="m12" + name="motorx_more.adl" + args="P=$(P),M=m12" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m12.DMOV" + } + } + rectangle { + object { + x=46 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="12" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m13.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13_able.VAL" + } + } + rectangle { + object { + x=65 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.LLS" + } + } + rectangle { + object { + x=65 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.LVIO" + } + } + rectangle { + object { + x=65 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.HLS" + } + } + bar { + object { + x=46 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m13.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=151 + width=19 + height=12 + } + display[0] { + label="m13" + name="motorx_more.adl" + args="P=$(P),M=m13" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m13.DMOV" + } + } + rectangle { + object { + x=46 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="13" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m14.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14_able.VAL" + } + } + rectangle { + object { + x=65 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.LLS" + } + } + rectangle { + object { + x=65 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.LVIO" + } + } + rectangle { + object { + x=65 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.HLS" + } + } + bar { + object { + x=46 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m14.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=181 + width=19 + height=12 + } + display[0] { + label="m14" + name="motorx_more.adl" + args="P=$(P),M=m14" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m14.DMOV" + } + } + rectangle { + object { + x=46 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="14" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m15.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15_able.VAL" + } + } + rectangle { + object { + x=65 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.LLS" + } + } + rectangle { + object { + x=65 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.LVIO" + } + } + rectangle { + object { + x=65 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.HLS" + } + } + bar { + object { + x=46 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m15.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=211 + width=19 + height=12 + } + display[0] { + label="m15" + name="motorx_more.adl" + args="P=$(P),M=m15" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m15.DMOV" + } + } + rectangle { + object { + x=46 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="15" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m16.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16_able.VAL" + } + } + rectangle { + object { + x=65 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.LLS" + } + } + rectangle { + object { + x=65 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.LVIO" + } + } + rectangle { + object { + x=65 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.HLS" + } + } + bar { + object { + x=46 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m16.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=241 + width=19 + height=12 + } + display[0] { + label="m16" + name="motorx_more.adl" + args="P=$(P),M=m16" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m16.DMOV" + } + } + rectangle { + object { + x=46 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="16" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=85 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=85 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m17.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17_able.VAL" + } + } + rectangle { + object { + x=105 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.LLS" + } + } + rectangle { + object { + x=105 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.LVIO" + } + } + rectangle { + object { + x=105 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.HLS" + } + } + bar { + object { + x=86 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m17.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=31 + width=19 + height=12 + } + display[0] { + label="m17" + name="motorx_more.adl" + args="P=$(P),M=m17" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m17.DMOV" + } + } + rectangle { + object { + x=86 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="17" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m18.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18_able.VAL" + } + } + rectangle { + object { + x=105 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.LLS" + } + } + rectangle { + object { + x=105 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.LVIO" + } + } + rectangle { + object { + x=105 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.HLS" + } + } + bar { + object { + x=86 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m18.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=61 + width=19 + height=12 + } + display[0] { + label="m18" + name="motorx_more.adl" + args="P=$(P),M=m18" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m18.DMOV" + } + } + rectangle { + object { + x=86 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="18" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m19.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19_able.VAL" + } + } + rectangle { + object { + x=105 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.LLS" + } + } + rectangle { + object { + x=105 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.LVIO" + } + } + rectangle { + object { + x=105 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.HLS" + } + } + bar { + object { + x=86 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m19.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=91 + width=19 + height=12 + } + display[0] { + label="m19" + name="motorx_more.adl" + args="P=$(P),M=m19" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m19.DMOV" + } + } + rectangle { + object { + x=86 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="19" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m20.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20_able.VAL" + } + } + rectangle { + object { + x=105 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.LLS" + } + } + rectangle { + object { + x=105 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.LVIO" + } + } + rectangle { + object { + x=105 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.HLS" + } + } + bar { + object { + x=86 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m20.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=121 + width=19 + height=12 + } + display[0] { + label="m20" + name="motorx_more.adl" + args="P=$(P),M=m20" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m20.DMOV" + } + } + rectangle { + object { + x=86 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="20" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m21.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21_able.VAL" + } + } + rectangle { + object { + x=105 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.LLS" + } + } + rectangle { + object { + x=105 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.LVIO" + } + } + rectangle { + object { + x=105 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.HLS" + } + } + bar { + object { + x=86 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m21.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=151 + width=19 + height=12 + } + display[0] { + label="m21" + name="motorx_more.adl" + args="P=$(P),M=m21" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m21.DMOV" + } + } + rectangle { + object { + x=86 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="21" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m22.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22_able.VAL" + } + } + rectangle { + object { + x=105 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.LLS" + } + } + rectangle { + object { + x=105 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.LVIO" + } + } + rectangle { + object { + x=105 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.HLS" + } + } + bar { + object { + x=86 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m22.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=181 + width=19 + height=12 + } + display[0] { + label="m22" + name="motorx_more.adl" + args="P=$(P),M=m22" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m22.DMOV" + } + } + rectangle { + object { + x=86 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="22" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m23.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23_able.VAL" + } + } + rectangle { + object { + x=105 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.LLS" + } + } + rectangle { + object { + x=105 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.LVIO" + } + } + rectangle { + object { + x=105 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.HLS" + } + } + bar { + object { + x=86 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m23.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=211 + width=19 + height=12 + } + display[0] { + label="m23" + name="motorx_more.adl" + args="P=$(P),M=m23" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m23.DMOV" + } + } + rectangle { + object { + x=86 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="23" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m24.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24_able.VAL" + } + } + rectangle { + object { + x=105 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.LLS" + } + } + rectangle { + object { + x=105 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.LVIO" + } + } + rectangle { + object { + x=105 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.HLS" + } + } + bar { + object { + x=86 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m24.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=241 + width=19 + height=12 + } + display[0] { + label="m24" + name="motorx_more.adl" + args="P=$(P),M=m24" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m24.DMOV" + } + } + rectangle { + object { + x=86 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="24" + align="horiz. centered" + } + } + } + } + } + } +} diff --git a/motorApp/op/adl/motorStatus32.adl b/motorApp/op/adl/motorStatus32.adl new file mode 100644 index 00000000..08aa5846 --- /dev/null +++ b/motorApp/op/adl/motorStatus32.adl @@ -0,0 +1,5939 @@ + +file { + name="/home/oxygen4/MOONEY/epics/3.13.0/xxx3/xxxApp/op/adl/motorStatus32_1.2.adl" + version=020305 +} +display { + object { + x=324 + y=24 + width=165 + height=260 + } + clr=7 + bclr=2 + cmap="" + gridSpacing=30 + gridOn=0 + snapToGrid=1 +} +"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, + } +} +text { + object { + x=0 + y=0 + width=165 + height=20 + } + "basic attribute" { + clr=14 + } + textix=" $(P) motors" + align="horiz. centered" +} +rectangle { + object { + x=5 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } +} +"text update" { + object { + x=6 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m1.DESC" + clr=14 + bclr=0 + } +} +rectangle { + object { + x=35 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1_able.VAL" + } +} +rectangle { + object { + x=25 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.LLS" + } +} +rectangle { + object { + x=25 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.LVIO" + } +} +rectangle { + object { + x=25 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.HLS" + } +} +bar { + object { + x=6 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m1.RBV" + clr=31 + bclr=52 + } + label="no decorations" +} +composite { + object { + x=6 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=31 + width=19 + height=12 + } + display[0] { + label="m1" + name="motorx_more.adl" + args="P=$(P),M=m1" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m1.DMOV" + } + } + rectangle { + object { + x=6 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="1" + align="horiz. centered" + } + } +} +rectangle { + object { + x=5 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } +} +"text update" { + object { + x=6 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m2.DESC" + clr=14 + bclr=0 + } +} +rectangle { + object { + x=35 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2_able.VAL" + } +} +rectangle { + object { + x=25 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.LLS" + } +} +rectangle { + object { + x=25 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.LVIO" + } +} +rectangle { + object { + x=25 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.HLS" + } +} +bar { + object { + x=6 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m2.RBV" + clr=31 + bclr=52 + } + label="no decorations" +} +composite { + object { + x=6 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=61 + width=19 + height=12 + } + display[0] { + label="m2" + name="motorx_more.adl" + args="P=$(P),M=m2" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m2.DMOV" + } + } + rectangle { + object { + x=6 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="2" + align="horiz. centered" + } + } +} +composite { + object { + x=5 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m3.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3_able.VAL" + } + } + rectangle { + object { + x=25 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.LLS" + } + } + rectangle { + object { + x=25 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.LVIO" + } + } + rectangle { + object { + x=25 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.HLS" + } + } + bar { + object { + x=6 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m3.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=91 + width=19 + height=12 + } + display[0] { + label="m3" + name="motorx_more.adl" + args="P=$(P),M=m3" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m3.DMOV" + } + } + rectangle { + object { + x=6 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="3" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m4.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4_able.VAL" + } + } + rectangle { + object { + x=25 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.LLS" + } + } + rectangle { + object { + x=25 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.LVIO" + } + } + rectangle { + object { + x=25 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.HLS" + } + } + bar { + object { + x=6 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m4.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=121 + width=19 + height=12 + } + display[0] { + label="m4" + name="motorx_more.adl" + args="P=$(P),M=m4" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m4.DMOV" + } + } + rectangle { + object { + x=6 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="4" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m5.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5_able.VAL" + } + } + rectangle { + object { + x=25 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.LLS" + } + } + rectangle { + object { + x=25 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.LVIO" + } + } + rectangle { + object { + x=25 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.HLS" + } + } + bar { + object { + x=6 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m5.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=151 + width=19 + height=12 + } + display[0] { + label="m5" + name="motorx_more.adl" + args="P=$(P),M=m5" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m5.DMOV" + } + } + rectangle { + object { + x=6 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="5" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m6.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6_able.VAL" + } + } + rectangle { + object { + x=25 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.LLS" + } + } + rectangle { + object { + x=25 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.LVIO" + } + } + rectangle { + object { + x=25 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.HLS" + } + } + bar { + object { + x=6 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m6.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=181 + width=19 + height=12 + } + display[0] { + label="m6" + name="motorx_more.adl" + args="P=$(P),M=m6" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m6.DMOV" + } + } + rectangle { + object { + x=6 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="6" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m7.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7_able.VAL" + } + } + rectangle { + object { + x=25 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.LLS" + } + } + rectangle { + object { + x=25 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.LVIO" + } + } + rectangle { + object { + x=25 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.HLS" + } + } + bar { + object { + x=6 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m7.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=211 + width=19 + height=12 + } + display[0] { + label="m7" + name="motorx_more.adl" + args="P=$(P),M=m7" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m7.DMOV" + } + } + rectangle { + object { + x=6 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="7" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m8.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8_able.VAL" + } + } + rectangle { + object { + x=25 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.LLS" + } + } + rectangle { + object { + x=25 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.LVIO" + } + } + rectangle { + object { + x=25 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.HLS" + } + } + bar { + object { + x=6 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m8.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=241 + width=19 + height=12 + } + display[0] { + label="m8" + name="motorx_more.adl" + args="P=$(P),M=m8" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m8.DMOV" + } + } + rectangle { + object { + x=6 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="8" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=45 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=45 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m9.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9_able.VAL" + } + } + rectangle { + object { + x=65 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.LLS" + } + } + rectangle { + object { + x=65 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.LVIO" + } + } + rectangle { + object { + x=65 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.HLS" + } + } + bar { + object { + x=46 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m9.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=31 + width=19 + height=12 + } + display[0] { + label="m9" + name="motorx_more.adl" + args="P=$(P),M=m9" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m9.DMOV" + } + } + rectangle { + object { + x=46 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="9" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m10.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10_able.VAL" + } + } + rectangle { + object { + x=65 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.LLS" + } + } + rectangle { + object { + x=65 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.LVIO" + } + } + rectangle { + object { + x=65 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.HLS" + } + } + bar { + object { + x=46 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m10.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=61 + width=19 + height=12 + } + display[0] { + label="m10" + name="motorx_more.adl" + args="P=$(P),M=m10" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m10.DMOV" + } + } + rectangle { + object { + x=46 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="10" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m11.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11_able.VAL" + } + } + rectangle { + object { + x=65 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.LLS" + } + } + rectangle { + object { + x=65 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.LVIO" + } + } + rectangle { + object { + x=65 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.HLS" + } + } + bar { + object { + x=46 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m11.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=91 + width=19 + height=12 + } + display[0] { + label="m11" + name="motorx_more.adl" + args="P=$(P),M=m11" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m11.DMOV" + } + } + rectangle { + object { + x=46 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="11" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m12.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12_able.VAL" + } + } + rectangle { + object { + x=65 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.LLS" + } + } + rectangle { + object { + x=65 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.LVIO" + } + } + rectangle { + object { + x=65 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.HLS" + } + } + bar { + object { + x=46 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m12.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=121 + width=19 + height=12 + } + display[0] { + label="m12" + name="motorx_more.adl" + args="P=$(P),M=m12" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m12.DMOV" + } + } + rectangle { + object { + x=46 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="12" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m13.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13_able.VAL" + } + } + rectangle { + object { + x=65 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.LLS" + } + } + rectangle { + object { + x=65 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.LVIO" + } + } + rectangle { + object { + x=65 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.HLS" + } + } + bar { + object { + x=46 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m13.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=151 + width=19 + height=12 + } + display[0] { + label="m13" + name="motorx_more.adl" + args="P=$(P),M=m13" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m13.DMOV" + } + } + rectangle { + object { + x=46 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="13" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m14.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14_able.VAL" + } + } + rectangle { + object { + x=65 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.LLS" + } + } + rectangle { + object { + x=65 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.LVIO" + } + } + rectangle { + object { + x=65 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.HLS" + } + } + bar { + object { + x=46 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m14.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=181 + width=19 + height=12 + } + display[0] { + label="m14" + name="motorx_more.adl" + args="P=$(P),M=m14" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m14.DMOV" + } + } + rectangle { + object { + x=46 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="14" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m15.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15_able.VAL" + } + } + rectangle { + object { + x=65 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.LLS" + } + } + rectangle { + object { + x=65 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.LVIO" + } + } + rectangle { + object { + x=65 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.HLS" + } + } + bar { + object { + x=46 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m15.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=211 + width=19 + height=12 + } + display[0] { + label="m15" + name="motorx_more.adl" + args="P=$(P),M=m15" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m15.DMOV" + } + } + rectangle { + object { + x=46 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="15" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m16.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16_able.VAL" + } + } + rectangle { + object { + x=65 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.LLS" + } + } + rectangle { + object { + x=65 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.LVIO" + } + } + rectangle { + object { + x=65 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.HLS" + } + } + bar { + object { + x=46 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m16.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=241 + width=19 + height=12 + } + display[0] { + label="m16" + name="motorx_more.adl" + args="P=$(P),M=m16" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m16.DMOV" + } + } + rectangle { + object { + x=46 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="16" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=85 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=85 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m17.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17_able.VAL" + } + } + rectangle { + object { + x=105 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.LLS" + } + } + rectangle { + object { + x=105 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.LVIO" + } + } + rectangle { + object { + x=105 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.HLS" + } + } + bar { + object { + x=86 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m17.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=31 + width=19 + height=12 + } + display[0] { + label="m17" + name="motorx_more.adl" + args="P=$(P),M=m17" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m17.DMOV" + } + } + rectangle { + object { + x=86 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="17" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m18.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18_able.VAL" + } + } + rectangle { + object { + x=105 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.LLS" + } + } + rectangle { + object { + x=105 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.LVIO" + } + } + rectangle { + object { + x=105 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.HLS" + } + } + bar { + object { + x=86 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m18.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=61 + width=19 + height=12 + } + display[0] { + label="m18" + name="motorx_more.adl" + args="P=$(P),M=m18" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m18.DMOV" + } + } + rectangle { + object { + x=86 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="18" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m19.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19_able.VAL" + } + } + rectangle { + object { + x=105 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.LLS" + } + } + rectangle { + object { + x=105 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.LVIO" + } + } + rectangle { + object { + x=105 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.HLS" + } + } + bar { + object { + x=86 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m19.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=91 + width=19 + height=12 + } + display[0] { + label="m19" + name="motorx_more.adl" + args="P=$(P),M=m19" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m19.DMOV" + } + } + rectangle { + object { + x=86 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="19" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m20.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20_able.VAL" + } + } + rectangle { + object { + x=105 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.LLS" + } + } + rectangle { + object { + x=105 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.LVIO" + } + } + rectangle { + object { + x=105 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.HLS" + } + } + bar { + object { + x=86 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m20.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=121 + width=19 + height=12 + } + display[0] { + label="m20" + name="motorx_more.adl" + args="P=$(P),M=m20" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m20.DMOV" + } + } + rectangle { + object { + x=86 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="20" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m21.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21_able.VAL" + } + } + rectangle { + object { + x=105 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.LLS" + } + } + rectangle { + object { + x=105 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.LVIO" + } + } + rectangle { + object { + x=105 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.HLS" + } + } + bar { + object { + x=86 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m21.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=151 + width=19 + height=12 + } + display[0] { + label="m21" + name="motorx_more.adl" + args="P=$(P),M=m21" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m21.DMOV" + } + } + rectangle { + object { + x=86 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="21" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m22.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22_able.VAL" + } + } + rectangle { + object { + x=105 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.LLS" + } + } + rectangle { + object { + x=105 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.LVIO" + } + } + rectangle { + object { + x=105 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.HLS" + } + } + bar { + object { + x=86 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m22.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=181 + width=19 + height=12 + } + display[0] { + label="m22" + name="motorx_more.adl" + args="P=$(P),M=m22" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m22.DMOV" + } + } + rectangle { + object { + x=86 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="22" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m23.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23_able.VAL" + } + } + rectangle { + object { + x=105 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.LLS" + } + } + rectangle { + object { + x=105 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.LVIO" + } + } + rectangle { + object { + x=105 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.HLS" + } + } + bar { + object { + x=86 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m23.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=211 + width=19 + height=12 + } + display[0] { + label="m23" + name="motorx_more.adl" + args="P=$(P),M=m23" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m23.DMOV" + } + } + rectangle { + object { + x=86 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="23" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m24.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24_able.VAL" + } + } + rectangle { + object { + x=105 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.LLS" + } + } + rectangle { + object { + x=105 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.LVIO" + } + } + rectangle { + object { + x=105 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.HLS" + } + } + bar { + object { + x=86 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m24.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=241 + width=19 + height=12 + } + display[0] { + label="m24" + name="motorx_more.adl" + args="P=$(P),M=m24" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m24.DMOV" + } + } + rectangle { + object { + x=86 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="24" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=125 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=125 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m25.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25_able.VAL" + } + } + rectangle { + object { + x=145 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25.LLS" + } + } + rectangle { + object { + x=145 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25.LVIO" + } + } + rectangle { + object { + x=145 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25.HLS" + } + } + bar { + object { + x=126 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m25.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=31 + width=19 + height=12 + } + display[0] { + label="m25" + name="motorx_more.adl" + args="P=$(P),M=m25" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m25.DMOV" + } + } + rectangle { + object { + x=126 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="25" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m26.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26_able.VAL" + } + } + rectangle { + object { + x=145 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26.LLS" + } + } + rectangle { + object { + x=145 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26.LVIO" + } + } + rectangle { + object { + x=145 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26.HLS" + } + } + bar { + object { + x=126 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m26.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=61 + width=19 + height=12 + } + display[0] { + label="m26" + name="motorx_more.adl" + args="P=$(P),M=m26" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m26.DMOV" + } + } + rectangle { + object { + x=126 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="26" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m27.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27_able.VAL" + } + } + rectangle { + object { + x=145 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27.LLS" + } + } + rectangle { + object { + x=145 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27.LVIO" + } + } + rectangle { + object { + x=145 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27.HLS" + } + } + bar { + object { + x=126 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m27.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=91 + width=19 + height=12 + } + display[0] { + label="m27" + name="motorx_more.adl" + args="P=$(P),M=m27" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m27.DMOV" + } + } + rectangle { + object { + x=126 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="27" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m28.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28_able.VAL" + } + } + rectangle { + object { + x=145 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28.LLS" + } + } + rectangle { + object { + x=145 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28.LVIO" + } + } + rectangle { + object { + x=145 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28.HLS" + } + } + bar { + object { + x=126 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m28.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=121 + width=19 + height=12 + } + display[0] { + label="m28" + name="motorx_more.adl" + args="P=$(P),M=m28" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m28.DMOV" + } + } + rectangle { + object { + x=126 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="28" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m29.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29_able.VAL" + } + } + rectangle { + object { + x=145 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29.LLS" + } + } + rectangle { + object { + x=145 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29.LVIO" + } + } + rectangle { + object { + x=145 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29.HLS" + } + } + bar { + object { + x=126 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m29.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=151 + width=19 + height=12 + } + display[0] { + label="m29" + name="motorx_more.adl" + args="P=$(P),M=m29" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m29.DMOV" + } + } + rectangle { + object { + x=126 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="29" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m30.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30_able.VAL" + } + } + rectangle { + object { + x=145 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30.LLS" + } + } + rectangle { + object { + x=145 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30.LVIO" + } + } + rectangle { + object { + x=145 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30.HLS" + } + } + bar { + object { + x=126 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m30.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=181 + width=19 + height=12 + } + display[0] { + label="m30" + name="motorx_more.adl" + args="P=$(P),M=m30" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m30.DMOV" + } + } + rectangle { + object { + x=126 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="30" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m31.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31_able.VAL" + } + } + rectangle { + object { + x=145 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31.LLS" + } + } + rectangle { + object { + x=145 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31.LVIO" + } + } + rectangle { + object { + x=145 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31.HLS" + } + } + bar { + object { + x=126 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m31.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=211 + width=19 + height=12 + } + display[0] { + label="m31" + name="motorx_more.adl" + args="P=$(P),M=m31" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m31.DMOV" + } + } + rectangle { + object { + x=126 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="31" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m32.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32_able.VAL" + } + } + rectangle { + object { + x=145 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32.LLS" + } + } + rectangle { + object { + x=145 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32.LVIO" + } + } + rectangle { + object { + x=145 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32.HLS" + } + } + bar { + object { + x=126 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m32.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=241 + width=19 + height=12 + } + display[0] { + label="m32" + name="motorx_more.adl" + args="P=$(P),M=m32" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m32.DMOV" + } + } + rectangle { + object { + x=126 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="32" + align="horiz. centered" + } + } + } + } + } + } +} diff --git a/motorApp/op/adl/motorStatus40.adl b/motorApp/op/adl/motorStatus40.adl new file mode 100644 index 00000000..4ed70975 --- /dev/null +++ b/motorApp/op/adl/motorStatus40.adl @@ -0,0 +1,7408 @@ + +file { + name="/home/oxygen4/MOONEY/epics/3.13.0/xxx3/xxxApp/op/adl/motorStatus40_1.2.adl" + version=020305 +} +display { + object { + x=324 + y=24 + width=205 + height=260 + } + clr=7 + bclr=2 + cmap="" + gridSpacing=30 + gridOn=0 + snapToGrid=1 +} +"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, + } +} +text { + object { + x=0 + y=0 + width=205 + height=20 + } + "basic attribute" { + clr=14 + } + textix=" $(P) motor status" + align="horiz. centered" +} +rectangle { + object { + x=5 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } +} +"text update" { + object { + x=6 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m1.DESC" + clr=14 + bclr=0 + } +} +rectangle { + object { + x=35 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1_able.VAL" + } +} +rectangle { + object { + x=25 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.LLS" + } +} +rectangle { + object { + x=25 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.LVIO" + } +} +rectangle { + object { + x=25 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.HLS" + } +} +bar { + object { + x=6 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m1.RBV" + clr=31 + bclr=52 + } + label="no decorations" +} +composite { + object { + x=6 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=31 + width=19 + height=12 + } + display[0] { + label="m1" + name="motorx_more.adl" + args="P=$(P),M=m1" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m1.DMOV" + } + } + rectangle { + object { + x=6 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="1" + align="horiz. centered" + } + } +} +rectangle { + object { + x=5 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } +} +"text update" { + object { + x=6 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m2.DESC" + clr=14 + bclr=0 + } +} +rectangle { + object { + x=35 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2_able.VAL" + } +} +rectangle { + object { + x=25 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.LLS" + } +} +rectangle { + object { + x=25 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.LVIO" + } +} +rectangle { + object { + x=25 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.HLS" + } +} +bar { + object { + x=6 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m2.RBV" + clr=31 + bclr=52 + } + label="no decorations" +} +composite { + object { + x=6 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=61 + width=19 + height=12 + } + display[0] { + label="m2" + name="motorx_more.adl" + args="P=$(P),M=m2" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m2.DMOV" + } + } + rectangle { + object { + x=6 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="2" + align="horiz. centered" + } + } +} +composite { + object { + x=5 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m3.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3_able.VAL" + } + } + rectangle { + object { + x=25 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.LLS" + } + } + rectangle { + object { + x=25 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.LVIO" + } + } + rectangle { + object { + x=25 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.HLS" + } + } + bar { + object { + x=6 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m3.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=91 + width=19 + height=12 + } + display[0] { + label="m3" + name="motorx_more.adl" + args="P=$(P),M=m3" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m3.DMOV" + } + } + rectangle { + object { + x=6 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="3" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m4.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4_able.VAL" + } + } + rectangle { + object { + x=25 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.LLS" + } + } + rectangle { + object { + x=25 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.LVIO" + } + } + rectangle { + object { + x=25 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.HLS" + } + } + bar { + object { + x=6 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m4.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=121 + width=19 + height=12 + } + display[0] { + label="m4" + name="motorx_more.adl" + args="P=$(P),M=m4" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m4.DMOV" + } + } + rectangle { + object { + x=6 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="4" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m5.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5_able.VAL" + } + } + rectangle { + object { + x=25 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.LLS" + } + } + rectangle { + object { + x=25 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.LVIO" + } + } + rectangle { + object { + x=25 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.HLS" + } + } + bar { + object { + x=6 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m5.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=151 + width=19 + height=12 + } + display[0] { + label="m5" + name="motorx_more.adl" + args="P=$(P),M=m5" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m5.DMOV" + } + } + rectangle { + object { + x=6 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="5" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m6.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6_able.VAL" + } + } + rectangle { + object { + x=25 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.LLS" + } + } + rectangle { + object { + x=25 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.LVIO" + } + } + rectangle { + object { + x=25 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.HLS" + } + } + bar { + object { + x=6 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m6.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=181 + width=19 + height=12 + } + display[0] { + label="m6" + name="motorx_more.adl" + args="P=$(P),M=m6" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m6.DMOV" + } + } + rectangle { + object { + x=6 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="6" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m7.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7_able.VAL" + } + } + rectangle { + object { + x=25 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.LLS" + } + } + rectangle { + object { + x=25 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.LVIO" + } + } + rectangle { + object { + x=25 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.HLS" + } + } + bar { + object { + x=6 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m7.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=211 + width=19 + height=12 + } + display[0] { + label="m7" + name="motorx_more.adl" + args="P=$(P),M=m7" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m7.DMOV" + } + } + rectangle { + object { + x=6 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="7" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m8.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8_able.VAL" + } + } + rectangle { + object { + x=25 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.LLS" + } + } + rectangle { + object { + x=25 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.LVIO" + } + } + rectangle { + object { + x=25 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.HLS" + } + } + bar { + object { + x=6 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m8.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=241 + width=19 + height=12 + } + display[0] { + label="m8" + name="motorx_more.adl" + args="P=$(P),M=m8" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m8.DMOV" + } + } + rectangle { + object { + x=6 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="8" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=45 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=45 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m9.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9_able.VAL" + } + } + rectangle { + object { + x=65 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.LLS" + } + } + rectangle { + object { + x=65 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.LVIO" + } + } + rectangle { + object { + x=65 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.HLS" + } + } + bar { + object { + x=46 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m9.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=31 + width=19 + height=12 + } + display[0] { + label="m9" + name="motorx_more.adl" + args="P=$(P),M=m9" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m9.DMOV" + } + } + rectangle { + object { + x=46 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="9" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m10.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10_able.VAL" + } + } + rectangle { + object { + x=65 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.LLS" + } + } + rectangle { + object { + x=65 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.LVIO" + } + } + rectangle { + object { + x=65 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.HLS" + } + } + bar { + object { + x=46 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m10.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=61 + width=19 + height=12 + } + display[0] { + label="m10" + name="motorx_more.adl" + args="P=$(P),M=m10" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m10.DMOV" + } + } + rectangle { + object { + x=46 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="10" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m11.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11_able.VAL" + } + } + rectangle { + object { + x=65 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.LLS" + } + } + rectangle { + object { + x=65 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.LVIO" + } + } + rectangle { + object { + x=65 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.HLS" + } + } + bar { + object { + x=46 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m11.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=91 + width=19 + height=12 + } + display[0] { + label="m11" + name="motorx_more.adl" + args="P=$(P),M=m11" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m11.DMOV" + } + } + rectangle { + object { + x=46 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="11" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m12.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12_able.VAL" + } + } + rectangle { + object { + x=65 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.LLS" + } + } + rectangle { + object { + x=65 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.LVIO" + } + } + rectangle { + object { + x=65 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.HLS" + } + } + bar { + object { + x=46 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m12.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=121 + width=19 + height=12 + } + display[0] { + label="m12" + name="motorx_more.adl" + args="P=$(P),M=m12" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m12.DMOV" + } + } + rectangle { + object { + x=46 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="12" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m13.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13_able.VAL" + } + } + rectangle { + object { + x=65 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.LLS" + } + } + rectangle { + object { + x=65 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.LVIO" + } + } + rectangle { + object { + x=65 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.HLS" + } + } + bar { + object { + x=46 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m13.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=151 + width=19 + height=12 + } + display[0] { + label="m13" + name="motorx_more.adl" + args="P=$(P),M=m13" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m13.DMOV" + } + } + rectangle { + object { + x=46 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="13" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m14.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14_able.VAL" + } + } + rectangle { + object { + x=65 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.LLS" + } + } + rectangle { + object { + x=65 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.LVIO" + } + } + rectangle { + object { + x=65 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.HLS" + } + } + bar { + object { + x=46 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m14.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=181 + width=19 + height=12 + } + display[0] { + label="m14" + name="motorx_more.adl" + args="P=$(P),M=m14" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m14.DMOV" + } + } + rectangle { + object { + x=46 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="14" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m15.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15_able.VAL" + } + } + rectangle { + object { + x=65 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.LLS" + } + } + rectangle { + object { + x=65 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.LVIO" + } + } + rectangle { + object { + x=65 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.HLS" + } + } + bar { + object { + x=46 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m15.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=211 + width=19 + height=12 + } + display[0] { + label="m15" + name="motorx_more.adl" + args="P=$(P),M=m15" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m15.DMOV" + } + } + rectangle { + object { + x=46 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="15" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m16.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16_able.VAL" + } + } + rectangle { + object { + x=65 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.LLS" + } + } + rectangle { + object { + x=65 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.LVIO" + } + } + rectangle { + object { + x=65 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.HLS" + } + } + bar { + object { + x=46 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m16.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=241 + width=19 + height=12 + } + display[0] { + label="m16" + name="motorx_more.adl" + args="P=$(P),M=m16" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m16.DMOV" + } + } + rectangle { + object { + x=46 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="16" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=85 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=85 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m17.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17_able.VAL" + } + } + rectangle { + object { + x=105 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.LLS" + } + } + rectangle { + object { + x=105 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.LVIO" + } + } + rectangle { + object { + x=105 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.HLS" + } + } + bar { + object { + x=86 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m17.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=31 + width=19 + height=12 + } + display[0] { + label="m17" + name="motorx_more.adl" + args="P=$(P),M=m17" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m17.DMOV" + } + } + rectangle { + object { + x=86 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="17" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m18.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18_able.VAL" + } + } + rectangle { + object { + x=105 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.LLS" + } + } + rectangle { + object { + x=105 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.LVIO" + } + } + rectangle { + object { + x=105 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.HLS" + } + } + bar { + object { + x=86 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m18.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=61 + width=19 + height=12 + } + display[0] { + label="m18" + name="motorx_more.adl" + args="P=$(P),M=m18" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m18.DMOV" + } + } + rectangle { + object { + x=86 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="18" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m19.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19_able.VAL" + } + } + rectangle { + object { + x=105 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.LLS" + } + } + rectangle { + object { + x=105 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.LVIO" + } + } + rectangle { + object { + x=105 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.HLS" + } + } + bar { + object { + x=86 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m19.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=91 + width=19 + height=12 + } + display[0] { + label="m19" + name="motorx_more.adl" + args="P=$(P),M=m19" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m19.DMOV" + } + } + rectangle { + object { + x=86 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="19" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m20.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20_able.VAL" + } + } + rectangle { + object { + x=105 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.LLS" + } + } + rectangle { + object { + x=105 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.LVIO" + } + } + rectangle { + object { + x=105 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.HLS" + } + } + bar { + object { + x=86 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m20.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=121 + width=19 + height=12 + } + display[0] { + label="m20" + name="motorx_more.adl" + args="P=$(P),M=m20" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m20.DMOV" + } + } + rectangle { + object { + x=86 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="20" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m21.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21_able.VAL" + } + } + rectangle { + object { + x=105 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.LLS" + } + } + rectangle { + object { + x=105 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.LVIO" + } + } + rectangle { + object { + x=105 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.HLS" + } + } + bar { + object { + x=86 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m21.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=151 + width=19 + height=12 + } + display[0] { + label="m21" + name="motorx_more.adl" + args="P=$(P),M=m21" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m21.DMOV" + } + } + rectangle { + object { + x=86 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="21" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m22.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22_able.VAL" + } + } + rectangle { + object { + x=105 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.LLS" + } + } + rectangle { + object { + x=105 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.LVIO" + } + } + rectangle { + object { + x=105 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.HLS" + } + } + bar { + object { + x=86 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m22.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=181 + width=19 + height=12 + } + display[0] { + label="m22" + name="motorx_more.adl" + args="P=$(P),M=m22" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m22.DMOV" + } + } + rectangle { + object { + x=86 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="22" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m23.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23_able.VAL" + } + } + rectangle { + object { + x=105 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.LLS" + } + } + rectangle { + object { + x=105 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.LVIO" + } + } + rectangle { + object { + x=105 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.HLS" + } + } + bar { + object { + x=86 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m23.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=211 + width=19 + height=12 + } + display[0] { + label="m23" + name="motorx_more.adl" + args="P=$(P),M=m23" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m23.DMOV" + } + } + rectangle { + object { + x=86 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="23" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m24.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24_able.VAL" + } + } + rectangle { + object { + x=105 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.LLS" + } + } + rectangle { + object { + x=105 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.LVIO" + } + } + rectangle { + object { + x=105 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.HLS" + } + } + bar { + object { + x=86 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m24.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=241 + width=19 + height=12 + } + display[0] { + label="m24" + name="motorx_more.adl" + args="P=$(P),M=m24" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m24.DMOV" + } + } + rectangle { + object { + x=86 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="24" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=125 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=125 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m25.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25_able.VAL" + } + } + rectangle { + object { + x=145 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25.LLS" + } + } + rectangle { + object { + x=145 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25.LVIO" + } + } + rectangle { + object { + x=145 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25.HLS" + } + } + bar { + object { + x=126 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m25.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=31 + width=19 + height=12 + } + display[0] { + label="m25" + name="motorx_more.adl" + args="P=$(P),M=m25" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m25.DMOV" + } + } + rectangle { + object { + x=126 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="25" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m26.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26_able.VAL" + } + } + rectangle { + object { + x=145 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26.LLS" + } + } + rectangle { + object { + x=145 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26.LVIO" + } + } + rectangle { + object { + x=145 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26.HLS" + } + } + bar { + object { + x=126 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m26.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=61 + width=19 + height=12 + } + display[0] { + label="m26" + name="motorx_more.adl" + args="P=$(P),M=m26" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m26.DMOV" + } + } + rectangle { + object { + x=126 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="26" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m27.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27_able.VAL" + } + } + rectangle { + object { + x=145 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27.LLS" + } + } + rectangle { + object { + x=145 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27.LVIO" + } + } + rectangle { + object { + x=145 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27.HLS" + } + } + bar { + object { + x=126 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m27.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=91 + width=19 + height=12 + } + display[0] { + label="m27" + name="motorx_more.adl" + args="P=$(P),M=m27" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m27.DMOV" + } + } + rectangle { + object { + x=126 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="27" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m28.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28_able.VAL" + } + } + rectangle { + object { + x=145 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28.LLS" + } + } + rectangle { + object { + x=145 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28.LVIO" + } + } + rectangle { + object { + x=145 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28.HLS" + } + } + bar { + object { + x=126 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m28.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=121 + width=19 + height=12 + } + display[0] { + label="m28" + name="motorx_more.adl" + args="P=$(P),M=m28" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m28.DMOV" + } + } + rectangle { + object { + x=126 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="28" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m29.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29_able.VAL" + } + } + rectangle { + object { + x=145 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29.LLS" + } + } + rectangle { + object { + x=145 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29.LVIO" + } + } + rectangle { + object { + x=145 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29.HLS" + } + } + bar { + object { + x=126 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m29.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=151 + width=19 + height=12 + } + display[0] { + label="m29" + name="motorx_more.adl" + args="P=$(P),M=m29" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m29.DMOV" + } + } + rectangle { + object { + x=126 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="29" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m30.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30_able.VAL" + } + } + rectangle { + object { + x=145 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30.LLS" + } + } + rectangle { + object { + x=145 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30.LVIO" + } + } + rectangle { + object { + x=145 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30.HLS" + } + } + bar { + object { + x=126 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m30.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=181 + width=19 + height=12 + } + display[0] { + label="m30" + name="motorx_more.adl" + args="P=$(P),M=m30" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m30.DMOV" + } + } + rectangle { + object { + x=126 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="30" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m31.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31_able.VAL" + } + } + rectangle { + object { + x=145 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31.LLS" + } + } + rectangle { + object { + x=145 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31.LVIO" + } + } + rectangle { + object { + x=145 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31.HLS" + } + } + bar { + object { + x=126 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m31.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=211 + width=19 + height=12 + } + display[0] { + label="m31" + name="motorx_more.adl" + args="P=$(P),M=m31" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m31.DMOV" + } + } + rectangle { + object { + x=126 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="31" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m32.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32_able.VAL" + } + } + rectangle { + object { + x=145 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32.LLS" + } + } + rectangle { + object { + x=145 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32.LVIO" + } + } + rectangle { + object { + x=145 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32.HLS" + } + } + bar { + object { + x=126 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m32.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=241 + width=19 + height=12 + } + display[0] { + label="m32" + name="motorx_more.adl" + args="P=$(P),M=m32" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m32.DMOV" + } + } + rectangle { + object { + x=126 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="32" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=165 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=165 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m33.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m33_able.VAL" + } + } + rectangle { + object { + x=185 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m33.LLS" + } + } + rectangle { + object { + x=185 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m33.LVIO" + } + } + rectangle { + object { + x=185 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m33.HLS" + } + } + bar { + object { + x=166 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m33.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=31 + width=19 + height=12 + } + display[0] { + label="m33" + name="motorx_more.adl" + args="P=$(P),M=m33" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m33.DMOV" + } + } + rectangle { + object { + x=166 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="33" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m34.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m34_able.VAL" + } + } + rectangle { + object { + x=185 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m34.LLS" + } + } + rectangle { + object { + x=185 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m34.LVIO" + } + } + rectangle { + object { + x=185 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m34.HLS" + } + } + bar { + object { + x=166 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m34.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=61 + width=19 + height=12 + } + display[0] { + label="m34" + name="motorx_more.adl" + args="P=$(P),M=m34" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m34.DMOV" + } + } + rectangle { + object { + x=166 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="34" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m35.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m35_able.VAL" + } + } + rectangle { + object { + x=185 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m35.LLS" + } + } + rectangle { + object { + x=185 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m35.LVIO" + } + } + rectangle { + object { + x=185 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m35.HLS" + } + } + bar { + object { + x=166 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m35.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=91 + width=19 + height=12 + } + display[0] { + label="m35" + name="motorx_more.adl" + args="P=$(P),M=m35" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m35.DMOV" + } + } + rectangle { + object { + x=166 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="35" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m36.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m36_able.VAL" + } + } + rectangle { + object { + x=185 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m36.LLS" + } + } + rectangle { + object { + x=185 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m36.LVIO" + } + } + rectangle { + object { + x=185 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m36.HLS" + } + } + bar { + object { + x=166 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m36.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=121 + width=19 + height=12 + } + display[0] { + label="m36" + name="motorx_more.adl" + args="P=$(P),M=m36" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m36.DMOV" + } + } + rectangle { + object { + x=166 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="36" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m37.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m37_able.VAL" + } + } + rectangle { + object { + x=185 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m37.LLS" + } + } + rectangle { + object { + x=185 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m37.LVIO" + } + } + rectangle { + object { + x=185 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m37.HLS" + } + } + bar { + object { + x=166 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m37.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=151 + width=19 + height=12 + } + display[0] { + label="m37" + name="motorx_more.adl" + args="P=$(P),M=m37" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m37.DMOV" + } + } + rectangle { + object { + x=166 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="37" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m38.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m38_able.VAL" + } + } + rectangle { + object { + x=185 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m38.LLS" + } + } + rectangle { + object { + x=185 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m38.LVIO" + } + } + rectangle { + object { + x=185 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m38.HLS" + } + } + bar { + object { + x=166 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m38.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=181 + width=19 + height=12 + } + display[0] { + label="m38" + name="motorx_more.adl" + args="P=$(P),M=m38" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m38.DMOV" + } + } + rectangle { + object { + x=166 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="38" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m39.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m39_able.VAL" + } + } + rectangle { + object { + x=185 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m39.LLS" + } + } + rectangle { + object { + x=185 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m39.LVIO" + } + } + rectangle { + object { + x=185 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m39.HLS" + } + } + bar { + object { + x=166 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m39.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=211 + width=19 + height=12 + } + display[0] { + label="m39" + name="motorx_more.adl" + args="P=$(P),M=m39" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m39.DMOV" + } + } + rectangle { + object { + x=166 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="39" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m40.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m40_able.VAL" + } + } + rectangle { + object { + x=185 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m40.LLS" + } + } + rectangle { + object { + x=185 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m40.LVIO" + } + } + rectangle { + object { + x=185 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m40.HLS" + } + } + bar { + object { + x=166 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m40.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=241 + width=19 + height=12 + } + display[0] { + label="m40" + name="motorx_more.adl" + args="P=$(P),M=m40" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m40.DMOV" + } + } + rectangle { + object { + x=166 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="40" + align="horiz. centered" + } + } + } + } + } + } +} diff --git a/motorApp/op/adl/motorStatus48.adl b/motorApp/op/adl/motorStatus48.adl new file mode 100644 index 00000000..01f2752c --- /dev/null +++ b/motorApp/op/adl/motorStatus48.adl @@ -0,0 +1,8877 @@ + +file { + name="/home/oxygen4/MOONEY/epics/3.13.0/xxx3/xxxApp/op/adl/motorStatus48_1.2.adl" + version=020305 +} +display { + object { + x=324 + y=24 + width=245 + height=260 + } + clr=7 + bclr=2 + cmap="" + gridSpacing=30 + gridOn=0 + snapToGrid=1 +} +"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, + } +} +text { + object { + x=0 + y=0 + width=245 + height=20 + } + "basic attribute" { + clr=14 + } + textix=" $(P) motor status" + align="horiz. centered" +} +rectangle { + object { + x=5 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } +} +"text update" { + object { + x=6 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m1.DESC" + clr=14 + bclr=0 + } +} +rectangle { + object { + x=35 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1_able.VAL" + } +} +rectangle { + object { + x=25 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.LLS" + } +} +rectangle { + object { + x=25 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.LVIO" + } +} +rectangle { + object { + x=25 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.HLS" + } +} +bar { + object { + x=6 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m1.RBV" + clr=31 + bclr=52 + } + label="no decorations" +} +composite { + object { + x=6 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=31 + width=19 + height=12 + } + display[0] { + label="m1" + name="motorx_more.adl" + args="P=$(P),M=m1" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m1.DMOV" + } + } + rectangle { + object { + x=6 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="1" + align="horiz. centered" + } + } +} +rectangle { + object { + x=5 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } +} +"text update" { + object { + x=6 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m2.DESC" + clr=14 + bclr=0 + } +} +rectangle { + object { + x=35 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2_able.VAL" + } +} +rectangle { + object { + x=25 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.LLS" + } +} +rectangle { + object { + x=25 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.LVIO" + } +} +rectangle { + object { + x=25 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.HLS" + } +} +bar { + object { + x=6 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m2.RBV" + clr=31 + bclr=52 + } + label="no decorations" +} +composite { + object { + x=6 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=61 + width=19 + height=12 + } + display[0] { + label="m2" + name="motorx_more.adl" + args="P=$(P),M=m2" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m2.DMOV" + } + } + rectangle { + object { + x=6 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="2" + align="horiz. centered" + } + } +} +composite { + object { + x=5 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m3.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3_able.VAL" + } + } + rectangle { + object { + x=25 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.LLS" + } + } + rectangle { + object { + x=25 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.LVIO" + } + } + rectangle { + object { + x=25 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.HLS" + } + } + bar { + object { + x=6 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m3.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=91 + width=19 + height=12 + } + display[0] { + label="m3" + name="motorx_more.adl" + args="P=$(P),M=m3" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m3.DMOV" + } + } + rectangle { + object { + x=6 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="3" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m4.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4_able.VAL" + } + } + rectangle { + object { + x=25 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.LLS" + } + } + rectangle { + object { + x=25 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.LVIO" + } + } + rectangle { + object { + x=25 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.HLS" + } + } + bar { + object { + x=6 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m4.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=121 + width=19 + height=12 + } + display[0] { + label="m4" + name="motorx_more.adl" + args="P=$(P),M=m4" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m4.DMOV" + } + } + rectangle { + object { + x=6 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="4" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m5.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5_able.VAL" + } + } + rectangle { + object { + x=25 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.LLS" + } + } + rectangle { + object { + x=25 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.LVIO" + } + } + rectangle { + object { + x=25 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.HLS" + } + } + bar { + object { + x=6 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m5.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=151 + width=19 + height=12 + } + display[0] { + label="m5" + name="motorx_more.adl" + args="P=$(P),M=m5" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m5.DMOV" + } + } + rectangle { + object { + x=6 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="5" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m6.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6_able.VAL" + } + } + rectangle { + object { + x=25 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.LLS" + } + } + rectangle { + object { + x=25 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.LVIO" + } + } + rectangle { + object { + x=25 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.HLS" + } + } + bar { + object { + x=6 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m6.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=181 + width=19 + height=12 + } + display[0] { + label="m6" + name="motorx_more.adl" + args="P=$(P),M=m6" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m6.DMOV" + } + } + rectangle { + object { + x=6 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="6" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m7.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7_able.VAL" + } + } + rectangle { + object { + x=25 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.LLS" + } + } + rectangle { + object { + x=25 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.LVIO" + } + } + rectangle { + object { + x=25 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.HLS" + } + } + bar { + object { + x=6 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m7.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=211 + width=19 + height=12 + } + display[0] { + label="m7" + name="motorx_more.adl" + args="P=$(P),M=m7" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m7.DMOV" + } + } + rectangle { + object { + x=6 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="7" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m8.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8_able.VAL" + } + } + rectangle { + object { + x=25 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.LLS" + } + } + rectangle { + object { + x=25 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.LVIO" + } + } + rectangle { + object { + x=25 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.HLS" + } + } + bar { + object { + x=6 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m8.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=241 + width=19 + height=12 + } + display[0] { + label="m8" + name="motorx_more.adl" + args="P=$(P),M=m8" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m8.DMOV" + } + } + rectangle { + object { + x=6 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="8" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=45 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=45 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m9.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9_able.VAL" + } + } + rectangle { + object { + x=65 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.LLS" + } + } + rectangle { + object { + x=65 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.LVIO" + } + } + rectangle { + object { + x=65 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.HLS" + } + } + bar { + object { + x=46 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m9.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=31 + width=19 + height=12 + } + display[0] { + label="m9" + name="motorx_more.adl" + args="P=$(P),M=m9" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m9.DMOV" + } + } + rectangle { + object { + x=46 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="9" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m10.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10_able.VAL" + } + } + rectangle { + object { + x=65 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.LLS" + } + } + rectangle { + object { + x=65 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.LVIO" + } + } + rectangle { + object { + x=65 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.HLS" + } + } + bar { + object { + x=46 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m10.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=61 + width=19 + height=12 + } + display[0] { + label="m10" + name="motorx_more.adl" + args="P=$(P),M=m10" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m10.DMOV" + } + } + rectangle { + object { + x=46 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="10" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m11.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11_able.VAL" + } + } + rectangle { + object { + x=65 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.LLS" + } + } + rectangle { + object { + x=65 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.LVIO" + } + } + rectangle { + object { + x=65 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.HLS" + } + } + bar { + object { + x=46 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m11.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=91 + width=19 + height=12 + } + display[0] { + label="m11" + name="motorx_more.adl" + args="P=$(P),M=m11" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m11.DMOV" + } + } + rectangle { + object { + x=46 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="11" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m12.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12_able.VAL" + } + } + rectangle { + object { + x=65 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.LLS" + } + } + rectangle { + object { + x=65 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.LVIO" + } + } + rectangle { + object { + x=65 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.HLS" + } + } + bar { + object { + x=46 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m12.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=121 + width=19 + height=12 + } + display[0] { + label="m12" + name="motorx_more.adl" + args="P=$(P),M=m12" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m12.DMOV" + } + } + rectangle { + object { + x=46 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="12" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m13.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13_able.VAL" + } + } + rectangle { + object { + x=65 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.LLS" + } + } + rectangle { + object { + x=65 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.LVIO" + } + } + rectangle { + object { + x=65 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.HLS" + } + } + bar { + object { + x=46 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m13.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=151 + width=19 + height=12 + } + display[0] { + label="m13" + name="motorx_more.adl" + args="P=$(P),M=m13" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m13.DMOV" + } + } + rectangle { + object { + x=46 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="13" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m14.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14_able.VAL" + } + } + rectangle { + object { + x=65 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.LLS" + } + } + rectangle { + object { + x=65 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.LVIO" + } + } + rectangle { + object { + x=65 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.HLS" + } + } + bar { + object { + x=46 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m14.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=181 + width=19 + height=12 + } + display[0] { + label="m14" + name="motorx_more.adl" + args="P=$(P),M=m14" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m14.DMOV" + } + } + rectangle { + object { + x=46 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="14" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m15.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15_able.VAL" + } + } + rectangle { + object { + x=65 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.LLS" + } + } + rectangle { + object { + x=65 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.LVIO" + } + } + rectangle { + object { + x=65 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.HLS" + } + } + bar { + object { + x=46 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m15.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=211 + width=19 + height=12 + } + display[0] { + label="m15" + name="motorx_more.adl" + args="P=$(P),M=m15" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m15.DMOV" + } + } + rectangle { + object { + x=46 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="15" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m16.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16_able.VAL" + } + } + rectangle { + object { + x=65 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.LLS" + } + } + rectangle { + object { + x=65 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.LVIO" + } + } + rectangle { + object { + x=65 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.HLS" + } + } + bar { + object { + x=46 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m16.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=241 + width=19 + height=12 + } + display[0] { + label="m16" + name="motorx_more.adl" + args="P=$(P),M=m16" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m16.DMOV" + } + } + rectangle { + object { + x=46 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="16" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=85 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=85 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m17.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17_able.VAL" + } + } + rectangle { + object { + x=105 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.LLS" + } + } + rectangle { + object { + x=105 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.LVIO" + } + } + rectangle { + object { + x=105 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.HLS" + } + } + bar { + object { + x=86 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m17.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=31 + width=19 + height=12 + } + display[0] { + label="m17" + name="motorx_more.adl" + args="P=$(P),M=m17" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m17.DMOV" + } + } + rectangle { + object { + x=86 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="17" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m18.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18_able.VAL" + } + } + rectangle { + object { + x=105 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.LLS" + } + } + rectangle { + object { + x=105 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.LVIO" + } + } + rectangle { + object { + x=105 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.HLS" + } + } + bar { + object { + x=86 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m18.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=61 + width=19 + height=12 + } + display[0] { + label="m18" + name="motorx_more.adl" + args="P=$(P),M=m18" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m18.DMOV" + } + } + rectangle { + object { + x=86 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="18" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m19.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19_able.VAL" + } + } + rectangle { + object { + x=105 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.LLS" + } + } + rectangle { + object { + x=105 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.LVIO" + } + } + rectangle { + object { + x=105 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.HLS" + } + } + bar { + object { + x=86 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m19.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=91 + width=19 + height=12 + } + display[0] { + label="m19" + name="motorx_more.adl" + args="P=$(P),M=m19" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m19.DMOV" + } + } + rectangle { + object { + x=86 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="19" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m20.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20_able.VAL" + } + } + rectangle { + object { + x=105 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.LLS" + } + } + rectangle { + object { + x=105 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.LVIO" + } + } + rectangle { + object { + x=105 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.HLS" + } + } + bar { + object { + x=86 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m20.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=121 + width=19 + height=12 + } + display[0] { + label="m20" + name="motorx_more.adl" + args="P=$(P),M=m20" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m20.DMOV" + } + } + rectangle { + object { + x=86 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="20" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m21.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21_able.VAL" + } + } + rectangle { + object { + x=105 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.LLS" + } + } + rectangle { + object { + x=105 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.LVIO" + } + } + rectangle { + object { + x=105 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.HLS" + } + } + bar { + object { + x=86 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m21.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=151 + width=19 + height=12 + } + display[0] { + label="m21" + name="motorx_more.adl" + args="P=$(P),M=m21" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m21.DMOV" + } + } + rectangle { + object { + x=86 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="21" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m22.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22_able.VAL" + } + } + rectangle { + object { + x=105 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.LLS" + } + } + rectangle { + object { + x=105 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.LVIO" + } + } + rectangle { + object { + x=105 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.HLS" + } + } + bar { + object { + x=86 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m22.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=181 + width=19 + height=12 + } + display[0] { + label="m22" + name="motorx_more.adl" + args="P=$(P),M=m22" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m22.DMOV" + } + } + rectangle { + object { + x=86 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="22" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m23.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23_able.VAL" + } + } + rectangle { + object { + x=105 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.LLS" + } + } + rectangle { + object { + x=105 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.LVIO" + } + } + rectangle { + object { + x=105 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.HLS" + } + } + bar { + object { + x=86 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m23.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=211 + width=19 + height=12 + } + display[0] { + label="m23" + name="motorx_more.adl" + args="P=$(P),M=m23" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m23.DMOV" + } + } + rectangle { + object { + x=86 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="23" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m24.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24_able.VAL" + } + } + rectangle { + object { + x=105 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.LLS" + } + } + rectangle { + object { + x=105 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.LVIO" + } + } + rectangle { + object { + x=105 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.HLS" + } + } + bar { + object { + x=86 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m24.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=241 + width=19 + height=12 + } + display[0] { + label="m24" + name="motorx_more.adl" + args="P=$(P),M=m24" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m24.DMOV" + } + } + rectangle { + object { + x=86 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="24" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=125 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=125 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m25.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25_able.VAL" + } + } + rectangle { + object { + x=145 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25.LLS" + } + } + rectangle { + object { + x=145 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25.LVIO" + } + } + rectangle { + object { + x=145 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25.HLS" + } + } + bar { + object { + x=126 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m25.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=31 + width=19 + height=12 + } + display[0] { + label="m25" + name="motorx_more.adl" + args="P=$(P),M=m25" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m25.DMOV" + } + } + rectangle { + object { + x=126 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="25" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m26.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26_able.VAL" + } + } + rectangle { + object { + x=145 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26.LLS" + } + } + rectangle { + object { + x=145 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26.LVIO" + } + } + rectangle { + object { + x=145 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26.HLS" + } + } + bar { + object { + x=126 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m26.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=61 + width=19 + height=12 + } + display[0] { + label="m26" + name="motorx_more.adl" + args="P=$(P),M=m26" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m26.DMOV" + } + } + rectangle { + object { + x=126 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="26" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m27.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27_able.VAL" + } + } + rectangle { + object { + x=145 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27.LLS" + } + } + rectangle { + object { + x=145 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27.LVIO" + } + } + rectangle { + object { + x=145 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27.HLS" + } + } + bar { + object { + x=126 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m27.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=91 + width=19 + height=12 + } + display[0] { + label="m27" + name="motorx_more.adl" + args="P=$(P),M=m27" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m27.DMOV" + } + } + rectangle { + object { + x=126 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="27" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m28.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28_able.VAL" + } + } + rectangle { + object { + x=145 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28.LLS" + } + } + rectangle { + object { + x=145 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28.LVIO" + } + } + rectangle { + object { + x=145 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28.HLS" + } + } + bar { + object { + x=126 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m28.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=121 + width=19 + height=12 + } + display[0] { + label="m28" + name="motorx_more.adl" + args="P=$(P),M=m28" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m28.DMOV" + } + } + rectangle { + object { + x=126 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="28" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m29.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29_able.VAL" + } + } + rectangle { + object { + x=145 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29.LLS" + } + } + rectangle { + object { + x=145 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29.LVIO" + } + } + rectangle { + object { + x=145 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29.HLS" + } + } + bar { + object { + x=126 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m29.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=151 + width=19 + height=12 + } + display[0] { + label="m29" + name="motorx_more.adl" + args="P=$(P),M=m29" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m29.DMOV" + } + } + rectangle { + object { + x=126 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="29" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m30.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30_able.VAL" + } + } + rectangle { + object { + x=145 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30.LLS" + } + } + rectangle { + object { + x=145 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30.LVIO" + } + } + rectangle { + object { + x=145 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30.HLS" + } + } + bar { + object { + x=126 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m30.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=181 + width=19 + height=12 + } + display[0] { + label="m30" + name="motorx_more.adl" + args="P=$(P),M=m30" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m30.DMOV" + } + } + rectangle { + object { + x=126 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="30" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m31.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31_able.VAL" + } + } + rectangle { + object { + x=145 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31.LLS" + } + } + rectangle { + object { + x=145 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31.LVIO" + } + } + rectangle { + object { + x=145 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31.HLS" + } + } + bar { + object { + x=126 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m31.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=211 + width=19 + height=12 + } + display[0] { + label="m31" + name="motorx_more.adl" + args="P=$(P),M=m31" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m31.DMOV" + } + } + rectangle { + object { + x=126 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="31" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m32.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32_able.VAL" + } + } + rectangle { + object { + x=145 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32.LLS" + } + } + rectangle { + object { + x=145 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32.LVIO" + } + } + rectangle { + object { + x=145 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32.HLS" + } + } + bar { + object { + x=126 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m32.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=241 + width=19 + height=12 + } + display[0] { + label="m32" + name="motorx_more.adl" + args="P=$(P),M=m32" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m32.DMOV" + } + } + rectangle { + object { + x=126 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="32" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=165 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=165 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m33.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m33_able.VAL" + } + } + rectangle { + object { + x=185 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m33.LLS" + } + } + rectangle { + object { + x=185 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m33.LVIO" + } + } + rectangle { + object { + x=185 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m33.HLS" + } + } + bar { + object { + x=166 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m33.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=31 + width=19 + height=12 + } + display[0] { + label="m33" + name="motorx_more.adl" + args="P=$(P),M=m33" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m33.DMOV" + } + } + rectangle { + object { + x=166 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="33" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m34.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m34_able.VAL" + } + } + rectangle { + object { + x=185 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m34.LLS" + } + } + rectangle { + object { + x=185 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m34.LVIO" + } + } + rectangle { + object { + x=185 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m34.HLS" + } + } + bar { + object { + x=166 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m34.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=61 + width=19 + height=12 + } + display[0] { + label="m34" + name="motorx_more.adl" + args="P=$(P),M=m34" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m34.DMOV" + } + } + rectangle { + object { + x=166 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="34" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m35.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m35_able.VAL" + } + } + rectangle { + object { + x=185 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m35.LLS" + } + } + rectangle { + object { + x=185 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m35.LVIO" + } + } + rectangle { + object { + x=185 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m35.HLS" + } + } + bar { + object { + x=166 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m35.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=91 + width=19 + height=12 + } + display[0] { + label="m35" + name="motorx_more.adl" + args="P=$(P),M=m35" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m35.DMOV" + } + } + rectangle { + object { + x=166 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="35" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m36.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m36_able.VAL" + } + } + rectangle { + object { + x=185 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m36.LLS" + } + } + rectangle { + object { + x=185 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m36.LVIO" + } + } + rectangle { + object { + x=185 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m36.HLS" + } + } + bar { + object { + x=166 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m36.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=121 + width=19 + height=12 + } + display[0] { + label="m36" + name="motorx_more.adl" + args="P=$(P),M=m36" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m36.DMOV" + } + } + rectangle { + object { + x=166 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="36" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m37.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m37_able.VAL" + } + } + rectangle { + object { + x=185 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m37.LLS" + } + } + rectangle { + object { + x=185 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m37.LVIO" + } + } + rectangle { + object { + x=185 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m37.HLS" + } + } + bar { + object { + x=166 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m37.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=151 + width=19 + height=12 + } + display[0] { + label="m37" + name="motorx_more.adl" + args="P=$(P),M=m37" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m37.DMOV" + } + } + rectangle { + object { + x=166 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="37" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m38.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m38_able.VAL" + } + } + rectangle { + object { + x=185 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m38.LLS" + } + } + rectangle { + object { + x=185 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m38.LVIO" + } + } + rectangle { + object { + x=185 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m38.HLS" + } + } + bar { + object { + x=166 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m38.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=181 + width=19 + height=12 + } + display[0] { + label="m38" + name="motorx_more.adl" + args="P=$(P),M=m38" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m38.DMOV" + } + } + rectangle { + object { + x=166 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="38" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m39.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m39_able.VAL" + } + } + rectangle { + object { + x=185 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m39.LLS" + } + } + rectangle { + object { + x=185 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m39.LVIO" + } + } + rectangle { + object { + x=185 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m39.HLS" + } + } + bar { + object { + x=166 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m39.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=211 + width=19 + height=12 + } + display[0] { + label="m39" + name="motorx_more.adl" + args="P=$(P),M=m39" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m39.DMOV" + } + } + rectangle { + object { + x=166 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="39" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m40.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m40_able.VAL" + } + } + rectangle { + object { + x=185 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m40.LLS" + } + } + rectangle { + object { + x=185 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m40.LVIO" + } + } + rectangle { + object { + x=185 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m40.HLS" + } + } + bar { + object { + x=166 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m40.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=241 + width=19 + height=12 + } + display[0] { + label="m40" + name="motorx_more.adl" + args="P=$(P),M=m40" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m40.DMOV" + } + } + rectangle { + object { + x=166 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="40" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=205 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=205 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m41.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m41_able.VAL" + } + } + rectangle { + object { + x=225 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m41.LLS" + } + } + rectangle { + object { + x=225 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m41.LVIO" + } + } + rectangle { + object { + x=225 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m41.HLS" + } + } + bar { + object { + x=206 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m41.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=31 + width=19 + height=12 + } + display[0] { + label="m41" + name="motorx_more.adl" + args="P=$(P),M=m41" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m41.DMOV" + } + } + rectangle { + object { + x=206 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="41" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m42.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m42_able.VAL" + } + } + rectangle { + object { + x=225 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m42.LLS" + } + } + rectangle { + object { + x=225 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m42.LVIO" + } + } + rectangle { + object { + x=225 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m42.HLS" + } + } + bar { + object { + x=206 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m42.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=61 + width=19 + height=12 + } + display[0] { + label="m42" + name="motorx_more.adl" + args="P=$(P),M=m42" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m42.DMOV" + } + } + rectangle { + object { + x=206 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="42" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m43.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m43_able.VAL" + } + } + rectangle { + object { + x=225 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m43.LLS" + } + } + rectangle { + object { + x=225 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m43.LVIO" + } + } + rectangle { + object { + x=225 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m43.HLS" + } + } + bar { + object { + x=206 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m43.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=91 + width=19 + height=12 + } + display[0] { + label="m43" + name="motorx_more.adl" + args="P=$(P),M=m43" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m43.DMOV" + } + } + rectangle { + object { + x=206 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="43" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m44.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m44_able.VAL" + } + } + rectangle { + object { + x=225 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m44.LLS" + } + } + rectangle { + object { + x=225 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m44.LVIO" + } + } + rectangle { + object { + x=225 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m44.HLS" + } + } + bar { + object { + x=206 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m44.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=121 + width=19 + height=12 + } + display[0] { + label="m44" + name="motorx_more.adl" + args="P=$(P),M=m44" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m44.DMOV" + } + } + rectangle { + object { + x=206 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="44" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m45.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m45_able.VAL" + } + } + rectangle { + object { + x=225 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m45.LLS" + } + } + rectangle { + object { + x=225 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m45.LVIO" + } + } + rectangle { + object { + x=225 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m45.HLS" + } + } + bar { + object { + x=206 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m45.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=151 + width=19 + height=12 + } + display[0] { + label="m45" + name="motorx_more.adl" + args="P=$(P),M=m45" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m45.DMOV" + } + } + rectangle { + object { + x=206 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="45" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m46.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m46_able.VAL" + } + } + rectangle { + object { + x=225 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m46.LLS" + } + } + rectangle { + object { + x=225 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m46.LVIO" + } + } + rectangle { + object { + x=225 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m46.HLS" + } + } + bar { + object { + x=206 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m46.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=181 + width=19 + height=12 + } + display[0] { + label="m46" + name="motorx_more.adl" + args="P=$(P),M=m46" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m46.DMOV" + } + } + rectangle { + object { + x=206 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="46" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m47.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m47_able.VAL" + } + } + rectangle { + object { + x=225 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m47.LLS" + } + } + rectangle { + object { + x=225 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m47.LVIO" + } + } + rectangle { + object { + x=225 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m47.HLS" + } + } + bar { + object { + x=206 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m47.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=211 + width=19 + height=12 + } + display[0] { + label="m47" + name="motorx_more.adl" + args="P=$(P),M=m47" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m47.DMOV" + } + } + rectangle { + object { + x=206 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="47" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m48.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m48_able.VAL" + } + } + rectangle { + object { + x=225 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m48.LLS" + } + } + rectangle { + object { + x=225 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m48.LVIO" + } + } + rectangle { + object { + x=225 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m48.HLS" + } + } + bar { + object { + x=206 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m48.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=241 + width=19 + height=12 + } + display[0] { + label="m48" + name="motorx_more.adl" + args="P=$(P),M=m48" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m48.DMOV" + } + } + rectangle { + object { + x=206 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="48" + align="horiz. centered" + } + } + } + } + } + } +} diff --git a/motorApp/op/adl/motorStatus56.adl b/motorApp/op/adl/motorStatus56.adl new file mode 100644 index 00000000..a0ae2590 --- /dev/null +++ b/motorApp/op/adl/motorStatus56.adl @@ -0,0 +1,10346 @@ + +file { + name="/home/oxygen4/MOONEY/epics/3.13.0/xxx3/xxxApp/op/adl/motorStatus56_1.2.adl" + version=020305 +} +display { + object { + x=324 + y=24 + width=285 + height=260 + } + clr=7 + bclr=2 + cmap="" + gridSpacing=30 + gridOn=0 + snapToGrid=1 +} +"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, + } +} +text { + object { + x=0 + y=0 + width=285 + height=20 + } + "basic attribute" { + clr=14 + } + textix=" $(P) motor status" + align="horiz. centered" +} +rectangle { + object { + x=5 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } +} +"text update" { + object { + x=6 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m1.DESC" + clr=14 + bclr=0 + } +} +rectangle { + object { + x=35 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1_able.VAL" + } +} +rectangle { + object { + x=25 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.LLS" + } +} +rectangle { + object { + x=25 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.LVIO" + } +} +rectangle { + object { + x=25 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m1.HLS" + } +} +bar { + object { + x=6 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m1.RBV" + clr=31 + bclr=52 + } + label="no decorations" +} +composite { + object { + x=6 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=31 + width=19 + height=12 + } + display[0] { + label="m1" + name="motorx_more.adl" + args="P=$(P),M=m1" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m1.DMOV" + } + } + rectangle { + object { + x=6 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="1" + align="horiz. centered" + } + } +} +rectangle { + object { + x=5 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } +} +"text update" { + object { + x=6 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m2.DESC" + clr=14 + bclr=0 + } +} +rectangle { + object { + x=35 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2_able.VAL" + } +} +rectangle { + object { + x=25 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.LLS" + } +} +rectangle { + object { + x=25 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.LVIO" + } +} +rectangle { + object { + x=25 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m2.HLS" + } +} +bar { + object { + x=6 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m2.RBV" + clr=31 + bclr=52 + } + label="no decorations" +} +composite { + object { + x=6 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=61 + width=19 + height=12 + } + display[0] { + label="m2" + name="motorx_more.adl" + args="P=$(P),M=m2" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m2.DMOV" + } + } + rectangle { + object { + x=6 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="2" + align="horiz. centered" + } + } +} +composite { + object { + x=5 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m3.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3_able.VAL" + } + } + rectangle { + object { + x=25 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.LLS" + } + } + rectangle { + object { + x=25 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.LVIO" + } + } + rectangle { + object { + x=25 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m3.HLS" + } + } + bar { + object { + x=6 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m3.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=91 + width=19 + height=12 + } + display[0] { + label="m3" + name="motorx_more.adl" + args="P=$(P),M=m3" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m3.DMOV" + } + } + rectangle { + object { + x=6 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="3" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m4.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4_able.VAL" + } + } + rectangle { + object { + x=25 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.LLS" + } + } + rectangle { + object { + x=25 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.LVIO" + } + } + rectangle { + object { + x=25 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m4.HLS" + } + } + bar { + object { + x=6 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m4.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=121 + width=19 + height=12 + } + display[0] { + label="m4" + name="motorx_more.adl" + args="P=$(P),M=m4" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m4.DMOV" + } + } + rectangle { + object { + x=6 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="4" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m5.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5_able.VAL" + } + } + rectangle { + object { + x=25 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.LLS" + } + } + rectangle { + object { + x=25 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.LVIO" + } + } + rectangle { + object { + x=25 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m5.HLS" + } + } + bar { + object { + x=6 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m5.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=151 + width=19 + height=12 + } + display[0] { + label="m5" + name="motorx_more.adl" + args="P=$(P),M=m5" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m5.DMOV" + } + } + rectangle { + object { + x=6 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="5" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m6.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6_able.VAL" + } + } + rectangle { + object { + x=25 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.LLS" + } + } + rectangle { + object { + x=25 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.LVIO" + } + } + rectangle { + object { + x=25 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m6.HLS" + } + } + bar { + object { + x=6 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m6.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=181 + width=19 + height=12 + } + display[0] { + label="m6" + name="motorx_more.adl" + args="P=$(P),M=m6" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m6.DMOV" + } + } + rectangle { + object { + x=6 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="6" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m7.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7_able.VAL" + } + } + rectangle { + object { + x=25 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.LLS" + } + } + rectangle { + object { + x=25 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.LVIO" + } + } + rectangle { + object { + x=25 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m7.HLS" + } + } + bar { + object { + x=6 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m7.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=211 + width=19 + height=12 + } + display[0] { + label="m7" + name="motorx_more.adl" + args="P=$(P),M=m7" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m7.DMOV" + } + } + rectangle { + object { + x=6 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="7" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=5 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=5 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=6 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m8.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=35 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8_able.VAL" + } + } + rectangle { + object { + x=25 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.LLS" + } + } + rectangle { + object { + x=25 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.LVIO" + } + } + rectangle { + object { + x=25 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m8.HLS" + } + } + bar { + object { + x=6 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m8.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=6 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=6 + y=241 + width=19 + height=12 + } + display[0] { + label="m8" + name="motorx_more.adl" + args="P=$(P),M=m8" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=6 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m8.DMOV" + } + } + rectangle { + object { + x=6 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=6 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="8" + align="horiz. centered" + } + } + } + } +} +composite { + object { + x=45 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=45 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m9.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9_able.VAL" + } + } + rectangle { + object { + x=65 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.LLS" + } + } + rectangle { + object { + x=65 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.LVIO" + } + } + rectangle { + object { + x=65 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m9.HLS" + } + } + bar { + object { + x=46 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m9.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=31 + width=19 + height=12 + } + display[0] { + label="m9" + name="motorx_more.adl" + args="P=$(P),M=m9" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m9.DMOV" + } + } + rectangle { + object { + x=46 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="9" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m10.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10_able.VAL" + } + } + rectangle { + object { + x=65 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.LLS" + } + } + rectangle { + object { + x=65 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.LVIO" + } + } + rectangle { + object { + x=65 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m10.HLS" + } + } + bar { + object { + x=46 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m10.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=61 + width=19 + height=12 + } + display[0] { + label="m10" + name="motorx_more.adl" + args="P=$(P),M=m10" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m10.DMOV" + } + } + rectangle { + object { + x=46 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="10" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m11.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11_able.VAL" + } + } + rectangle { + object { + x=65 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.LLS" + } + } + rectangle { + object { + x=65 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.LVIO" + } + } + rectangle { + object { + x=65 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m11.HLS" + } + } + bar { + object { + x=46 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m11.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=91 + width=19 + height=12 + } + display[0] { + label="m11" + name="motorx_more.adl" + args="P=$(P),M=m11" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m11.DMOV" + } + } + rectangle { + object { + x=46 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="11" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m12.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12_able.VAL" + } + } + rectangle { + object { + x=65 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.LLS" + } + } + rectangle { + object { + x=65 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.LVIO" + } + } + rectangle { + object { + x=65 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m12.HLS" + } + } + bar { + object { + x=46 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m12.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=121 + width=19 + height=12 + } + display[0] { + label="m12" + name="motorx_more.adl" + args="P=$(P),M=m12" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m12.DMOV" + } + } + rectangle { + object { + x=46 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="12" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m13.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13_able.VAL" + } + } + rectangle { + object { + x=65 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.LLS" + } + } + rectangle { + object { + x=65 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.LVIO" + } + } + rectangle { + object { + x=65 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m13.HLS" + } + } + bar { + object { + x=46 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m13.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=151 + width=19 + height=12 + } + display[0] { + label="m13" + name="motorx_more.adl" + args="P=$(P),M=m13" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m13.DMOV" + } + } + rectangle { + object { + x=46 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="13" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m14.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14_able.VAL" + } + } + rectangle { + object { + x=65 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.LLS" + } + } + rectangle { + object { + x=65 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.LVIO" + } + } + rectangle { + object { + x=65 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m14.HLS" + } + } + bar { + object { + x=46 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m14.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=181 + width=19 + height=12 + } + display[0] { + label="m14" + name="motorx_more.adl" + args="P=$(P),M=m14" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m14.DMOV" + } + } + rectangle { + object { + x=46 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="14" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m15.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15_able.VAL" + } + } + rectangle { + object { + x=65 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.LLS" + } + } + rectangle { + object { + x=65 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.LVIO" + } + } + rectangle { + object { + x=65 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m15.HLS" + } + } + bar { + object { + x=46 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m15.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=211 + width=19 + height=12 + } + display[0] { + label="m15" + name="motorx_more.adl" + args="P=$(P),M=m15" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m15.DMOV" + } + } + rectangle { + object { + x=46 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="15" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=45 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=45 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=46 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m16.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=75 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16_able.VAL" + } + } + rectangle { + object { + x=65 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.LLS" + } + } + rectangle { + object { + x=65 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.LVIO" + } + } + rectangle { + object { + x=65 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m16.HLS" + } + } + bar { + object { + x=46 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m16.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=46 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=46 + y=241 + width=19 + height=12 + } + display[0] { + label="m16" + name="motorx_more.adl" + args="P=$(P),M=m16" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=46 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m16.DMOV" + } + } + rectangle { + object { + x=46 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=46 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="16" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=85 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=85 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m17.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17_able.VAL" + } + } + rectangle { + object { + x=105 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.LLS" + } + } + rectangle { + object { + x=105 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.LVIO" + } + } + rectangle { + object { + x=105 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m17.HLS" + } + } + bar { + object { + x=86 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m17.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=31 + width=19 + height=12 + } + display[0] { + label="m17" + name="motorx_more.adl" + args="P=$(P),M=m17" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m17.DMOV" + } + } + rectangle { + object { + x=86 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="17" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m18.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18_able.VAL" + } + } + rectangle { + object { + x=105 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.LLS" + } + } + rectangle { + object { + x=105 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.LVIO" + } + } + rectangle { + object { + x=105 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m18.HLS" + } + } + bar { + object { + x=86 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m18.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=61 + width=19 + height=12 + } + display[0] { + label="m18" + name="motorx_more.adl" + args="P=$(P),M=m18" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m18.DMOV" + } + } + rectangle { + object { + x=86 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="18" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m19.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19_able.VAL" + } + } + rectangle { + object { + x=105 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.LLS" + } + } + rectangle { + object { + x=105 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.LVIO" + } + } + rectangle { + object { + x=105 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m19.HLS" + } + } + bar { + object { + x=86 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m19.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=91 + width=19 + height=12 + } + display[0] { + label="m19" + name="motorx_more.adl" + args="P=$(P),M=m19" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m19.DMOV" + } + } + rectangle { + object { + x=86 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="19" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m20.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20_able.VAL" + } + } + rectangle { + object { + x=105 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.LLS" + } + } + rectangle { + object { + x=105 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.LVIO" + } + } + rectangle { + object { + x=105 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m20.HLS" + } + } + bar { + object { + x=86 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m20.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=121 + width=19 + height=12 + } + display[0] { + label="m20" + name="motorx_more.adl" + args="P=$(P),M=m20" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m20.DMOV" + } + } + rectangle { + object { + x=86 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="20" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m21.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21_able.VAL" + } + } + rectangle { + object { + x=105 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.LLS" + } + } + rectangle { + object { + x=105 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.LVIO" + } + } + rectangle { + object { + x=105 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m21.HLS" + } + } + bar { + object { + x=86 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m21.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=151 + width=19 + height=12 + } + display[0] { + label="m21" + name="motorx_more.adl" + args="P=$(P),M=m21" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m21.DMOV" + } + } + rectangle { + object { + x=86 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="21" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m22.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22_able.VAL" + } + } + rectangle { + object { + x=105 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.LLS" + } + } + rectangle { + object { + x=105 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.LVIO" + } + } + rectangle { + object { + x=105 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m22.HLS" + } + } + bar { + object { + x=86 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m22.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=181 + width=19 + height=12 + } + display[0] { + label="m22" + name="motorx_more.adl" + args="P=$(P),M=m22" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m22.DMOV" + } + } + rectangle { + object { + x=86 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="22" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m23.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23_able.VAL" + } + } + rectangle { + object { + x=105 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.LLS" + } + } + rectangle { + object { + x=105 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.LVIO" + } + } + rectangle { + object { + x=105 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m23.HLS" + } + } + bar { + object { + x=86 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m23.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=211 + width=19 + height=12 + } + display[0] { + label="m23" + name="motorx_more.adl" + args="P=$(P),M=m23" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m23.DMOV" + } + } + rectangle { + object { + x=86 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="23" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=85 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=85 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=86 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m24.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=115 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24_able.VAL" + } + } + rectangle { + object { + x=105 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.LLS" + } + } + rectangle { + object { + x=105 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.LVIO" + } + } + rectangle { + object { + x=105 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m24.HLS" + } + } + bar { + object { + x=86 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m24.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=86 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=86 + y=241 + width=19 + height=12 + } + display[0] { + label="m24" + name="motorx_more.adl" + args="P=$(P),M=m24" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=86 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m24.DMOV" + } + } + rectangle { + object { + x=86 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=86 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="24" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=125 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=125 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m25.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25_able.VAL" + } + } + rectangle { + object { + x=145 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25.LLS" + } + } + rectangle { + object { + x=145 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25.LVIO" + } + } + rectangle { + object { + x=145 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m25.HLS" + } + } + bar { + object { + x=126 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m25.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=31 + width=19 + height=12 + } + display[0] { + label="m25" + name="motorx_more.adl" + args="P=$(P),M=m25" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m25.DMOV" + } + } + rectangle { + object { + x=126 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="25" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m26.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26_able.VAL" + } + } + rectangle { + object { + x=145 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26.LLS" + } + } + rectangle { + object { + x=145 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26.LVIO" + } + } + rectangle { + object { + x=145 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m26.HLS" + } + } + bar { + object { + x=126 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m26.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=61 + width=19 + height=12 + } + display[0] { + label="m26" + name="motorx_more.adl" + args="P=$(P),M=m26" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m26.DMOV" + } + } + rectangle { + object { + x=126 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="26" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m27.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27_able.VAL" + } + } + rectangle { + object { + x=145 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27.LLS" + } + } + rectangle { + object { + x=145 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27.LVIO" + } + } + rectangle { + object { + x=145 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m27.HLS" + } + } + bar { + object { + x=126 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m27.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=91 + width=19 + height=12 + } + display[0] { + label="m27" + name="motorx_more.adl" + args="P=$(P),M=m27" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m27.DMOV" + } + } + rectangle { + object { + x=126 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="27" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m28.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28_able.VAL" + } + } + rectangle { + object { + x=145 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28.LLS" + } + } + rectangle { + object { + x=145 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28.LVIO" + } + } + rectangle { + object { + x=145 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m28.HLS" + } + } + bar { + object { + x=126 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m28.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=121 + width=19 + height=12 + } + display[0] { + label="m28" + name="motorx_more.adl" + args="P=$(P),M=m28" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m28.DMOV" + } + } + rectangle { + object { + x=126 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="28" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m29.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29_able.VAL" + } + } + rectangle { + object { + x=145 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29.LLS" + } + } + rectangle { + object { + x=145 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29.LVIO" + } + } + rectangle { + object { + x=145 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m29.HLS" + } + } + bar { + object { + x=126 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m29.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=151 + width=19 + height=12 + } + display[0] { + label="m29" + name="motorx_more.adl" + args="P=$(P),M=m29" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m29.DMOV" + } + } + rectangle { + object { + x=126 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="29" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m30.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30_able.VAL" + } + } + rectangle { + object { + x=145 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30.LLS" + } + } + rectangle { + object { + x=145 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30.LVIO" + } + } + rectangle { + object { + x=145 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m30.HLS" + } + } + bar { + object { + x=126 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m30.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=181 + width=19 + height=12 + } + display[0] { + label="m30" + name="motorx_more.adl" + args="P=$(P),M=m30" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m30.DMOV" + } + } + rectangle { + object { + x=126 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="30" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m31.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31_able.VAL" + } + } + rectangle { + object { + x=145 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31.LLS" + } + } + rectangle { + object { + x=145 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31.LVIO" + } + } + rectangle { + object { + x=145 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m31.HLS" + } + } + bar { + object { + x=126 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m31.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=211 + width=19 + height=12 + } + display[0] { + label="m31" + name="motorx_more.adl" + args="P=$(P),M=m31" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m31.DMOV" + } + } + rectangle { + object { + x=126 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="31" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=125 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=125 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=126 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m32.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=155 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32_able.VAL" + } + } + rectangle { + object { + x=145 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32.LLS" + } + } + rectangle { + object { + x=145 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32.LVIO" + } + } + rectangle { + object { + x=145 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m32.HLS" + } + } + bar { + object { + x=126 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m32.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=126 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=126 + y=241 + width=19 + height=12 + } + display[0] { + label="m32" + name="motorx_more.adl" + args="P=$(P),M=m32" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=126 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m32.DMOV" + } + } + rectangle { + object { + x=126 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=126 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="32" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=165 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=165 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m33.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m33_able.VAL" + } + } + rectangle { + object { + x=185 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m33.LLS" + } + } + rectangle { + object { + x=185 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m33.LVIO" + } + } + rectangle { + object { + x=185 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m33.HLS" + } + } + bar { + object { + x=166 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m33.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=31 + width=19 + height=12 + } + display[0] { + label="m33" + name="motorx_more.adl" + args="P=$(P),M=m33" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m33.DMOV" + } + } + rectangle { + object { + x=166 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="33" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m34.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m34_able.VAL" + } + } + rectangle { + object { + x=185 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m34.LLS" + } + } + rectangle { + object { + x=185 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m34.LVIO" + } + } + rectangle { + object { + x=185 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m34.HLS" + } + } + bar { + object { + x=166 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m34.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=61 + width=19 + height=12 + } + display[0] { + label="m34" + name="motorx_more.adl" + args="P=$(P),M=m34" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m34.DMOV" + } + } + rectangle { + object { + x=166 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="34" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m35.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m35_able.VAL" + } + } + rectangle { + object { + x=185 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m35.LLS" + } + } + rectangle { + object { + x=185 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m35.LVIO" + } + } + rectangle { + object { + x=185 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m35.HLS" + } + } + bar { + object { + x=166 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m35.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=91 + width=19 + height=12 + } + display[0] { + label="m35" + name="motorx_more.adl" + args="P=$(P),M=m35" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m35.DMOV" + } + } + rectangle { + object { + x=166 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="35" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m36.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m36_able.VAL" + } + } + rectangle { + object { + x=185 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m36.LLS" + } + } + rectangle { + object { + x=185 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m36.LVIO" + } + } + rectangle { + object { + x=185 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m36.HLS" + } + } + bar { + object { + x=166 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m36.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=121 + width=19 + height=12 + } + display[0] { + label="m36" + name="motorx_more.adl" + args="P=$(P),M=m36" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m36.DMOV" + } + } + rectangle { + object { + x=166 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="36" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m37.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m37_able.VAL" + } + } + rectangle { + object { + x=185 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m37.LLS" + } + } + rectangle { + object { + x=185 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m37.LVIO" + } + } + rectangle { + object { + x=185 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m37.HLS" + } + } + bar { + object { + x=166 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m37.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=151 + width=19 + height=12 + } + display[0] { + label="m37" + name="motorx_more.adl" + args="P=$(P),M=m37" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m37.DMOV" + } + } + rectangle { + object { + x=166 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="37" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m38.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m38_able.VAL" + } + } + rectangle { + object { + x=185 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m38.LLS" + } + } + rectangle { + object { + x=185 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m38.LVIO" + } + } + rectangle { + object { + x=185 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m38.HLS" + } + } + bar { + object { + x=166 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m38.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=181 + width=19 + height=12 + } + display[0] { + label="m38" + name="motorx_more.adl" + args="P=$(P),M=m38" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m38.DMOV" + } + } + rectangle { + object { + x=166 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="38" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m39.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m39_able.VAL" + } + } + rectangle { + object { + x=185 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m39.LLS" + } + } + rectangle { + object { + x=185 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m39.LVIO" + } + } + rectangle { + object { + x=185 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m39.HLS" + } + } + bar { + object { + x=166 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m39.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=211 + width=19 + height=12 + } + display[0] { + label="m39" + name="motorx_more.adl" + args="P=$(P),M=m39" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m39.DMOV" + } + } + rectangle { + object { + x=166 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="39" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=165 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=165 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=166 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m40.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=195 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m40_able.VAL" + } + } + rectangle { + object { + x=185 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m40.LLS" + } + } + rectangle { + object { + x=185 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m40.LVIO" + } + } + rectangle { + object { + x=185 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m40.HLS" + } + } + bar { + object { + x=166 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m40.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=166 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=166 + y=241 + width=19 + height=12 + } + display[0] { + label="m40" + name="motorx_more.adl" + args="P=$(P),M=m40" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=166 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m40.DMOV" + } + } + rectangle { + object { + x=166 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=166 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="40" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=245 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=245 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=245 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=246 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m49.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=275 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m49_able.VAL" + } + } + rectangle { + object { + x=265 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m49.LLS" + } + } + rectangle { + object { + x=265 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m49.LVIO" + } + } + rectangle { + object { + x=265 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m49.HLS" + } + } + bar { + object { + x=246 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m49.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=246 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=246 + y=31 + width=19 + height=12 + } + display[0] { + label="m49" + name="motorx_more.adl" + args="P=$(P),M=m49" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=246 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m49.DMOV" + } + } + rectangle { + object { + x=246 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=246 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="49" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=245 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=245 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=246 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m50.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=275 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m50_able.VAL" + } + } + rectangle { + object { + x=265 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m50.LLS" + } + } + rectangle { + object { + x=265 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m50.LVIO" + } + } + rectangle { + object { + x=265 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m50.HLS" + } + } + bar { + object { + x=246 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m50.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=246 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=246 + y=61 + width=19 + height=12 + } + display[0] { + label="m50" + name="motorx_more.adl" + args="P=$(P),M=m50" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=246 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m50.DMOV" + } + } + rectangle { + object { + x=246 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=246 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="50" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=245 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=245 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=246 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m51.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=275 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m51_able.VAL" + } + } + rectangle { + object { + x=265 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m51.LLS" + } + } + rectangle { + object { + x=265 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m51.LVIO" + } + } + rectangle { + object { + x=265 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m51.HLS" + } + } + bar { + object { + x=246 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m51.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=246 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=246 + y=91 + width=19 + height=12 + } + display[0] { + label="m51" + name="motorx_more.adl" + args="P=$(P),M=m51" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=246 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m51.DMOV" + } + } + rectangle { + object { + x=246 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=246 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="51" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=245 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=245 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=246 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m52.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=275 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m52_able.VAL" + } + } + rectangle { + object { + x=265 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m52.LLS" + } + } + rectangle { + object { + x=265 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m52.LVIO" + } + } + rectangle { + object { + x=265 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m52.HLS" + } + } + bar { + object { + x=246 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m52.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=246 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=246 + y=121 + width=19 + height=12 + } + display[0] { + label="m52" + name="motorx_more.adl" + args="P=$(P),M=m52" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=246 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m52.DMOV" + } + } + rectangle { + object { + x=246 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=246 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="52" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=245 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=245 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=246 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m53.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=275 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m53_able.VAL" + } + } + rectangle { + object { + x=265 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m53.LLS" + } + } + rectangle { + object { + x=265 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m53.LVIO" + } + } + rectangle { + object { + x=265 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m53.HLS" + } + } + bar { + object { + x=246 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m53.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=246 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=246 + y=151 + width=19 + height=12 + } + display[0] { + label="m53" + name="motorx_more.adl" + args="P=$(P),M=m53" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=246 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m53.DMOV" + } + } + rectangle { + object { + x=246 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=246 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="53" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=245 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=245 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=246 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m54.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=275 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m54_able.VAL" + } + } + rectangle { + object { + x=265 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m54.LLS" + } + } + rectangle { + object { + x=265 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m54.LVIO" + } + } + rectangle { + object { + x=265 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m54.HLS" + } + } + bar { + object { + x=246 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m54.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=246 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=246 + y=181 + width=19 + height=12 + } + display[0] { + label="m54" + name="motorx_more.adl" + args="P=$(P),M=m54" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=246 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m54.DMOV" + } + } + rectangle { + object { + x=246 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=246 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="54" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=245 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=245 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=246 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m55.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=275 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m55_able.VAL" + } + } + rectangle { + object { + x=265 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m55.LLS" + } + } + rectangle { + object { + x=265 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m55.LVIO" + } + } + rectangle { + object { + x=265 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m55.HLS" + } + } + bar { + object { + x=246 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m55.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=246 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=246 + y=211 + width=19 + height=12 + } + display[0] { + label="m55" + name="motorx_more.adl" + args="P=$(P),M=m55" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=246 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m55.DMOV" + } + } + rectangle { + object { + x=246 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=246 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="55" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=245 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=245 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=246 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m56.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=275 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m56_able.VAL" + } + } + rectangle { + object { + x=265 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m56.LLS" + } + } + rectangle { + object { + x=265 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m56.LVIO" + } + } + rectangle { + object { + x=265 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m56.HLS" + } + } + bar { + object { + x=246 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m56.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=246 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=246 + y=241 + width=19 + height=12 + } + display[0] { + label="m56" + name="motorx_more.adl" + args="P=$(P),M=m56" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=246 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m56.DMOV" + } + } + rectangle { + object { + x=246 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=246 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="56" + align="horiz. centered" + } + } + } + } + } + } +} +composite { + object { + x=205 + y=20 + width=35 + height=237 + } + "composite name"="" + vis="static" + chan="" + children { + composite { + object { + x=205 + y=20 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=20 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=21 + width=33 + height=10 + } + monitor { + chan="$(P)m41.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=31 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m41_able.VAL" + } + } + rectangle { + object { + x=225 + y=39 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m41.LLS" + } + } + rectangle { + object { + x=225 + y=35 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m41.LVIO" + } + } + rectangle { + object { + x=225 + y=31 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m41.HLS" + } + } + bar { + object { + x=206 + y=43 + width=34 + height=4 + } + monitor { + chan="$(P)m41.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=30 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=31 + width=19 + height=12 + } + display[0] { + label="m41" + name="motorx_more.adl" + args="P=$(P),M=m41" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m41.DMOV" + } + } + rectangle { + object { + x=206 + y=31 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=30 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="41" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=50 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=50 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=51 + width=33 + height=10 + } + monitor { + chan="$(P)m42.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=61 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m42_able.VAL" + } + } + rectangle { + object { + x=225 + y=69 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m42.LLS" + } + } + rectangle { + object { + x=225 + y=65 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m42.LVIO" + } + } + rectangle { + object { + x=225 + y=61 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m42.HLS" + } + } + bar { + object { + x=206 + y=73 + width=34 + height=4 + } + monitor { + chan="$(P)m42.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=60 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=61 + width=19 + height=12 + } + display[0] { + label="m42" + name="motorx_more.adl" + args="P=$(P),M=m42" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m42.DMOV" + } + } + rectangle { + object { + x=206 + y=61 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=60 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="42" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=80 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=80 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=81 + width=33 + height=10 + } + monitor { + chan="$(P)m43.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=91 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m43_able.VAL" + } + } + rectangle { + object { + x=225 + y=99 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m43.LLS" + } + } + rectangle { + object { + x=225 + y=95 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m43.LVIO" + } + } + rectangle { + object { + x=225 + y=91 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m43.HLS" + } + } + bar { + object { + x=206 + y=103 + width=34 + height=4 + } + monitor { + chan="$(P)m43.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=90 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=91 + width=19 + height=12 + } + display[0] { + label="m43" + name="motorx_more.adl" + args="P=$(P),M=m43" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m43.DMOV" + } + } + rectangle { + object { + x=206 + y=91 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=90 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="43" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=110 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=110 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=111 + width=33 + height=10 + } + monitor { + chan="$(P)m44.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=121 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m44_able.VAL" + } + } + rectangle { + object { + x=225 + y=129 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m44.LLS" + } + } + rectangle { + object { + x=225 + y=125 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m44.LVIO" + } + } + rectangle { + object { + x=225 + y=121 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m44.HLS" + } + } + bar { + object { + x=206 + y=133 + width=34 + height=4 + } + monitor { + chan="$(P)m44.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=120 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=121 + width=19 + height=12 + } + display[0] { + label="m44" + name="motorx_more.adl" + args="P=$(P),M=m44" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m44.DMOV" + } + } + rectangle { + object { + x=206 + y=121 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=120 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="44" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=140 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=140 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=141 + width=33 + height=10 + } + monitor { + chan="$(P)m45.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=151 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m45_able.VAL" + } + } + rectangle { + object { + x=225 + y=159 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m45.LLS" + } + } + rectangle { + object { + x=225 + y=155 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m45.LVIO" + } + } + rectangle { + object { + x=225 + y=151 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m45.HLS" + } + } + bar { + object { + x=206 + y=163 + width=34 + height=4 + } + monitor { + chan="$(P)m45.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=150 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=151 + width=19 + height=12 + } + display[0] { + label="m45" + name="motorx_more.adl" + args="P=$(P),M=m45" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m45.DMOV" + } + } + rectangle { + object { + x=206 + y=151 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=150 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="45" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=170 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=170 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=171 + width=33 + height=10 + } + monitor { + chan="$(P)m46.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=181 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m46_able.VAL" + } + } + rectangle { + object { + x=225 + y=189 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m46.LLS" + } + } + rectangle { + object { + x=225 + y=185 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m46.LVIO" + } + } + rectangle { + object { + x=225 + y=181 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m46.HLS" + } + } + bar { + object { + x=206 + y=193 + width=34 + height=4 + } + monitor { + chan="$(P)m46.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=180 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=181 + width=19 + height=12 + } + display[0] { + label="m46" + name="motorx_more.adl" + args="P=$(P),M=m46" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m46.DMOV" + } + } + rectangle { + object { + x=206 + y=181 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=180 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="46" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=200 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=200 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=201 + width=33 + height=10 + } + monitor { + chan="$(P)m47.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=211 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m47_able.VAL" + } + } + rectangle { + object { + x=225 + y=219 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m47.LLS" + } + } + rectangle { + object { + x=225 + y=215 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m47.LVIO" + } + } + rectangle { + object { + x=225 + y=211 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m47.HLS" + } + } + bar { + object { + x=206 + y=223 + width=34 + height=4 + } + monitor { + chan="$(P)m47.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=210 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=211 + width=19 + height=12 + } + display[0] { + label="m47" + name="motorx_more.adl" + args="P=$(P),M=m47" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m47.DMOV" + } + } + rectangle { + object { + x=206 + y=211 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=210 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="47" + align="horiz. centered" + } + } + } + } + } + composite { + object { + x=205 + y=230 + width=35 + height=27 + } + "composite name"="" + vis="static" + chan="" + children { + rectangle { + object { + x=205 + y=230 + width=35 + height=27 + } + "basic attribute" { + clr=14 + fill="outline" + } + } + "text update" { + object { + x=206 + y=231 + width=33 + height=10 + } + monitor { + chan="$(P)m48.DESC" + clr=14 + bclr=0 + } + } + rectangle { + object { + x=235 + y=241 + width=5 + height=12 + } + "basic attribute" { + clr=14 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m48_able.VAL" + } + } + rectangle { + object { + x=225 + y=249 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m48.LLS" + } + } + rectangle { + object { + x=225 + y=245 + width=10 + height=4 + } + "basic attribute" { + clr=30 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m48.LVIO" + } + } + rectangle { + object { + x=225 + y=241 + width=10 + height=4 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)m48.HLS" + } + } + bar { + object { + x=206 + y=253 + width=34 + height=4 + } + monitor { + chan="$(P)m48.RBV" + clr=31 + bclr=52 + } + label="no decorations" + } + composite { + object { + x=206 + y=240 + width=19 + height=14 + } + "composite name"="" + vis="static" + chan="" + children { + "related display" { + object { + x=206 + y=241 + width=19 + height=12 + } + display[0] { + label="m48" + name="motorx_more.adl" + args="P=$(P),M=m48" + } + clr=14 + bclr=51 + visual="invisible" + } + rectangle { + object { + x=206 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=60 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)m48.DMOV" + } + } + rectangle { + object { + x=206 + y=241 + width=19 + height=12 + } + "basic attribute" { + clr=5 + } + } + text { + object { + x=206 + y=240 + width=19 + height=14 + } + "basic attribute" { + clr=14 + } + textix="48" + align="horiz. centered" + } + } + } + } + } + } +} diff --git a/motorApp/op/adl/motors.adl b/motorApp/op/adl/motors.adl new file mode 100644 index 00000000..b466066d --- /dev/null +++ b/motorApp/op/adl/motors.adl @@ -0,0 +1,2592 @@ + +file { + name="/tmp_mnt/home/sricat/BCDA/epics/3.13.0/baseR3.13.0.beta7_shareR1.0/stdApp/op/adl/motors.adl" + version=020205 +} +display { + object { + x=10 + y=10 + width=965 + height=190 + } + clr=14 + bclr=3 + cmap="" +} +"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, + } +} +"message button" { + object { + x=245 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M3).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=261 + y=83 + width=76 + height=19 + } + control { + chan="$(P)$(M3).TWV" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=141 + y=83 + width=76 + height=19 + } + control { + chan="$(P)$(M2).TWV" + clr=14 + bclr=51 + } +} +composite { + object { + x=35 + y=104 + width=889 + height=10 + } + "composite name"="" + vis="static" + chan="$(P)$(M1).MOVN" + children { + text { + object { + x=35 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=50 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).MOVN" + } + textix="Moving" + align="horiz. centered" + } + text { + object { + x=155 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=50 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).MOVN" + } + textix="Moving" + align="horiz. centered" + } + text { + object { + x=275 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=50 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).MOVN" + } + textix="Moving" + align="horiz. centered" + } + text { + object { + x=395 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=50 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).MOVN" + } + textix="Moving" + align="horiz. centered" + } + text { + object { + x=516 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=50 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).MOVN" + } + textix="Moving" + align="horiz. centered" + } + text { + object { + x=636 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=50 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).MOVN" + } + textix="Moving" + align="horiz. centered" + } + text { + object { + x=756 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=50 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).MOVN" + } + textix="Moving" + align="horiz. centered" + } + text { + object { + x=876 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=50 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).MOVN" + } + textix="Moving" + align="horiz. centered" + } + } +} +text { + object { + x=35 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).DMOV" + } + textix="Done" + align="horiz. centered" +} +"message button" { + object { + x=4 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M1).JOGR" + clr=14 + bclr=51 + } + label="<<<" + press_msg="1" + release_msg="0" +} +"message button" { + object { + x=90 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M1).JOGF" + clr=14 + bclr=51 + } + label=">>>" + press_msg="1" + release_msg="0" +} +text { + object { + x=155 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).DMOV" + } + textix="Done" + align="horiz. centered" +} +"message button" { + object { + x=124 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M2).JOGR" + clr=14 + bclr=51 + } + label="<<<" + press_msg="1" + release_msg="0" +} +"message button" { + object { + x=210 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M2).JOGF" + clr=14 + bclr=51 + } + label=">>>" + press_msg="1" + release_msg="0" +} +text { + object { + x=275 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).DMOV" + } + textix="Done" + align="horiz. centered" +} +"message button" { + object { + x=244 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M3).JOGR" + clr=14 + bclr=51 + } + label="<<<" + press_msg="1" + release_msg="0" +} +"message button" { + object { + x=330 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M3).JOGF" + clr=14 + bclr=51 + } + label=">>>" + press_msg="1" + release_msg="0" +} +text { + object { + x=395 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).DMOV" + } + textix="Done" + align="horiz. centered" +} +"message button" { + object { + x=364 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M4).JOGR" + clr=14 + bclr=51 + } + label="<<<" + press_msg="1" + release_msg="0" +} +"message button" { + object { + x=450 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M4).JOGF" + clr=14 + bclr=51 + } + label=">>>" + press_msg="1" + release_msg="0" +} +text { + object { + x=516 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).DMOV" + } + textix="Done" + align="horiz. centered" +} +"message button" { + object { + x=485 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M5).JOGR" + clr=14 + bclr=51 + } + label="<<<" + press_msg="1" + release_msg="0" +} +"message button" { + object { + x=571 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M5).JOGF" + clr=14 + bclr=51 + } + label=">>>" + press_msg="1" + release_msg="0" +} +text { + object { + x=636 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).DMOV" + } + textix="Done" + align="horiz. centered" +} +"message button" { + object { + x=605 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M6).JOGR" + clr=14 + bclr=51 + } + label="<<<" + press_msg="1" + release_msg="0" +} +"message button" { + object { + x=691 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M6).JOGF" + clr=14 + bclr=51 + } + label=">>>" + press_msg="1" + release_msg="0" +} +text { + object { + x=756 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).DMOV" + } + textix="Done" + align="horiz. centered" +} +"message button" { + object { + x=725 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M7).JOGR" + clr=14 + bclr=51 + } + label="<<<" + press_msg="1" + release_msg="0" +} +"message button" { + object { + x=811 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M7).JOGF" + clr=14 + bclr=51 + } + label=">>>" + press_msg="1" + release_msg="0" +} +text { + object { + x=876 + y=104 + width=48 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).DMOV" + } + textix="Done" + align="horiz. centered" +} +"message button" { + object { + x=845 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M8).JOGR" + clr=14 + bclr=51 + } + label="<<<" + press_msg="1" + release_msg="0" +} +"message button" { + object { + x=931 + y=104 + width=25 + height=18 + } + control { + chan="$(P)$(M8).JOGF" + clr=14 + bclr=51 + } + label=">>>" + press_msg="1" + release_msg="0" +} +rectangle { + object { + x=0 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LLS" + } +} +rectangle { + object { + x=951 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).HLS" + } +} +rectangle { + object { + x=841 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).LLS" + } +} +rectangle { + object { + x=831 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).HLS" + } +} +rectangle { + object { + x=721 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).LLS" + } +} +rectangle { + object { + x=711 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).HLS" + } +} +rectangle { + object { + x=601 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).LLS" + } +} +rectangle { + object { + x=591 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).HLS" + } +} +rectangle { + object { + x=481 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).LLS" + } +} +rectangle { + object { + x=470 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).HLS" + } +} +rectangle { + object { + x=360 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).LLS" + } +} +rectangle { + object { + x=350 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).HLS" + } +} +composite { + object { + x=230 + y=40 + width=17 + height=43 + } + "composite name"="" + vis="if not zero" + chan="$(P)$(M2).LLS" + children { + rectangle { + object { + x=230 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).HLS" + } + } + rectangle { + object { + x=240 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LLS" + } + } + } +} +rectangle { + object { + x=120 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LLS" + } +} +rectangle { + object { + x=110 + y=40 + width=7 + height=43 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).HLS" + } +} +"text update" { + object { + x=8 + y=40 + width=100 + height=19 + } + monitor { + chan="$(P)$(M1).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text entry" { + object { + x=8 + y=58 + width=100 + height=24 + } + control { + chan="$(P)$(M1).VAL" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=128 + y=58 + width=100 + height=24 + } + control { + chan="$(P)$(M2).VAL" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=248 + y=58 + width=100 + height=24 + } + control { + chan="$(P)$(M3).VAL" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=368 + y=58 + width=100 + height=24 + } + control { + chan="$(P)$(M4).VAL" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=489 + y=58 + width=100 + height=24 + } + control { + chan="$(P)$(M5).VAL" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=609 + y=58 + width=100 + height=24 + } + control { + chan="$(P)$(M6).VAL" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=729 + y=58 + width=100 + height=24 + } + control { + chan="$(P)$(M7).VAL" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=849 + y=58 + width=100 + height=24 + } + control { + chan="$(P)$(M8).VAL" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=98 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M1).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=21 + y=83 + width=76 + height=19 + } + control { + chan="$(P)$(M1).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=218 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M2).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"message button" { + object { + x=125 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M2).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"message button" { + object { + x=338 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M3).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"message button" { + object { + x=458 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M4).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"message button" { + object { + x=365 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M4).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=381 + y=83 + width=76 + height=19 + } + control { + chan="$(P)$(M4).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=579 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M5).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"message button" { + object { + x=486 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M5).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=502 + y=83 + width=76 + height=19 + } + control { + chan="$(P)$(M5).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=699 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M6).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"message button" { + object { + x=606 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M6).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=622 + y=83 + width=76 + height=19 + } + control { + chan="$(P)$(M6).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=819 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M7).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"message button" { + object { + x=726 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M7).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=742 + y=83 + width=76 + height=19 + } + control { + chan="$(P)$(M7).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=939 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M8).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"message button" { + object { + x=846 + y=83 + width=15 + height=19 + } + control { + chan="$(P)$(M8).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=862 + y=83 + width=76 + height=19 + } + control { + chan="$(P)$(M8).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=5 + y=82 + width=15 + height=19 + } + control { + chan="$(P)$(M1).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"message button" { + object { + x=60 + y=147 + width=53 + height=19 + } + control { + chan="$(P)$(M1).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=3 + y=147 + width=53 + height=19 + } + display[0] { + label="More" + name="motorx_more.adl" + args="P=$(P), M=$(M1), N=" + } + display[1] { + label="All" + name="motorx_all.adl" + args="P=$(P), M=$(M1), N=" + } + clr=14 + bclr=51 +} +"message button" { + object { + x=180 + y=147 + width=53 + height=19 + } + control { + chan="$(P)$(M2).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=123 + y=147 + width=53 + height=19 + } + display[0] { + label="More" + name="motorx_more.adl" + args="P=$(P), M=$(M2), N=" + } + display[1] { + label="All" + name="motorx_all.adl" + args="P=$(P), M=$(M2), N=" + } + clr=14 + bclr=51 +} +"message button" { + object { + x=300 + y=147 + width=53 + height=19 + } + control { + chan="$(P)$(M3).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=243 + y=147 + width=53 + height=19 + } + display[0] { + label="More" + name="motorx_more.adl" + args="P=$(P), M=$(M3), N=" + } + display[1] { + label="All" + name="motorx_all.adl" + args="P=$(P), M=$(M3), N=" + } + clr=14 + bclr=51 +} +"message button" { + object { + x=420 + y=147 + width=53 + height=19 + } + control { + chan="$(P)$(M4).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=363 + y=147 + width=53 + height=19 + } + display[0] { + label="More" + name="motorx_more.adl" + args="P=$(P), M=$(M4), N=" + } + display[1] { + label="All" + name="motorx_all.adl" + args="P=$(P), M=$(M4), N=" + } + clr=38 + bclr=51 +} +"message button" { + object { + x=541 + y=147 + width=53 + height=19 + } + control { + chan="$(P)$(M5).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=484 + y=147 + width=53 + height=19 + } + display[0] { + label="More" + name="motorx_more.adl" + args="P=$(P), M=$(M5), N=" + } + display[1] { + label="All" + name="motorx_all.adl" + args="P=$(P), M=$(M5), N=" + } + clr=14 + bclr=51 +} +"message button" { + object { + x=661 + y=147 + width=53 + height=19 + } + control { + chan="$(P)$(M6).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=604 + y=147 + width=53 + height=19 + } + display[0] { + label="More" + name="motorx_more.adl" + args="P=$(P), M=$(M6), N=" + } + display[1] { + label="All" + name="motorx_all.adl" + args="P=$(P), M=$(M6), N=" + } + clr=14 + bclr=51 +} +"message button" { + object { + x=781 + y=147 + width=53 + height=19 + } + control { + chan="$(P)$(M7).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=724 + y=147 + width=53 + height=19 + } + display[0] { + label="More" + name="motorx_more.adl" + args="P=$(P), M=$(M7), N=" + } + display[1] { + label="All" + name="motorx_all.adl" + args="P=$(P), M=$(M7), N=" + } + clr=14 + bclr=51 +} +"message button" { + object { + x=901 + y=147 + width=53 + height=19 + } + control { + chan="$(P)$(M8).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=844 + y=147 + width=53 + height=19 + } + display[0] { + label="More" + name="motorx_more.adl" + args="P=$(P), M=$(M8), N=" + } + display[1] { + label="All" + name="motorx_all.adl" + args="P=$(P), M=$(M8), N=" + } + clr=14 + bclr=51 +} +"choice button" { + object { + x=3 + y=169 + width=115 + height=19 + } + control { + chan="$(P)$(M1)_able.VAL" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=123 + y=169 + width=115 + height=19 + } + control { + chan="$(P)$(M2)_able.VAL" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=243 + y=169 + width=115 + height=19 + } + control { + chan="$(P)$(M3)_able.VAL" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=363 + y=169 + width=115 + height=19 + } + control { + chan="$(P)$(M4)_able.VAL" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=483 + y=169 + width=115 + height=19 + } + control { + chan="$(P)$(M5)_able.VAL" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=603 + y=169 + width=115 + height=19 + } + control { + chan="$(P)$(M6)_able.VAL" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=723 + y=169 + width=115 + height=19 + } + control { + chan="$(P)$(M7)_able.VAL" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=843 + y=169 + width=115 + height=19 + } + control { + chan="$(P)$(M8)_able.VAL" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=9 + y=123 + width=98 + height=20 + } + control { + chan="$(P)$(M1).SET" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=129 + y=123 + width=98 + height=20 + } + control { + chan="$(P)$(M2).SET" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=249 + y=123 + width=98 + height=20 + } + control { + chan="$(P)$(M3).SET" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=369 + y=123 + width=98 + height=20 + } + control { + chan="$(P)$(M4).SET" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=490 + y=123 + width=98 + height=20 + } + control { + chan="$(P)$(M5).SET" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=610 + y=123 + width=98 + height=20 + } + control { + chan="$(P)$(M6).SET" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=730 + y=123 + width=98 + height=20 + } + control { + chan="$(P)$(M7).SET" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=850 + y=123 + width=98 + height=20 + } + control { + chan="$(P)$(M8).SET" + clr=14 + bclr=51 + } + stacking="column" +} +"text update" { + object { + x=128 + y=40 + width=100 + height=19 + } + monitor { + chan="$(P)$(M2).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=248 + y=40 + width=100 + height=19 + } + monitor { + chan="$(P)$(M3).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=368 + y=40 + width=100 + height=19 + } + monitor { + chan="$(P)$(M4).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=489 + y=40 + width=100 + height=19 + } + monitor { + chan="$(P)$(M5).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=609 + y=40 + width=100 + height=19 + } + monitor { + chan="$(P)$(M6).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=729 + y=40 + width=100 + height=19 + } + monitor { + chan="$(P)$(M7).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=849 + y=40 + width=100 + height=19 + } + monitor { + chan="$(P)$(M8).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=0 + y=20 + width=115 + height=15 + } + monitor { + chan="$(P)$(M1).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=120 + y=20 + width=115 + height=15 + } + monitor { + chan="$(P)$(M2).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=240 + y=20 + width=115 + height=15 + } + monitor { + chan="$(P)$(M3).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=360 + y=20 + width=115 + height=15 + } + monitor { + chan="$(P)$(M4).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=481 + y=20 + width=115 + height=15 + } + monitor { + chan="$(P)$(M5).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=601 + y=20 + width=115 + height=15 + } + monitor { + chan="$(P)$(M6).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=721 + y=20 + width=115 + height=15 + } + monitor { + chan="$(P)$(M7).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=841 + y=20 + width=115 + height=15 + } + monitor { + chan="$(P)$(M8).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=35 + y=113 + width=48 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LVIO" + } + textix="SoftLimit" + align="horiz. centered" +} +text { + object { + x=155 + y=113 + width=48 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LVIO" + } + textix="SoftLimit" + align="horiz. centered" +} +text { + object { + x=275 + y=113 + width=48 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LVIO" + } + textix="SoftLimit" + align="horiz. centered" +} +text { + object { + x=395 + y=113 + width=48 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).LVIO" + } + textix="SoftLimit" + align="horiz. centered" +} +text { + object { + x=516 + y=113 + width=48 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).LVIO" + } + textix="SoftLimit" + align="horiz. centered" +} +text { + object { + x=636 + y=113 + width=48 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).LVIO" + } + textix="SoftLimit" + align="horiz. centered" +} +text { + object { + x=756 + y=113 + width=48 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).LVIO" + } + textix="SoftLimit" + align="horiz. centered" +} +text { + object { + x=876 + y=113 + width=48 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).LVIO" + } + textix="SoftLimit" + align="horiz. centered" +} +"text entry" { + object { + x=120 + y=0 + width=115 + height=20 + } + control { + chan="$(P)$(M2).DESC" + clr=14 + bclr=3 + } +} +"text entry" { + object { + x=0 + y=0 + width=115 + height=20 + } + control { + chan="$(P)$(M1).DESC" + clr=14 + bclr=3 + } +} +"text entry" { + object { + x=360 + y=0 + width=115 + height=20 + } + control { + chan="$(P)$(M4).DESC" + clr=14 + bclr=3 + } +} +"text entry" { + object { + x=240 + y=0 + width=115 + height=20 + } + control { + chan="$(P)$(M3).DESC" + clr=14 + bclr=3 + } +} +"text entry" { + object { + x=601 + y=-1 + width=115 + height=20 + } + control { + chan="$(P)$(M6).DESC" + clr=14 + bclr=3 + } +} +"text entry" { + object { + x=481 + y=-1 + width=115 + height=20 + } + control { + chan="$(P)$(M5).DESC" + clr=14 + bclr=3 + } +} +"text entry" { + object { + x=841 + y=-1 + width=115 + height=20 + } + control { + chan="$(P)$(M8).DESC" + clr=14 + bclr=3 + } +} +"text entry" { + object { + x=721 + y=-1 + width=115 + height=20 + } + control { + chan="$(P)$(M7).DESC" + clr=14 + bclr=3 + } +} +rectangle { + object { + x=7 + y=36 + width=102 + height=22 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } +} +rectangle { + object { + x=127 + y=36 + width=102 + height=22 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +rectangle { + object { + x=129 + y=38 + width=98 + height=18 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +rectangle { + object { + x=247 + y=36 + width=102 + height=22 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } +} +rectangle { + object { + x=249 + y=38 + width=98 + height=18 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } +} +rectangle { + object { + x=367 + y=36 + width=102 + height=22 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).SET" + } +} +rectangle { + object { + x=369 + y=38 + width=98 + height=18 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).SET" + } +} +rectangle { + object { + x=487 + y=36 + width=102 + height=22 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).SET" + } +} +rectangle { + object { + x=489 + y=38 + width=98 + height=18 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).SET" + } +} +rectangle { + object { + x=607 + y=36 + width=102 + height=22 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).SET" + } +} +rectangle { + object { + x=609 + y=38 + width=98 + height=18 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).SET" + } +} +rectangle { + object { + x=727 + y=36 + width=102 + height=22 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).SET" + } +} +rectangle { + object { + x=729 + y=38 + width=98 + height=18 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).SET" + } +} +rectangle { + object { + x=847 + y=36 + width=102 + height=22 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).SET" + } +} +rectangle { + object { + x=849 + y=38 + width=98 + height=18 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).SET" + } +} +rectangle { + object { + x=9 + y=38 + width=98 + height=18 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } +} diff --git a/motorApp/op/adl/motors_s.adl b/motorApp/op/adl/motors_s.adl new file mode 100644 index 00000000..db3de9bb --- /dev/null +++ b/motorApp/op/adl/motors_s.adl @@ -0,0 +1,1443 @@ + +file { + name="/tmp_mnt/home/sricat/BCDA/epics/3.13.0/baseR3.13.0.beta7_shareR1.0/stdApp/op/adl/motors_s.adl" + version=020205 +} +display { + object { + x=10 + y=10 + width=800 + height=85 + } + clr=14 + bclr=3 + cmap="" +} +"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, + } +} +text { + object { + x=8 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).MOVN" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=108 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).MOVN" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=148 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).DMOV" + } + textix="Done" + align="horiz. centered" +} +"text entry" { + object { + x=108 + y=50 + width=84 + height=25 + } + control { + chan="$(P)$(M2).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=193 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).HLS" + } +} +rectangle { + object { + x=100 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).LLS" + } +} +"text update" { + object { + x=708 + y=33 + width=84 + height=16 + } + monitor { + chan="$(P)$(M8).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=608 + y=33 + width=84 + height=16 + } + monitor { + chan="$(P)$(M7).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=508 + y=33 + width=84 + height=16 + } + monitor { + chan="$(P)$(M6).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=408 + y=33 + width=84 + height=16 + } + monitor { + chan="$(P)$(M5).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=308 + y=33 + width=84 + height=16 + } + monitor { + chan="$(P)$(M4).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=208 + y=33 + width=84 + height=16 + } + monitor { + chan="$(P)$(M3).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=108 + y=33 + width=84 + height=16 + } + monitor { + chan="$(P)$(M2).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +composite { + object { + x=100 + y=0 + width=100 + height=33 + } + "composite name"="" + vis="static" + chan="$(P)$(M1).HLS" + children { + "text update" { + object { + x=100 + y=18 + width=100 + height=15 + } + monitor { + chan="$(P)$(M2).EGU" + clr=14 + bclr=3 + } + align="horiz. centered" + } + "text update" { + object { + x=100 + y=0 + width=100 + height=20 + } + monitor { + chan="$(P)$(M2).DESC" + clr=14 + bclr=3 + } + align="horiz. centered" + } + } +} +text { + object { + x=208 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).MOVN" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=248 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).DMOV" + } + textix="Done" + align="horiz. centered" +} +"text entry" { + object { + x=208 + y=50 + width=84 + height=25 + } + control { + chan="$(P)$(M3).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=293 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).HLS" + } +} +rectangle { + object { + x=200 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).LLS" + } +} +composite { + object { + x=200 + y=0 + width=100 + height=33 + } + "composite name"="" + vis="static" + chan="$(P)$(M2).DMOV" + children { + "text update" { + object { + x=200 + y=18 + width=100 + height=15 + } + monitor { + chan="$(P)$(M3).EGU" + clr=14 + bclr=3 + } + align="horiz. centered" + } + "text update" { + object { + x=200 + y=0 + width=100 + height=20 + } + monitor { + chan="$(P)$(M3).DESC" + clr=14 + bclr=3 + } + align="horiz. centered" + } + } +} +text { + object { + x=308 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).MOVN" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=348 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).DMOV" + } + textix="Done" + align="horiz. centered" +} +"text entry" { + object { + x=308 + y=50 + width=84 + height=25 + } + control { + chan="$(P)$(M4).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=393 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).HLS" + } +} +rectangle { + object { + x=300 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).LLS" + } +} +composite { + object { + x=300 + y=0 + width=100 + height=33 + } + "composite name"="" + vis="static" + chan="$(P)$(M3).DMOV" + children { + "text update" { + object { + x=300 + y=18 + width=100 + height=15 + } + monitor { + chan="$(P)$(M4).EGU" + clr=14 + bclr=3 + } + align="horiz. centered" + } + "text update" { + object { + x=300 + y=0 + width=100 + height=20 + } + monitor { + chan="$(P)$(M4).DESC" + clr=14 + bclr=3 + } + align="horiz. centered" + } + } +} +text { + object { + x=408 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).MOVN" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=448 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).DMOV" + } + textix="Done" + align="horiz. centered" +} +"text entry" { + object { + x=408 + y=50 + width=84 + height=25 + } + control { + chan="$(P)$(M5).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=493 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).HLS" + } +} +rectangle { + object { + x=400 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).LLS" + } +} +composite { + object { + x=400 + y=0 + width=100 + height=33 + } + "composite name"="" + vis="static" + chan="$(P)$(M4).HLS" + children { + "text update" { + object { + x=400 + y=18 + width=100 + height=15 + } + monitor { + chan="$(P)$(M5).EGU" + clr=14 + bclr=3 + } + align="horiz. centered" + } + "text update" { + object { + x=400 + y=0 + width=100 + height=20 + } + monitor { + chan="$(P)$(M5).DESC" + clr=14 + bclr=3 + } + align="horiz. centered" + } + } +} +text { + object { + x=508 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).MOVN" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=548 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).DMOV" + } + textix="Done" + align="horiz. centered" +} +"text entry" { + object { + x=508 + y=50 + width=84 + height=25 + } + control { + chan="$(P)$(M6).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=593 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).HLS" + } +} +rectangle { + object { + x=500 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).LLS" + } +} +composite { + object { + x=500 + y=0 + width=100 + height=33 + } + "composite name"="" + vis="static" + chan="$(P)$(M5).DMOV" + children { + "text update" { + object { + x=500 + y=18 + width=100 + height=15 + } + monitor { + chan="$(P)$(M6).EGU" + clr=14 + bclr=3 + } + align="horiz. centered" + } + "text update" { + object { + x=500 + y=0 + width=100 + height=20 + } + monitor { + chan="$(P)$(M6).DESC" + clr=14 + bclr=3 + } + align="horiz. centered" + } + } +} +text { + object { + x=608 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).MOVN" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=648 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).DMOV" + } + textix="Done" + align="horiz. centered" +} +"text entry" { + object { + x=608 + y=50 + width=84 + height=25 + } + control { + chan="$(P)$(M7).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=693 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).HLS" + } +} +rectangle { + object { + x=600 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).LLS" + } +} +composite { + object { + x=600 + y=0 + width=100 + height=33 + } + "composite name"="" + vis="static" + chan="$(P)$(M6).DMOV" + children { + "text update" { + object { + x=600 + y=18 + width=100 + height=15 + } + monitor { + chan="$(P)$(M7).EGU" + clr=14 + bclr=3 + } + align="horiz. centered" + } + "text update" { + object { + x=600 + y=0 + width=100 + height=20 + } + monitor { + chan="$(P)$(M7).DESC" + clr=14 + bclr=3 + } + align="horiz. centered" + } + } +} +text { + object { + x=708 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).MOVN" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=748 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).DMOV" + } + textix="Done" + align="horiz. centered" +} +"text entry" { + object { + x=708 + y=50 + width=84 + height=25 + } + control { + chan="$(P)$(M8).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=793 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).HLS" + } +} +rectangle { + object { + x=700 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).LLS" + } +} +composite { + object { + x=700 + y=0 + width=100 + height=33 + } + "composite name"="" + vis="static" + chan="$(P)$(M7).HLS" + children { + composite { + object { + x=700 + y=18 + width=100 + height=15 + } + "composite name"="" + vis="static" + chan="" + children { + "text update" { + object { + x=700 + y=18 + width=100 + height=15 + } + monitor { + chan="$(P)$(M8).EGU" + clr=14 + bclr=3 + } + align="horiz. centered" + } + } + } + "text update" { + object { + x=700 + y=0 + width=100 + height=20 + } + monitor { + chan="$(P)$(M8).DESC" + clr=14 + bclr=3 + } + align="horiz. centered" + } + } +} +text { + object { + x=48 + y=74 + width=40 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).DMOV" + } + textix="Done" + align="horiz. centered" +} +"text entry" { + object { + x=8 + y=50 + width=84 + height=25 + } + control { + chan="$(P)$(M1).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=93 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).HLS" + } +} +rectangle { + object { + x=0 + y=33 + width=7 + height=40 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).LLS" + } +} +"text update" { + object { + x=8 + y=33 + width=84 + height=16 + } + monitor { + chan="$(P)$(M1).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=0 + y=0 + width=100 + height=20 + } + monitor { + chan="$(P)$(M1).DESC" + clr=14 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=0 + y=18 + width=100 + height=15 + } + monitor { + chan="$(P)$(M1).EGU" + clr=14 + bclr=3 + } + align="horiz. centered" +} +composite { + object { + x=6 + y=31 + width=88 + height=19 + } + "composite name"="" + vis="static" + chan="$(P)$(M1).SET" + children { + rectangle { + object { + x=6 + y=31 + width=88 + height=19 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } + } + rectangle { + object { + x=8 + y=33 + width=84 + height=15 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } + } + } +} +rectangle { + object { + x=106 + y=31 + width=88 + height=19 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +rectangle { + object { + x=108 + y=33 + width=84 + height=15 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M2).SET" + } +} +rectangle { + object { + x=206 + y=31 + width=88 + height=19 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } +} +rectangle { + object { + x=208 + y=33 + width=84 + height=15 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M3).SET" + } +} +rectangle { + object { + x=306 + y=31 + width=88 + height=19 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).SET" + } +} +rectangle { + object { + x=308 + y=33 + width=84 + height=15 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M4).SET" + } +} +rectangle { + object { + x=406 + y=31 + width=88 + height=19 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).SET" + } +} +rectangle { + object { + x=408 + y=33 + width=84 + height=15 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M5).SET" + } +} +rectangle { + object { + x=506 + y=31 + width=88 + height=19 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).SET" + } +} +rectangle { + object { + x=508 + y=33 + width=84 + height=15 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M6).SET" + } +} +rectangle { + object { + x=606 + y=31 + width=88 + height=19 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M7).SET" + } +} +rectangle { + object { + x=608 + y=33 + width=84 + height=15 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M1).SET" + } +} +rectangle { + object { + x=706 + y=31 + width=88 + height=19 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).SET" + } +} +rectangle { + object { + x=708 + y=33 + width=84 + height=15 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M8).SET" + } +} diff --git a/motorApp/op/adl/motorx.adl b/motorApp/op/adl/motorx.adl new file mode 100644 index 00000000..b73000b7 --- /dev/null +++ b/motorApp/op/adl/motorx.adl @@ -0,0 +1,579 @@ + +file { + name="/home/sricat/BCDA/epics/3.13.0/baseR3.13.0.beta12_shareR1.0/stdApp/op/adl/motorx_1.6.adl" + version=020305 +} +display { + object { + x=10 + y=10 + width=116 + height=200 + } + clr=14 + bclr=3 + 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, + } +} +text { + object { + x=1 + y=139 + width=45 + height=16 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Calib:" +} +text { + object { + x=0 + y=138 + width=45 + height=16 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).SET" + } + textix="Calib:" +} +"text update" { + object { + x=0 + y=0 + width=116 + height=20 + } + monitor { + chan="$(P)$(M).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M).DMOV" + } +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).LVIO" + } +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M)_able.VAL" + } +} +rectangle { + object { + x=0 + y=97 + width=116 + height=40 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=28 + y=121 + width=60 + height=15 + } + "basic attribute" { + clr=60 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=28 + y=127 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).SET" + } + textix="Calibrate" + align="horiz. centered" +} +"message button" { + object { + x=74 + y=178 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=52 + y=178 + width=21 + height=20 + } + control { + chan="$(P)$(M):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +rectangle { + object { + x=0 + y=176 + width=116 + height=24 + } + "basic attribute" { + clr=14 + } +} +text { + object { + x=0 + y=182 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +"message button" { + object { + x=30 + y=178 + width=21 + height=20 + } + control { + chan="$(P)$(M):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +"message button" { + object { + x=60 + y=156 + width=53 + height=20 + } + control { + chan="$(P)$(M).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=5 + y=156 + width=40 + height=20 + } + display[0] { + label="$(M) (Tiny)" + name="motorx_tiny.adl" + args="P=$(P),M=$(M)" + policy="replace display" + } + display[1] { + label="$(M) (Help)" + name="motorx_help.adl" + args="P=$(P),M=$(M)" + } + display[2] { + label="$(M) (Medium)" + name="motorx_more.adl" + args="P=$(P),M=$(M)" + } + display[3] { + label="$(M) (Setup)" + name="motorx_setup.adl" + args="P=$(P),M=$(M)" + } + display[4] { + label="Scan Parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M),PV=$(M)" + } + display[5] { + label="$(M) (Debug)" + name="motorx_all.adl" + args="P=$(P),M=$(M)" + } + clr=0 + bclr=17 + label="-More" +} +"message button" { + object { + x=2 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=28 + y=99 + width=60 + height=20 + } + control { + chan="$(P)$(M).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=89 + y=99 + width=25 + height=36 + } + control { + chan="$(P)$(M).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"text entry" { + object { + x=9 + y=69 + width=98 + height=25 + } + control { + chan="$(P)$(M).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=0 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).LLS" + } +} +rectangle { + object { + x=110 + y=45 + width=6 + height=50 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).HLS" + } +} +"text update" { + object { + x=0 + y=32 + width=116 + height=12 + } + monitor { + chan="$(P)$(M).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +rectangle { + object { + x=0 + y=20 + width=116 + height=12 + } + "basic attribute" { + clr=54 + width=2 + } +} +text { + object { + x=0 + y=21 + width=116 + height=10 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="($(P)$(M))" + align="horiz. centered" +} +rectangle { + object { + x=7 + y=41 + width=102 + height=26 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).SET" + } +} +rectangle { + object { + x=9 + y=43 + width=98 + height=21 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).SET" + } +} +"text update" { + object { + x=11 + y=45 + width=94 + height=17 + } + monitor { + chan="$(P)$(M).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=28 + y=119 + width=60 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).LVIO" + } + textix="Soft limit" + align="horiz. centered" +} +rectangle { + object { + x=6 + y=66 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M)_able.VAL" + } +} +"choice button" { + object { + x=45 + y=137 + width=71 + height=20 + } + control { + chan="$(P)$(M).SET" + clr=14 + bclr=51 + } + stacking="column" +} diff --git a/motorApp/op/adl/motorx_help.adl b/motorApp/op/adl/motorx_help.adl new file mode 100644 index 00000000..7f26f81f --- /dev/null +++ b/motorApp/op/adl/motorx_help.adl @@ -0,0 +1,642 @@ + +file { + name="/tmp_mnt/home/sricat/BCDA/epics/3.13.0/baseR3.13.0.beta7_shareR1.0/stdApp/op/adl/motorx_help.adl" + version=020205 +} +display { + object { + x=10 + y=10 + width=400 + height=200 + } + clr=14 + bclr=3 + cmap="" +} +"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, + } +} +"message button" { + object { + x=5 + y=95 + width=15 + height=20 + } + control { + chan="$(P)$(M).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=21 + y=95 + width=76 + height=20 + } + control { + chan="$(P)$(M).TWV" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=98 + y=95 + width=15 + height=20 + } + control { + chan="$(P)$(M).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +rectangle { + object { + x=0 + y=93 + width=118 + height=24 + } + "basic attribute" { + clr=14 + width=3 + } +} +text { + object { + x=35 + y=123 + width=48 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + chan="$(P)$(M).MOVN" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=35 + y=117 + width=48 + height=10 + } + "basic attribute" { + clr=14 + fill="outline" + } + "dynamic attribute" { + chan="$(P)$(M).DMOV" + } + textix="Done" + align="horiz. centered" +} +"message button" { + object { + x=5 + y=117 + width=25 + height=18 + } + control { + chan="$(P)$(M).JOGR" + clr=14 + bclr=51 + } + label="<<<" + press_msg="1" + release_msg="0" +} +"message button" { + object { + x=88 + y=117 + width=25 + height=18 + } + control { + chan="$(P)$(M).JOGF" + clr=14 + bclr=51 + } + label=">>>" + press_msg="1" + release_msg="0" +} +"text update" { + object { + x=8 + y=44 + width=100 + height=20 + } + monitor { + chan="$(P)$(M).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text entry" { + object { + x=8 + y=65 + width=100 + height=25 + } + control { + chan="$(P)$(M).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=0 + y=44 + width=6 + height=47 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + chan="$(P)$(M).LLS" + } +} +rectangle { + object { + x=110 + y=44 + width=7 + height=47 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + chan="$(P)$(M).HLS" + } +} +rectangle { + object { + x=7 + y=63 + width=102 + height=29 + } + "basic attribute" { + clr=30 + width=1 + } + "dynamic attribute" { + chan="$(P)$(M).LVIO" + } +} +"message button" { + object { + x=60 + y=157 + width=53 + height=20 + } + control { + chan="$(P)$(M).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +"related display" { + object { + x=5 + y=157 + width=53 + height=20 + } + display[0] { + label="More" + name="motorx_more.adl" + args="P=$(P), M=$(M)" + } + display[1] { + label="All" + name="motorx_all.adl" + args="P=$(P), M=$(M)" + } + clr=14 + bclr=51 +} +"choice button" { + object { + x=6 + y=135 + width=106 + height=21 + } + control { + chan="$(P)$(M).SET" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=1 + y=178 + width=115 + height=20 + } + control { + chan="$(P)$(M)_able.VAL" + clr=14 + bclr=51 + } + stacking="column" +} +"text update" { + object { + x=0 + y=13 + width=115 + height=20 + } + monitor { + chan="$(P)$(M).DESC" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=20 + y=29 + width=98 + height=15 + } + monitor { + chan="$(P)$(M).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"text update" { + object { + x=0 + y=0 + width=115 + height=15 + } + monitor { + chan="$(P)$(M).NAME" + clr=54 + bclr=3 + } + align="horiz. centered" +} +text { + object { + x=120 + y=0 + width=280 + height=15 + } + "basic attribute" { + clr=54 + fill="outline" + } + textix="<- EPICS record name" +} +text { + object { + x=120 + y=15 + width=280 + height=15 + } + "basic attribute" { + clr=54 + fill="outline" + } + textix="<- user nickname" +} +text { + object { + x=120 + y=29 + width=280 + height=15 + } + "basic attribute" { + clr=54 + fill="outline" + } + textix="<- engineering units" +} +text { + object { + x=120 + y=45 + width=150 + height=15 + } + "basic attribute" { + clr=54 + fill="outline" + } + textix="<- readback value," +} +text { + object { + x=120 + y=75 + width=130 + height=15 + } + "basic attribute" { + clr=50 + fill="outline" + } + textix="<- drive value," +} +text { + object { + x=120 + y=97 + width=280 + height=15 + } + "basic attribute" { + clr=50 + fill="outline" + } + textix="<- tweak buttons and size" +} +text { + object { + x=120 + y=118 + width=140 + height=15 + } + "basic attribute" { + clr=50 + fill="outline" + } + textix="<- jog buttons," +} +text { + object { + x=120 + y=60 + width=280 + height=15 + } + "basic attribute" { + clr=20 + fill="outline" + } + textix="<- limit switches" +} +text { + object { + x=260 + y=75 + width=140 + height=15 + } + "basic attribute" { + clr=30 + fill="outline" + } + textix="soft-limit" +} +text { + object { + x=260 + y=118 + width=140 + height=15 + } + "basic attribute" { + clr=10 + fill="outline" + } + textix="done/moving flag" +} +text { + object { + x=120 + y=138 + width=280 + height=15 + } + "basic attribute" { + clr=50 + fill="outline" + } + textix="<- user/dial calibration" +} +text { + object { + x=300 + y=160 + width=100 + height=15 + } + "basic attribute" { + clr=20 + fill="outline" + } + textix="stop button" +} +text { + object { + x=120 + y=160 + width=180 + height=15 + } + "basic attribute" { + clr=50 + fill="outline" + } + textix="<- related displays," +} +text { + object { + x=120 + y=180 + width=280 + height=15 + } + "basic attribute" { + clr=50 + fill="outline" + } + textix="<- disable motor software" +} +composite { + object { + x=7 + y=41 + width=102 + height=22 + } + "composite name"="" + vis="static" + chan="$(P)$(M).SET" + children { + rectangle { + object { + x=7 + y=41 + width=102 + height=22 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).SET" + } + } + rectangle { + object { + x=9 + y=43 + width=98 + height=18 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).SET" + } + } + } +} +text { + object { + x=0 + y=32 + width=20 + height=10 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).SET" + } + textix="SET" + align="horiz. centered" +} +text { + object { + x=285 + y=45 + width=120 + height=15 + } + "basic attribute" { + clr=30 + fill="outline" + } + textix="in SET mode" +} diff --git a/motorApp/op/adl/motorx_more.adl b/motorApp/op/adl/motorx_more.adl new file mode 100644 index 00000000..0a4149d9 --- /dev/null +++ b/motorApp/op/adl/motorx_more.adl @@ -0,0 +1,920 @@ + +file { + name="/home/sricat/BCDA/epics/3.13.0/baseR3.13.0.beta12_shareR1.0/stdApp/op/adl/motorx_more_1.7.adl" + version=020305 +} +display { + object { + x=10 + y=10 + width=370 + height=220 + } + clr=14 + bclr=3 + 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=70 + y=93 + width=210 + height=31 + } + "basic attribute" { + clr=30 + width=1 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).LVIO" + } +} +rectangle { + object { + x=70 + y=93 + width=210 + height=31 + } + "basic attribute" { + clr=60 + width=1 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M).DMOV" + } +} +rectangle { + object { + x=70 + y=93 + width=210 + height=31 + } + "basic attribute" { + clr=14 + width=1 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M)_able.VAL" + } +} +text { + object { + x=283 + y=63 + width=80 + height=26 + } + "basic attribute" { + clr=54 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=284 + y=64 + width=80 + height=26 + } + "basic attribute" { + clr=54 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M).DMOV" + } + textix="Moving" + align="horiz. centered" +} +text { + object { + x=282 + y=62 + width=80 + height=26 + } + "basic attribute" { + clr=50 + fill="outline" + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M).DMOV" + } + textix="Moving" + align="horiz. centered" +} +rectangle { + object { + x=0 + y=0 + width=370 + height=20 + } + "basic attribute" { + clr=0 + width=3 + } +} +text { + object { + x=150 + y=2 + width=100 + height=14 + } + "basic attribute" { + clr=14 + fill="outline" + width=3 + } + textix="($(P)$(M))" + align="horiz. centered" +} +rectangle { + object { + x=71 + y=70 + width=210 + height=24 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).SET" + } +} +rectangle { + object { + x=69 + y=68 + width=210 + height=24 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).SET" + } +} +rectangle { + object { + x=0 + y=196 + width=120 + height=24 + } + "basic attribute" { + clr=14 + } +} +"message button" { + object { + x=78 + y=198 + width=40 + height=20 + } + control { + chan="$(P)allstop.VAL" + clr=30 + bclr=20 + } + label="Abort" + press_msg="1" +} +"message button" { + object { + x=54 + y=198 + width=21 + height=20 + } + control { + chan="$(P)$(M):scanParms.GO" + clr=14 + bclr=51 + } + label="Go" + press_msg="1" +} +"message button" { + object { + x=30 + y=198 + width=21 + height=20 + } + control { + chan="$(P)$(M):scanParms.LOAD" + clr=14 + bclr=51 + } + label="Ld" + press_msg="1" +} +text { + object { + x=0 + y=202 + width=30 + height=13 + } + "basic attribute" { + clr=15 + } + textix="Scan" + align="horiz. centered" +} +text { + object { + x=0 + y=153 + width=65 + height=19 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Tweak" + align="horiz. right" +} +text { + object { + x=0 + y=128 + width=65 + height=18 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Lo limit" + align="horiz. right" +} +text { + object { + x=0 + y=99 + width=65 + height=19 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Drive" + align="horiz. right" +} +text { + object { + x=0 + y=71 + width=65 + height=18 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Readback" + align="horiz. right" +} +text { + object { + x=0 + y=46 + width=65 + height=18 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Hi limit" + align="horiz. right" +} +composite { + object { + x=59 + y=179 + width=96 + height=17 + } + "composite name"="" + vis="static" + chan="" + children { + text { + object { + x=60 + y=180 + width=95 + height=16 + } + "basic attribute" { + clr=14 + fill="outline" + } + textix="Calibration:" + } + text { + object { + x=59 + y=179 + width=95 + height=16 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).SET" + } + textix="Calibration:" + } + } +} +"choice button" { + object { + x=155 + y=200 + width=125 + height=20 + } + control { + chan="$(P)$(M)_able.VAL" + clr=14 + bclr=51 + } + stacking="column" +} +"choice button" { + object { + x=155 + y=178 + width=125 + height=20 + } + control { + chan="$(P)$(M).SET" + clr=14 + bclr=51 + } + stacking="column" +} +text { + object { + x=88 + y=25 + width=73 + height=20 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="User" + align="horiz. centered" +} +text { + object { + x=186 + y=25 + width=73 + height=20 + } + "basic attribute" { + clr=0 + fill="outline" + } + textix="Dial" + align="horiz. centered" +} +text { + object { + x=265 + y=25 + width=35 + height=18 + } + "basic attribute" { + clr=20 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).HLS" + } + textix="Limit" + align="horiz. centered" +} +"text update" { + object { + x=73 + y=72 + width=100 + height=18 + } + monitor { + chan="$(P)$(M).RBV" + clr=54 + bclr=3 + } +} +"text update" { + object { + x=177 + y=72 + width=100 + height=18 + } + monitor { + chan="$(P)$(M).DRBV" + clr=54 + bclr=3 + } +} +"message button" { + object { + x=213 + y=152 + width=25 + height=20 + } + control { + chan="$(P)$(M).TWF" + clr=14 + bclr=51 + } + label=">" + press_msg="1" +} +"message button" { + object { + x=111 + y=152 + width=25 + height=20 + } + control { + chan="$(P)$(M).TWR" + clr=14 + bclr=51 + } + label="<" + press_msg="1" +} +"text entry" { + object { + x=137 + y=152 + width=76 + height=20 + } + control { + chan="$(P)$(M).TWV" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=73 + y=96 + width=100 + height=25 + } + control { + chan="$(P)$(M).VAL" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=73 + y=125 + width=100 + height=20 + } + control { + chan="$(P)$(M).LLM" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=73 + y=43 + width=100 + height=20 + } + control { + chan="$(P)$(M).HLM" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=177 + y=96 + width=100 + height=25 + } + control { + chan="$(P)$(M).DVAL" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=177 + y=125 + width=100 + height=20 + } + control { + chan="$(P)$(M).DLLM" + clr=14 + bclr=51 + } +} +"text entry" { + object { + x=177 + y=43 + width=100 + height=20 + } + control { + chan="$(P)$(M).DHLM" + clr=14 + bclr=51 + } +} +"message button" { + object { + x=73 + y=152 + width=35 + height=20 + } + control { + chan="$(P)$(M).JOGR" + clr=14 + bclr=51 + } + label="Go-" + press_msg="1" + release_msg="0" +} +"message button" { + object { + x=241 + y=152 + width=35 + height=20 + } + control { + chan="$(P)$(M).JOGF" + clr=14 + bclr=51 + } + label="Go+" + press_msg="1" + release_msg="0" +} +rectangle { + object { + x=70 + y=149 + width=209 + height=26 + } + "basic attribute" { + clr=14 + width=5 + } +} +oval { + object { + x=276 + y=44 + width=18 + height=18 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).HLS" + } +} +oval { + object { + x=276 + y=126 + width=18 + height=18 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).LLS" + } +} +"choice button" { + object { + x=305 + y=118 + width=60 + height=80 + } + control { + chan="$(P)$(M).SPMG" + clr=31 + bclr=20 + } +} +composite { + object { + x=305 + y=22 + width=60 + height=26 + } + "composite name"="" + vis="static" + chan="$(P)$(M).LVIO" + children { + text { + object { + x=305 + y=35 + width=60 + height=13 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).LVIO" + } + textix="Violation" + } + text { + object { + x=305 + y=22 + width=60 + height=13 + } + "basic attribute" { + clr=30 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).LVIO" + } + textix="SoftLimit" + } + } +} +"text update" { + object { + x=0 + y=0 + width=150 + height=20 + } + monitor { + chan="$(P)$(M).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +polyline { + object { + x=1 + y=20 + width=369 + height=3 + } + "basic attribute" { + clr=54 + width=3 + } + points { + (2,21) + (368,21) + } +} +text { + object { + x=265 + y=25 + width=35 + height=18 + } + "basic attribute" { + clr=20 + fill="outline" + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).LLS" + } + textix="Limit" + align="horiz. centered" +} +rectangle { + object { + x=70 + y=93 + width=210 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M)_able.VAL" + } +} +"text update" { + object { + x=285 + y=100 + width=80 + height=18 + } + monitor { + chan="$(P)$(M).EGU" + clr=54 + bclr=3 + } +} +"text update" { + object { + x=250 + y=2 + width=120 + height=14 + } + monitor { + chan="$(P)$(M).DTYP" + clr=54 + bclr=0 + } + align="horiz. centered" +} +"related display" { + object { + x=305 + y=200 + width=60 + height=20 + } + display[0] { + label="$(M) (Tiny)" + name="motorx_tiny.adl" + args="P=$(P),M=$(M)" + policy="replace display" + } + display[1] { + label="$(M) (Small)" + name="motorx.adl" + args="P=$(P),M=$(M)" + policy="replace display" + } + display[3] { + label="$(M) (Setup)" + name="motorx_setup.adl" + args="P=$(P),M=$(M)" + } + display[4] { + label="Scan Parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M),PV=$(M)" + } + display[5] { + label="$(M) (Debug)" + name="motorx_all.adl" + args="P=$(P),M=$(M)" + } + clr=0 + bclr=17 + label="-More" +} diff --git a/motorApp/op/adl/motorx_tiny.adl b/motorApp/op/adl/motorx_tiny.adl new file mode 100644 index 00000000..029f4d03 --- /dev/null +++ b/motorApp/op/adl/motorx_tiny.adl @@ -0,0 +1,341 @@ + +file { + name="/home/sricat/BCDA/epics/3.13.0/baseR3.13.0.beta12_shareR1.0/stdApp/op/adl/motorx_tiny_1.4.adl" + version=020305 +} +display { + object { + x=10 + y=10 + width=128 + height=105 + } + clr=14 + bclr=3 + 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=11 + y=51 + width=104 + height=31 + } + "basic attribute" { + clr=60 + width=2 + } + "dynamic attribute" { + vis="if zero" + chan="$(P)$(M).DMOV" + } +} +rectangle { + object { + x=11 + y=51 + width=104 + height=31 + } + "basic attribute" { + clr=30 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).LVIO" + } +} +"text entry" { + object { + x=14 + y=54 + width=98 + height=25 + } + control { + chan="$(P)$(M).VAL" + clr=14 + bclr=51 + } +} +rectangle { + object { + x=12 + y=28 + width=102 + height=24 + } + "basic attribute" { + clr=14 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).SET" + } +} +rectangle { + object { + x=14 + y=30 + width=98 + height=20 + } + "basic attribute" { + clr=30 + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).SET" + } +} +rectangle { + object { + x=5 + y=33 + width=6 + height=47 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).LLS" + } +} +rectangle { + object { + x=115 + y=33 + width=7 + height=47 + } + "basic attribute" { + clr=20 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M).HLS" + } +} +"text update" { + object { + x=16 + y=32 + width=94 + height=16 + } + monitor { + chan="$(P)$(M).RBV" + clr=54 + bclr=3 + } + align="horiz. centered" +} +"related display" { + object { + x=5 + y=82 + width=40 + height=20 + } + display[1] { + label="$(M) (Small)" + name="motorx.adl" + args="P=$(P),M=$(M)" + } + display[2] { + label="$(M) (Medium)" + name="motorx_more.adl" + args="P=$(P),M=$(M)" + } + display[3] { + label="$(M) (Setup)" + name="motorx_setup.adl" + args="P=$(P),M=$(M)" + } + display[4] { + label="Scan Parameters" + name="scanParms.adl" + args="P=$(P),Q=$(M),PV=$(M)" + } + display[5] { + label="$(M) (Debug)" + name="motorx_all.adl" + args="P=$(P),M=$(M)" + } + clr=0 + bclr=17 + label="-More" +} +"message button" { + object { + x=70 + y=82 + width=53 + height=20 + } + control { + chan="$(P)$(M).STOP" + clr=31 + bclr=20 + } + label="STOP" + press_msg="1" +} +rectangle { + object { + x=11 + y=51 + width=104 + height=31 + } + "basic attribute" { + clr=14 + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M)_able.VAL" + } +} +rectangle { + object { + x=11 + y=51 + width=104 + height=31 + } + "basic attribute" { + clr=20 + style="dash" + fill="outline" + width=2 + } + "dynamic attribute" { + vis="if not zero" + chan="$(P)$(M)_able.VAL" + } +} +"text update" { + object { + x=0 + y=0 + width=128 + height=14 + } + monitor { + chan="$(P)$(M).DESC" + clr=54 + bclr=0 + } + align="horiz. centered" +} +polyline { + object { + x=0 + y=14 + width=127 + height=3 + } + "basic attribute" { + clr=54 + width=3 + } + points { + (1,15) + (125,15) + } +} +"text update" { + object { + x=0 + y=18 + width=128 + height=10 + } + monitor { + chan="$(P)$(M).EGU" + clr=54 + bclr=3 + } + align="horiz. centered" +} diff --git a/motorApp/op/burt/yy12MotorPositions.req b/motorApp/op/burt/yy12MotorPositions.req new file mode 100644 index 00000000..a0659e7e --- /dev/null +++ b/motorApp/op/burt/yy12MotorPositions.req @@ -0,0 +1,37 @@ +% save positions for motors 1-12 + +#define MOTOR_REC m1 +#include "yyMotorPositions.req" + +#define MOTOR_REC m2 +#include "yyMotorPositions.req" + +#define MOTOR_REC m3 +#include "yyMotorPositions.req" + +#define MOTOR_REC m4 +#include "yyMotorPositions.req" + +#define MOTOR_REC m5 +#include "yyMotorPositions.req" + +#define MOTOR_REC m6 +#include "yyMotorPositions.req" + +#define MOTOR_REC m7 +#include "yyMotorPositions.req" + +#define MOTOR_REC m8 +#include "yyMotorPositions.req" + +#define MOTOR_REC m9 +#include "yyMotorPositions.req" + +#define MOTOR_REC m10 +#include "yyMotorPositions.req" + +#define MOTOR_REC m11 +#include "yyMotorPositions.req" + +#define MOTOR_REC m12 +#include "yyMotorPositions.req" diff --git a/motorApp/op/burt/yy12MotorSettings.req b/motorApp/op/burt/yy12MotorSettings.req new file mode 100644 index 00000000..b73442f9 --- /dev/null +++ b/motorApp/op/burt/yy12MotorSettings.req @@ -0,0 +1,49 @@ +% save settings for motors 1-12 + +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL + +#define MOTOR_REC m5 +#include "yyMotorSettings.req" +PREFIX:m5_able.VAL + +#define MOTOR_REC m6 +#include "yyMotorSettings.req" +PREFIX:m6_able.VAL + +#define MOTOR_REC m7 +#include "yyMotorSettings.req" +PREFIX:m7_able.VAL + +#define MOTOR_REC m8 +#include "yyMotorSettings.req" +PREFIX:m8_able.VAL + +#define MOTOR_REC m9 +#include "yyMotorSettings.req" +PREFIX:m9_able.VAL + +#define MOTOR_REC m10 +#include "yyMotorSettings.req" +PREFIX:m10_able.VAL + +#define MOTOR_REC m11 +#include "yyMotorSettings.req" +PREFIX:m11_able.VAL + +#define MOTOR_REC m12 +#include "yyMotorSettings.req" +PREFIX:m12_able.VAL diff --git a/motorApp/op/burt/yy16MotorPositions.req b/motorApp/op/burt/yy16MotorPositions.req new file mode 100644 index 00000000..1d30aa9d --- /dev/null +++ b/motorApp/op/burt/yy16MotorPositions.req @@ -0,0 +1,49 @@ +% save positions for motors 1-16 + +#define MOTOR_REC m1 +#include "yyMotorPositions.req" + +#define MOTOR_REC m2 +#include "yyMotorPositions.req" + +#define MOTOR_REC m3 +#include "yyMotorPositions.req" + +#define MOTOR_REC m4 +#include "yyMotorPositions.req" + +#define MOTOR_REC m5 +#include "yyMotorPositions.req" + +#define MOTOR_REC m6 +#include "yyMotorPositions.req" + +#define MOTOR_REC m7 +#include "yyMotorPositions.req" + +#define MOTOR_REC m8 +#include "yyMotorPositions.req" + +#define MOTOR_REC m9 +#include "yyMotorPositions.req" + +#define MOTOR_REC m10 +#include "yyMotorPositions.req" + +#define MOTOR_REC m11 +#include "yyMotorPositions.req" + +#define MOTOR_REC m12 +#include "yyMotorPositions.req" + +#define MOTOR_REC m13 +#include "yyMotorPositions.req" + +#define MOTOR_REC m14 +#include "yyMotorPositions.req" + +#define MOTOR_REC m15 +#include "yyMotorPositions.req" + +#define MOTOR_REC m16 +#include "yyMotorPositions.req" diff --git a/motorApp/op/burt/yy16MotorSettings.req b/motorApp/op/burt/yy16MotorSettings.req new file mode 100644 index 00000000..a7556d24 --- /dev/null +++ b/motorApp/op/burt/yy16MotorSettings.req @@ -0,0 +1,65 @@ +% save settings for motors 1-16 + +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL + +#define MOTOR_REC m5 +#include "yyMotorSettings.req" +PREFIX:m5_able.VAL + +#define MOTOR_REC m6 +#include "yyMotorSettings.req" +PREFIX:m6_able.VAL + +#define MOTOR_REC m7 +#include "yyMotorSettings.req" +PREFIX:m7_able.VAL + +#define MOTOR_REC m8 +#include "yyMotorSettings.req" +PREFIX:m8_able.VAL + +#define MOTOR_REC m9 +#include "yyMotorSettings.req" +PREFIX:m9_able.VAL + +#define MOTOR_REC m10 +#include "yyMotorSettings.req" +PREFIX:m10_able.VAL + +#define MOTOR_REC m11 +#include "yyMotorSettings.req" +PREFIX:m11_able.VAL + +#define MOTOR_REC m12 +#include "yyMotorSettings.req" +PREFIX:m12_able.VAL + +#define MOTOR_REC m13 +#include "yyMotorSettings.req" +PREFIX:m13_able.VAL + +#define MOTOR_REC m14 +#include "yyMotorSettings.req" +PREFIX:m14_able.VAL + +#define MOTOR_REC m15 +#include "yyMotorSettings.req" +PREFIX:m15_able.VAL + +#define MOTOR_REC m16 +#include "yyMotorSettings.req" +PREFIX:m16_able.VAL diff --git a/motorApp/op/burt/yy20MotorPositions.req b/motorApp/op/burt/yy20MotorPositions.req new file mode 100644 index 00000000..1a0a0004 --- /dev/null +++ b/motorApp/op/burt/yy20MotorPositions.req @@ -0,0 +1,61 @@ +% save positions for motors 1-20 + +#define MOTOR_REC m1 +#include "yyMotorPositions.req" + +#define MOTOR_REC m2 +#include "yyMotorPositions.req" + +#define MOTOR_REC m3 +#include "yyMotorPositions.req" + +#define MOTOR_REC m4 +#include "yyMotorPositions.req" + +#define MOTOR_REC m5 +#include "yyMotorPositions.req" + +#define MOTOR_REC m6 +#include "yyMotorPositions.req" + +#define MOTOR_REC m7 +#include "yyMotorPositions.req" + +#define MOTOR_REC m8 +#include "yyMotorPositions.req" + +#define MOTOR_REC m9 +#include "yyMotorPositions.req" + +#define MOTOR_REC m10 +#include "yyMotorPositions.req" + +#define MOTOR_REC m11 +#include "yyMotorPositions.req" + +#define MOTOR_REC m12 +#include "yyMotorPositions.req" + +#define MOTOR_REC m13 +#include "yyMotorPositions.req" + +#define MOTOR_REC m14 +#include "yyMotorPositions.req" + +#define MOTOR_REC m15 +#include "yyMotorPositions.req" + +#define MOTOR_REC m16 +#include "yyMotorPositions.req" + +#define MOTOR_REC m17 +#include "yyMotorPositions.req" + +#define MOTOR_REC m18 +#include "yyMotorPositions.req" + +#define MOTOR_REC m19 +#include "yyMotorPositions.req" + +#define MOTOR_REC m20 +#include "yyMotorPositions.req" diff --git a/motorApp/op/burt/yy20MotorSettings.req b/motorApp/op/burt/yy20MotorSettings.req new file mode 100644 index 00000000..208df1ce --- /dev/null +++ b/motorApp/op/burt/yy20MotorSettings.req @@ -0,0 +1,81 @@ +% save settings for motors 1-20 + +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL + +#define MOTOR_REC m5 +#include "yyMotorSettings.req" +PREFIX:m5_able.VAL + +#define MOTOR_REC m6 +#include "yyMotorSettings.req" +PREFIX:m6_able.VAL + +#define MOTOR_REC m7 +#include "yyMotorSettings.req" +PREFIX:m7_able.VAL + +#define MOTOR_REC m8 +#include "yyMotorSettings.req" +PREFIX:m8_able.VAL + +#define MOTOR_REC m9 +#include "yyMotorSettings.req" +PREFIX:m9_able.VAL + +#define MOTOR_REC m10 +#include "yyMotorSettings.req" +PREFIX:m10_able.VAL + +#define MOTOR_REC m11 +#include "yyMotorSettings.req" +PREFIX:m11_able.VAL + +#define MOTOR_REC m12 +#include "yyMotorSettings.req" +PREFIX:m12_able.VAL + +#define MOTOR_REC m13 +#include "yyMotorSettings.req" +PREFIX:m13_able.VAL + +#define MOTOR_REC m14 +#include "yyMotorSettings.req" +PREFIX:m14_able.VAL + +#define MOTOR_REC m15 +#include "yyMotorSettings.req" +PREFIX:m15_able.VAL + +#define MOTOR_REC m16 +#include "yyMotorSettings.req" +PREFIX:m16_able.VAL + +#define MOTOR_REC m17 +#include "yyMotorSettings.req" +PREFIX:m17_able.VAL + +#define MOTOR_REC m18 +#include "yyMotorSettings.req" +PREFIX:m18_able.VAL + +#define MOTOR_REC m19 +#include "yyMotorSettings.req" +PREFIX:m19_able.VAL + +#define MOTOR_REC m20 +#include "yyMotorSettings.req" +PREFIX:m20_able.VAL diff --git a/motorApp/op/burt/yy24MotorPositions.req b/motorApp/op/burt/yy24MotorPositions.req new file mode 100644 index 00000000..791a92d2 --- /dev/null +++ b/motorApp/op/burt/yy24MotorPositions.req @@ -0,0 +1,73 @@ +% save positions for motors 1-24 + +#define MOTOR_REC m1 +#include "yyMotorPositions.req" + +#define MOTOR_REC m2 +#include "yyMotorPositions.req" + +#define MOTOR_REC m3 +#include "yyMotorPositions.req" + +#define MOTOR_REC m4 +#include "yyMotorPositions.req" + +#define MOTOR_REC m5 +#include "yyMotorPositions.req" + +#define MOTOR_REC m6 +#include "yyMotorPositions.req" + +#define MOTOR_REC m7 +#include "yyMotorPositions.req" + +#define MOTOR_REC m8 +#include "yyMotorPositions.req" + +#define MOTOR_REC m9 +#include "yyMotorPositions.req" + +#define MOTOR_REC m10 +#include "yyMotorPositions.req" + +#define MOTOR_REC m11 +#include "yyMotorPositions.req" + +#define MOTOR_REC m12 +#include "yyMotorPositions.req" + +#define MOTOR_REC m13 +#include "yyMotorPositions.req" + +#define MOTOR_REC m14 +#include "yyMotorPositions.req" + +#define MOTOR_REC m15 +#include "yyMotorPositions.req" + +#define MOTOR_REC m16 +#include "yyMotorPositions.req" + +#define MOTOR_REC m17 +#include "yyMotorPositions.req" + +#define MOTOR_REC m18 +#include "yyMotorPositions.req" + +#define MOTOR_REC m19 +#include "yyMotorPositions.req" + +#define MOTOR_REC m20 +#include "yyMotorPositions.req" + +#define MOTOR_REC m21 +#include "yyMotorPositions.req" + +#define MOTOR_REC m22 +#include "yyMotorPositions.req" + +#define MOTOR_REC m23 +#include "yyMotorPositions.req" + +#define MOTOR_REC m24 +#include "yyMotorPositions.req" diff --git a/motorApp/op/burt/yy24MotorSettings.req b/motorApp/op/burt/yy24MotorSettings.req new file mode 100644 index 00000000..5e94b90d --- /dev/null +++ b/motorApp/op/burt/yy24MotorSettings.req @@ -0,0 +1,97 @@ +% save settings for motors 1-24 + +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL + +#define MOTOR_REC m5 +#include "yyMotorSettings.req" +PREFIX:m5_able.VAL + +#define MOTOR_REC m6 +#include "yyMotorSettings.req" +PREFIX:m6_able.VAL + +#define MOTOR_REC m7 +#include "yyMotorSettings.req" +PREFIX:m7_able.VAL + +#define MOTOR_REC m8 +#include "yyMotorSettings.req" +PREFIX:m8_able.VAL + +#define MOTOR_REC m9 +#include "yyMotorSettings.req" +PREFIX:m9_able.VAL + +#define MOTOR_REC m10 +#include "yyMotorSettings.req" +PREFIX:m10_able.VAL + +#define MOTOR_REC m11 +#include "yyMotorSettings.req" +PREFIX:m11_able.VAL + +#define MOTOR_REC m12 +#include "yyMotorSettings.req" +PREFIX:m12_able.VAL + +#define MOTOR_REC m13 +#include "yyMotorSettings.req" +PREFIX:m13_able.VAL + +#define MOTOR_REC m14 +#include "yyMotorSettings.req" +PREFIX:m14_able.VAL + +#define MOTOR_REC m15 +#include "yyMotorSettings.req" +PREFIX:m15_able.VAL + +#define MOTOR_REC m16 +#include "yyMotorSettings.req" +PREFIX:m16_able.VAL + +#define MOTOR_REC m17 +#include "yyMotorSettings.req" +PREFIX:m17_able.VAL + +#define MOTOR_REC m18 +#include "yyMotorSettings.req" +PREFIX:m18_able.VAL + +#define MOTOR_REC m19 +#include "yyMotorSettings.req" +PREFIX:m19_able.VAL + +#define MOTOR_REC m20 +#include "yyMotorSettings.req" +PREFIX:m20_able.VAL + +#define MOTOR_REC m21 +#include "yyMotorSettings.req" +PREFIX:m21_able.VAL + +#define MOTOR_REC m22 +#include "yyMotorSettings.req" +PREFIX:m22_able.VAL + +#define MOTOR_REC m23 +#include "yyMotorSettings.req" +PREFIX:m23_able.VAL + +#define MOTOR_REC m24 +#include "yyMotorSettings.req" +PREFIX:m24_able.VAL diff --git a/motorApp/op/burt/yy28MotorPositions.req b/motorApp/op/burt/yy28MotorPositions.req new file mode 100644 index 00000000..b5e302f9 --- /dev/null +++ b/motorApp/op/burt/yy28MotorPositions.req @@ -0,0 +1,85 @@ +% save positions for motors 1-28 + +#define MOTOR_REC m1 +#include "yyMotorPositions.req" + +#define MOTOR_REC m2 +#include "yyMotorPositions.req" + +#define MOTOR_REC m3 +#include "yyMotorPositions.req" + +#define MOTOR_REC m4 +#include "yyMotorPositions.req" + +#define MOTOR_REC m5 +#include "yyMotorPositions.req" + +#define MOTOR_REC m6 +#include "yyMotorPositions.req" + +#define MOTOR_REC m7 +#include "yyMotorPositions.req" + +#define MOTOR_REC m8 +#include "yyMotorPositions.req" + +#define MOTOR_REC m9 +#include "yyMotorPositions.req" + +#define MOTOR_REC m10 +#include "yyMotorPositions.req" + +#define MOTOR_REC m11 +#include "yyMotorPositions.req" + +#define MOTOR_REC m12 +#include "yyMotorPositions.req" + +#define MOTOR_REC m13 +#include "yyMotorPositions.req" + +#define MOTOR_REC m14 +#include "yyMotorPositions.req" + +#define MOTOR_REC m15 +#include "yyMotorPositions.req" + +#define MOTOR_REC m16 +#include "yyMotorPositions.req" + +#define MOTOR_REC m17 +#include "yyMotorPositions.req" + +#define MOTOR_REC m18 +#include "yyMotorPositions.req" + +#define MOTOR_REC m19 +#include "yyMotorPositions.req" + +#define MOTOR_REC m20 +#include "yyMotorPositions.req" + +#define MOTOR_REC m21 +#include "yyMotorPositions.req" + +#define MOTOR_REC m22 +#include "yyMotorPositions.req" + +#define MOTOR_REC m23 +#include "yyMotorPositions.req" + +#define MOTOR_REC m24 +#include "yyMotorPositions.req" + +#define MOTOR_REC m25 +#include "yyMotorPositions.req" + +#define MOTOR_REC m26 +#include "yyMotorPositions.req" + +#define MOTOR_REC m27 +#include "yyMotorPositions.req" + +#define MOTOR_REC m28 +#include "yyMotorPositions.req" diff --git a/motorApp/op/burt/yy28MotorSettings.req b/motorApp/op/burt/yy28MotorSettings.req new file mode 100644 index 00000000..6d1b201a --- /dev/null +++ b/motorApp/op/burt/yy28MotorSettings.req @@ -0,0 +1,113 @@ +% save settings for motors 1-28 + +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL + +#define MOTOR_REC m5 +#include "yyMotorSettings.req" +PREFIX:m5_able.VAL + +#define MOTOR_REC m6 +#include "yyMotorSettings.req" +PREFIX:m6_able.VAL + +#define MOTOR_REC m7 +#include "yyMotorSettings.req" +PREFIX:m7_able.VAL + +#define MOTOR_REC m8 +#include "yyMotorSettings.req" +PREFIX:m8_able.VAL + +#define MOTOR_REC m9 +#include "yyMotorSettings.req" +PREFIX:m9_able.VAL + +#define MOTOR_REC m10 +#include "yyMotorSettings.req" +PREFIX:m10_able.VAL + +#define MOTOR_REC m11 +#include "yyMotorSettings.req" +PREFIX:m11_able.VAL + +#define MOTOR_REC m12 +#include "yyMotorSettings.req" +PREFIX:m12_able.VAL + +#define MOTOR_REC m13 +#include "yyMotorSettings.req" +PREFIX:m13_able.VAL + +#define MOTOR_REC m14 +#include "yyMotorSettings.req" +PREFIX:m14_able.VAL + +#define MOTOR_REC m15 +#include "yyMotorSettings.req" +PREFIX:m15_able.VAL + +#define MOTOR_REC m16 +#include "yyMotorSettings.req" +PREFIX:m16_able.VAL + +#define MOTOR_REC m17 +#include "yyMotorSettings.req" +PREFIX:m17_able.VAL + +#define MOTOR_REC m18 +#include "yyMotorSettings.req" +PREFIX:m18_able.VAL + +#define MOTOR_REC m19 +#include "yyMotorSettings.req" +PREFIX:m19_able.VAL + +#define MOTOR_REC m20 +#include "yyMotorSettings.req" +PREFIX:m20_able.VAL + +#define MOTOR_REC m21 +#include "yyMotorSettings.req" +PREFIX:m21_able.VAL + +#define MOTOR_REC m22 +#include "yyMotorSettings.req" +PREFIX:m22_able.VAL + +#define MOTOR_REC m23 +#include "yyMotorSettings.req" +PREFIX:m23_able.VAL + +#define MOTOR_REC m24 +#include "yyMotorSettings.req" +PREFIX:m24_able.VAL + +#define MOTOR_REC m25 +#include "yyMotorSettings.req" +PREFIX:m25_able.VAL + +#define MOTOR_REC m26 +#include "yyMotorSettings.req" +PREFIX:m26_able.VAL + +#define MOTOR_REC m27 +#include "yyMotorSettings.req" +PREFIX:m27_able.VAL + +#define MOTOR_REC m28 +#include "yyMotorSettings.req" +PREFIX:m28_able.VAL diff --git a/motorApp/op/burt/yy32MotorPositions.req b/motorApp/op/burt/yy32MotorPositions.req new file mode 100644 index 00000000..c403a115 --- /dev/null +++ b/motorApp/op/burt/yy32MotorPositions.req @@ -0,0 +1,97 @@ +% save positions for motors 1-32 + +#define MOTOR_REC m1 +#include "yyMotorPositions.req" + +#define MOTOR_REC m2 +#include "yyMotorPositions.req" + +#define MOTOR_REC m3 +#include "yyMotorPositions.req" + +#define MOTOR_REC m4 +#include "yyMotorPositions.req" + +#define MOTOR_REC m5 +#include "yyMotorPositions.req" + +#define MOTOR_REC m6 +#include "yyMotorPositions.req" + +#define MOTOR_REC m7 +#include "yyMotorPositions.req" + +#define MOTOR_REC m8 +#include "yyMotorPositions.req" + +#define MOTOR_REC m9 +#include "yyMotorPositions.req" + +#define MOTOR_REC m10 +#include "yyMotorPositions.req" + +#define MOTOR_REC m11 +#include "yyMotorPositions.req" + +#define MOTOR_REC m12 +#include "yyMotorPositions.req" + +#define MOTOR_REC m13 +#include "yyMotorPositions.req" + +#define MOTOR_REC m14 +#include "yyMotorPositions.req" + +#define MOTOR_REC m15 +#include "yyMotorPositions.req" + +#define MOTOR_REC m16 +#include "yyMotorPositions.req" + +#define MOTOR_REC m17 +#include "yyMotorPositions.req" + +#define MOTOR_REC m18 +#include "yyMotorPositions.req" + +#define MOTOR_REC m19 +#include "yyMotorPositions.req" + +#define MOTOR_REC m20 +#include "yyMotorPositions.req" + +#define MOTOR_REC m21 +#include "yyMotorPositions.req" + +#define MOTOR_REC m22 +#include "yyMotorPositions.req" + +#define MOTOR_REC m23 +#include "yyMotorPositions.req" + +#define MOTOR_REC m24 +#include "yyMotorPositions.req" + +#define MOTOR_REC m25 +#include "yyMotorPositions.req" + +#define MOTOR_REC m26 +#include "yyMotorPositions.req" + +#define MOTOR_REC m27 +#include "yyMotorPositions.req" + +#define MOTOR_REC m28 +#include "yyMotorPositions.req" + +#define MOTOR_REC m29 +#include "yyMotorPositions.req" + +#define MOTOR_REC m30 +#include "yyMotorPositions.req" + +#define MOTOR_REC m31 +#include "yyMotorPositions.req" + +#define MOTOR_REC m32 +#include "yyMotorPositions.req" diff --git a/motorApp/op/burt/yy32MotorSettings.req b/motorApp/op/burt/yy32MotorSettings.req new file mode 100644 index 00000000..1aa40e19 --- /dev/null +++ b/motorApp/op/burt/yy32MotorSettings.req @@ -0,0 +1,129 @@ +% save settings for motors 1-32 + +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL + +#define MOTOR_REC m5 +#include "yyMotorSettings.req" +PREFIX:m5_able.VAL + +#define MOTOR_REC m6 +#include "yyMotorSettings.req" +PREFIX:m6_able.VAL + +#define MOTOR_REC m7 +#include "yyMotorSettings.req" +PREFIX:m7_able.VAL + +#define MOTOR_REC m8 +#include "yyMotorSettings.req" +PREFIX:m8_able.VAL + +#define MOTOR_REC m9 +#include "yyMotorSettings.req" +PREFIX:m9_able.VAL + +#define MOTOR_REC m10 +#include "yyMotorSettings.req" +PREFIX:m10_able.VAL + +#define MOTOR_REC m11 +#include "yyMotorSettings.req" +PREFIX:m11_able.VAL + +#define MOTOR_REC m12 +#include "yyMotorSettings.req" +PREFIX:m12_able.VAL + +#define MOTOR_REC m13 +#include "yyMotorSettings.req" +PREFIX:m13_able.VAL + +#define MOTOR_REC m14 +#include "yyMotorSettings.req" +PREFIX:m14_able.VAL + +#define MOTOR_REC m15 +#include "yyMotorSettings.req" +PREFIX:m15_able.VAL + +#define MOTOR_REC m16 +#include "yyMotorSettings.req" +PREFIX:m16_able.VAL + +#define MOTOR_REC m17 +#include "yyMotorSettings.req" +PREFIX:m17_able.VAL + +#define MOTOR_REC m18 +#include "yyMotorSettings.req" +PREFIX:m18_able.VAL + +#define MOTOR_REC m19 +#include "yyMotorSettings.req" +PREFIX:m19_able.VAL + +#define MOTOR_REC m20 +#include "yyMotorSettings.req" +PREFIX:m20_able.VAL + +#define MOTOR_REC m21 +#include "yyMotorSettings.req" +PREFIX:m21_able.VAL + +#define MOTOR_REC m22 +#include "yyMotorSettings.req" +PREFIX:m22_able.VAL + +#define MOTOR_REC m23 +#include "yyMotorSettings.req" +PREFIX:m23_able.VAL + +#define MOTOR_REC m24 +#include "yyMotorSettings.req" +PREFIX:m24_able.VAL + +#define MOTOR_REC m25 +#include "yyMotorSettings.req" +PREFIX:m25_able.VAL + +#define MOTOR_REC m26 +#include "yyMotorSettings.req" +PREFIX:m26_able.VAL + +#define MOTOR_REC m27 +#include "yyMotorSettings.req" +PREFIX:m27_able.VAL + +#define MOTOR_REC m28 +#include "yyMotorSettings.req" +PREFIX:m28_able.VAL + +#define MOTOR_REC m29 +#include "yyMotorSettings.req" +PREFIX:m29_able.VAL + +#define MOTOR_REC m30 +#include "yyMotorSettings.req" +PREFIX:m30_able.VAL + +#define MOTOR_REC m31 +#include "yyMotorSettings.req" +PREFIX:m31_able.VAL + +#define MOTOR_REC m32 +#include "yyMotorSettings.req" +PREFIX:m32_able.VAL diff --git a/motorApp/op/burt/yy36MotorPositions.req b/motorApp/op/burt/yy36MotorPositions.req new file mode 100644 index 00000000..914ee03f --- /dev/null +++ b/motorApp/op/burt/yy36MotorPositions.req @@ -0,0 +1,109 @@ +% save positions for motors 1-36 + +#define MOTOR_REC m1 +#include "yyMotorPositions.req" + +#define MOTOR_REC m2 +#include "yyMotorPositions.req" + +#define MOTOR_REC m3 +#include "yyMotorPositions.req" + +#define MOTOR_REC m4 +#include "yyMotorPositions.req" + +#define MOTOR_REC m5 +#include "yyMotorPositions.req" + +#define MOTOR_REC m6 +#include "yyMotorPositions.req" + +#define MOTOR_REC m7 +#include "yyMotorPositions.req" + +#define MOTOR_REC m8 +#include "yyMotorPositions.req" + +#define MOTOR_REC m9 +#include "yyMotorPositions.req" + +#define MOTOR_REC m10 +#include "yyMotorPositions.req" + +#define MOTOR_REC m11 +#include "yyMotorPositions.req" + +#define MOTOR_REC m12 +#include "yyMotorPositions.req" + +#define MOTOR_REC m13 +#include "yyMotorPositions.req" + +#define MOTOR_REC m14 +#include "yyMotorPositions.req" + +#define MOTOR_REC m15 +#include "yyMotorPositions.req" + +#define MOTOR_REC m16 +#include "yyMotorPositions.req" + +#define MOTOR_REC m17 +#include "yyMotorPositions.req" + +#define MOTOR_REC m18 +#include "yyMotorPositions.req" + +#define MOTOR_REC m19 +#include "yyMotorPositions.req" + +#define MOTOR_REC m20 +#include "yyMotorPositions.req" + +#define MOTOR_REC m21 +#include "yyMotorPositions.req" + +#define MOTOR_REC m22 +#include "yyMotorPositions.req" + +#define MOTOR_REC m23 +#include "yyMotorPositions.req" + +#define MOTOR_REC m24 +#include "yyMotorPositions.req" + +#define MOTOR_REC m25 +#include "yyMotorPositions.req" + +#define MOTOR_REC m26 +#include "yyMotorPositions.req" + +#define MOTOR_REC m27 +#include "yyMotorPositions.req" + +#define MOTOR_REC m28 +#include "yyMotorPositions.req" + +#define MOTOR_REC m29 +#include "yyMotorPositions.req" + +#define MOTOR_REC m30 +#include "yyMotorPositions.req" + +#define MOTOR_REC m31 +#include "yyMotorPositions.req" + +#define MOTOR_REC m32 +#include "yyMotorPositions.req" + +#define MOTOR_REC m33 +#include "yyMotorPositions.req" + +#define MOTOR_REC m34 +#include "yyMotorPositions.req" + +#define MOTOR_REC m35 +#include "yyMotorPositions.req" + +#define MOTOR_REC m36 +#include "yyMotorPositions.req" diff --git a/motorApp/op/burt/yy36MotorSettings.req b/motorApp/op/burt/yy36MotorSettings.req new file mode 100644 index 00000000..20d8339d --- /dev/null +++ b/motorApp/op/burt/yy36MotorSettings.req @@ -0,0 +1,145 @@ +% save settings for motors 1-36 + +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL + +#define MOTOR_REC m5 +#include "yyMotorSettings.req" +PREFIX:m5_able.VAL + +#define MOTOR_REC m6 +#include "yyMotorSettings.req" +PREFIX:m6_able.VAL + +#define MOTOR_REC m7 +#include "yyMotorSettings.req" +PREFIX:m7_able.VAL + +#define MOTOR_REC m8 +#include "yyMotorSettings.req" +PREFIX:m8_able.VAL + +#define MOTOR_REC m9 +#include "yyMotorSettings.req" +PREFIX:m9_able.VAL + +#define MOTOR_REC m10 +#include "yyMotorSettings.req" +PREFIX:m10_able.VAL + +#define MOTOR_REC m11 +#include "yyMotorSettings.req" +PREFIX:m11_able.VAL + +#define MOTOR_REC m12 +#include "yyMotorSettings.req" +PREFIX:m12_able.VAL + +#define MOTOR_REC m13 +#include "yyMotorSettings.req" +PREFIX:m13_able.VAL + +#define MOTOR_REC m14 +#include "yyMotorSettings.req" +PREFIX:m14_able.VAL + +#define MOTOR_REC m15 +#include "yyMotorSettings.req" +PREFIX:m15_able.VAL + +#define MOTOR_REC m16 +#include "yyMotorSettings.req" +PREFIX:m16_able.VAL + +#define MOTOR_REC m17 +#include "yyMotorSettings.req" +PREFIX:m17_able.VAL + +#define MOTOR_REC m18 +#include "yyMotorSettings.req" +PREFIX:m18_able.VAL + +#define MOTOR_REC m19 +#include "yyMotorSettings.req" +PREFIX:m19_able.VAL + +#define MOTOR_REC m20 +#include "yyMotorSettings.req" +PREFIX:m20_able.VAL + +#define MOTOR_REC m21 +#include "yyMotorSettings.req" +PREFIX:m21_able.VAL + +#define MOTOR_REC m22 +#include "yyMotorSettings.req" +PREFIX:m22_able.VAL + +#define MOTOR_REC m23 +#include "yyMotorSettings.req" +PREFIX:m23_able.VAL + +#define MOTOR_REC m24 +#include "yyMotorSettings.req" +PREFIX:m24_able.VAL + +#define MOTOR_REC m25 +#include "yyMotorSettings.req" +PREFIX:m25_able.VAL + +#define MOTOR_REC m26 +#include "yyMotorSettings.req" +PREFIX:m26_able.VAL + +#define MOTOR_REC m27 +#include "yyMotorSettings.req" +PREFIX:m27_able.VAL + +#define MOTOR_REC m28 +#include "yyMotorSettings.req" +PREFIX:m28_able.VAL + +#define MOTOR_REC m29 +#include "yyMotorSettings.req" +PREFIX:m29_able.VAL + +#define MOTOR_REC m30 +#include "yyMotorSettings.req" +PREFIX:m30_able.VAL + +#define MOTOR_REC m31 +#include "yyMotorSettings.req" +PREFIX:m31_able.VAL + +#define MOTOR_REC m32 +#include "yyMotorSettings.req" +PREFIX:m32_able.VAL + +#define MOTOR_REC m33 +#include "yyMotorSettings.req" +PREFIX:m33_able.VAL + +#define MOTOR_REC m34 +#include "yyMotorSettings.req" +PREFIX:m34_able.VAL + +#define MOTOR_REC m35 +#include "yyMotorSettings.req" +PREFIX:m35_able.VAL + +#define MOTOR_REC m36 +#include "yyMotorSettings.req" +PREFIX:m36_able.VAL diff --git a/motorApp/op/burt/yy40MotorPositions.req b/motorApp/op/burt/yy40MotorPositions.req new file mode 100644 index 00000000..eea500ae --- /dev/null +++ b/motorApp/op/burt/yy40MotorPositions.req @@ -0,0 +1,121 @@ +% save positions for motors 1-40 + +#define MOTOR_REC m1 +#include "yyMotorPositions.req" + +#define MOTOR_REC m2 +#include "yyMotorPositions.req" + +#define MOTOR_REC m3 +#include "yyMotorPositions.req" + +#define MOTOR_REC m4 +#include "yyMotorPositions.req" + +#define MOTOR_REC m5 +#include "yyMotorPositions.req" + +#define MOTOR_REC m6 +#include "yyMotorPositions.req" + +#define MOTOR_REC m7 +#include "yyMotorPositions.req" + +#define MOTOR_REC m8 +#include "yyMotorPositions.req" + +#define MOTOR_REC m9 +#include "yyMotorPositions.req" + +#define MOTOR_REC m10 +#include "yyMotorPositions.req" + +#define MOTOR_REC m11 +#include "yyMotorPositions.req" + +#define MOTOR_REC m12 +#include "yyMotorPositions.req" + +#define MOTOR_REC m13 +#include "yyMotorPositions.req" + +#define MOTOR_REC m14 +#include "yyMotorPositions.req" + +#define MOTOR_REC m15 +#include "yyMotorPositions.req" + +#define MOTOR_REC m16 +#include "yyMotorPositions.req" + +#define MOTOR_REC m17 +#include "yyMotorPositions.req" + +#define MOTOR_REC m18 +#include "yyMotorPositions.req" + +#define MOTOR_REC m19 +#include "yyMotorPositions.req" + +#define MOTOR_REC m20 +#include "yyMotorPositions.req" + +#define MOTOR_REC m21 +#include "yyMotorPositions.req" + +#define MOTOR_REC m22 +#include "yyMotorPositions.req" + +#define MOTOR_REC m23 +#include "yyMotorPositions.req" + +#define MOTOR_REC m24 +#include "yyMotorPositions.req" + +#define MOTOR_REC m25 +#include "yyMotorPositions.req" + +#define MOTOR_REC m26 +#include "yyMotorPositions.req" + +#define MOTOR_REC m27 +#include "yyMotorPositions.req" + +#define MOTOR_REC m28 +#include "yyMotorPositions.req" + +#define MOTOR_REC m29 +#include "yyMotorPositions.req" + +#define MOTOR_REC m30 +#include "yyMotorPositions.req" + +#define MOTOR_REC m31 +#include "yyMotorPositions.req" + +#define MOTOR_REC m32 +#include "yyMotorPositions.req" + +#define MOTOR_REC m33 +#include "yyMotorPositions.req" + +#define MOTOR_REC m34 +#include "yyMotorPositions.req" + +#define MOTOR_REC m35 +#include "yyMotorPositions.req" + +#define MOTOR_REC m36 +#include "yyMotorPositions.req" + +#define MOTOR_REC m37 +#include "yyMotorPositions.req" + +#define MOTOR_REC m38 +#include "yyMotorPositions.req" + +#define MOTOR_REC m39 +#include "yyMotorPositions.req" + +#define MOTOR_REC m40 +#include "yyMotorPositions.req" diff --git a/motorApp/op/burt/yy40MotorSettings.req b/motorApp/op/burt/yy40MotorSettings.req new file mode 100644 index 00000000..88295b30 --- /dev/null +++ b/motorApp/op/burt/yy40MotorSettings.req @@ -0,0 +1,161 @@ +% save settings for motors 1-40 + +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL + +#define MOTOR_REC m5 +#include "yyMotorSettings.req" +PREFIX:m5_able.VAL + +#define MOTOR_REC m6 +#include "yyMotorSettings.req" +PREFIX:m6_able.VAL + +#define MOTOR_REC m7 +#include "yyMotorSettings.req" +PREFIX:m7_able.VAL + +#define MOTOR_REC m8 +#include "yyMotorSettings.req" +PREFIX:m8_able.VAL + +#define MOTOR_REC m9 +#include "yyMotorSettings.req" +PREFIX:m9_able.VAL + +#define MOTOR_REC m10 +#include "yyMotorSettings.req" +PREFIX:m10_able.VAL + +#define MOTOR_REC m11 +#include "yyMotorSettings.req" +PREFIX:m11_able.VAL + +#define MOTOR_REC m12 +#include "yyMotorSettings.req" +PREFIX:m12_able.VAL + +#define MOTOR_REC m13 +#include "yyMotorSettings.req" +PREFIX:m13_able.VAL + +#define MOTOR_REC m14 +#include "yyMotorSettings.req" +PREFIX:m14_able.VAL + +#define MOTOR_REC m15 +#include "yyMotorSettings.req" +PREFIX:m15_able.VAL + +#define MOTOR_REC m16 +#include "yyMotorSettings.req" +PREFIX:m16_able.VAL + +#define MOTOR_REC m17 +#include "yyMotorSettings.req" +PREFIX:m17_able.VAL + +#define MOTOR_REC m18 +#include "yyMotorSettings.req" +PREFIX:m18_able.VAL + +#define MOTOR_REC m19 +#include "yyMotorSettings.req" +PREFIX:m19_able.VAL + +#define MOTOR_REC m20 +#include "yyMotorSettings.req" +PREFIX:m20_able.VAL + +#define MOTOR_REC m21 +#include "yyMotorSettings.req" +PREFIX:m21_able.VAL + +#define MOTOR_REC m22 +#include "yyMotorSettings.req" +PREFIX:m22_able.VAL + +#define MOTOR_REC m23 +#include "yyMotorSettings.req" +PREFIX:m23_able.VAL + +#define MOTOR_REC m24 +#include "yyMotorSettings.req" +PREFIX:m24_able.VAL + +#define MOTOR_REC m25 +#include "yyMotorSettings.req" +PREFIX:m25_able.VAL + +#define MOTOR_REC m26 +#include "yyMotorSettings.req" +PREFIX:m26_able.VAL + +#define MOTOR_REC m27 +#include "yyMotorSettings.req" +PREFIX:m27_able.VAL + +#define MOTOR_REC m28 +#include "yyMotorSettings.req" +PREFIX:m28_able.VAL + +#define MOTOR_REC m29 +#include "yyMotorSettings.req" +PREFIX:m29_able.VAL + +#define MOTOR_REC m30 +#include "yyMotorSettings.req" +PREFIX:m30_able.VAL + +#define MOTOR_REC m31 +#include "yyMotorSettings.req" +PREFIX:m31_able.VAL + +#define MOTOR_REC m32 +#include "yyMotorSettings.req" +PREFIX:m32_able.VAL + +#define MOTOR_REC m33 +#include "yyMotorSettings.req" +PREFIX:m33_able.VAL + +#define MOTOR_REC m34 +#include "yyMotorSettings.req" +PREFIX:m34_able.VAL + +#define MOTOR_REC m35 +#include "yyMotorSettings.req" +PREFIX:m35_able.VAL + +#define MOTOR_REC m36 +#include "yyMotorSettings.req" +PREFIX:m36_able.VAL + +#define MOTOR_REC m37 +#include "yyMotorSettings.req" +PREFIX:m37_able.VAL + +#define MOTOR_REC m38 +#include "yyMotorSettings.req" +PREFIX:m38_able.VAL + +#define MOTOR_REC m39 +#include "yyMotorSettings.req" +PREFIX:m39_able.VAL + +#define MOTOR_REC m40 +#include "yyMotorSettings.req" +PREFIX:m40_able.VAL diff --git a/motorApp/op/burt/yy44MotorPositions.req b/motorApp/op/burt/yy44MotorPositions.req new file mode 100644 index 00000000..6904a995 --- /dev/null +++ b/motorApp/op/burt/yy44MotorPositions.req @@ -0,0 +1,133 @@ +% save positions for motors 1-44 + +#define MOTOR_REC m1 +#include "yyMotorPositions.req" + +#define MOTOR_REC m2 +#include "yyMotorPositions.req" + +#define MOTOR_REC m3 +#include "yyMotorPositions.req" + +#define MOTOR_REC m4 +#include "yyMotorPositions.req" + +#define MOTOR_REC m5 +#include "yyMotorPositions.req" + +#define MOTOR_REC m6 +#include "yyMotorPositions.req" + +#define MOTOR_REC m7 +#include "yyMotorPositions.req" + +#define MOTOR_REC m8 +#include "yyMotorPositions.req" + +#define MOTOR_REC m9 +#include "yyMotorPositions.req" + +#define MOTOR_REC m10 +#include "yyMotorPositions.req" + +#define MOTOR_REC m11 +#include "yyMotorPositions.req" + +#define MOTOR_REC m12 +#include "yyMotorPositions.req" + +#define MOTOR_REC m13 +#include "yyMotorPositions.req" + +#define MOTOR_REC m14 +#include "yyMotorPositions.req" + +#define MOTOR_REC m15 +#include "yyMotorPositions.req" + +#define MOTOR_REC m16 +#include "yyMotorPositions.req" + +#define MOTOR_REC m17 +#include "yyMotorPositions.req" + +#define MOTOR_REC m18 +#include "yyMotorPositions.req" + +#define MOTOR_REC m19 +#include "yyMotorPositions.req" + +#define MOTOR_REC m20 +#include "yyMotorPositions.req" + +#define MOTOR_REC m21 +#include "yyMotorPositions.req" + +#define MOTOR_REC m22 +#include "yyMotorPositions.req" + +#define MOTOR_REC m23 +#include "yyMotorPositions.req" + +#define MOTOR_REC m24 +#include "yyMotorPositions.req" + +#define MOTOR_REC m25 +#include "yyMotorPositions.req" + +#define MOTOR_REC m26 +#include "yyMotorPositions.req" + +#define MOTOR_REC m27 +#include "yyMotorPositions.req" + +#define MOTOR_REC m28 +#include "yyMotorPositions.req" + +#define MOTOR_REC m29 +#include "yyMotorPositions.req" + +#define MOTOR_REC m30 +#include "yyMotorPositions.req" + +#define MOTOR_REC m31 +#include "yyMotorPositions.req" + +#define MOTOR_REC m32 +#include "yyMotorPositions.req" + +#define MOTOR_REC m33 +#include "yyMotorPositions.req" + +#define MOTOR_REC m34 +#include "yyMotorPositions.req" + +#define MOTOR_REC m35 +#include "yyMotorPositions.req" + +#define MOTOR_REC m36 +#include "yyMotorPositions.req" + +#define MOTOR_REC m37 +#include "yyMotorPositions.req" + +#define MOTOR_REC m38 +#include "yyMotorPositions.req" + +#define MOTOR_REC m39 +#include "yyMotorPositions.req" + +#define MOTOR_REC m40 +#include "yyMotorPositions.req" + +#define MOTOR_REC m41 +#include "yyMotorPositions.req" + +#define MOTOR_REC m42 +#include "yyMotorPositions.req" + +#define MOTOR_REC m43 +#include "yyMotorPositions.req" + +#define MOTOR_REC m44 +#include "yyMotorPositions.req" diff --git a/motorApp/op/burt/yy44MotorSettings.req b/motorApp/op/burt/yy44MotorSettings.req new file mode 100644 index 00000000..95848d47 --- /dev/null +++ b/motorApp/op/burt/yy44MotorSettings.req @@ -0,0 +1,177 @@ +% save settings for motors 1-44 + +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL + +#define MOTOR_REC m5 +#include "yyMotorSettings.req" +PREFIX:m5_able.VAL + +#define MOTOR_REC m6 +#include "yyMotorSettings.req" +PREFIX:m6_able.VAL + +#define MOTOR_REC m7 +#include "yyMotorSettings.req" +PREFIX:m7_able.VAL + +#define MOTOR_REC m8 +#include "yyMotorSettings.req" +PREFIX:m8_able.VAL + +#define MOTOR_REC m9 +#include "yyMotorSettings.req" +PREFIX:m9_able.VAL + +#define MOTOR_REC m10 +#include "yyMotorSettings.req" +PREFIX:m10_able.VAL + +#define MOTOR_REC m11 +#include "yyMotorSettings.req" +PREFIX:m11_able.VAL + +#define MOTOR_REC m12 +#include "yyMotorSettings.req" +PREFIX:m12_able.VAL + +#define MOTOR_REC m13 +#include "yyMotorSettings.req" +PREFIX:m13_able.VAL + +#define MOTOR_REC m14 +#include "yyMotorSettings.req" +PREFIX:m14_able.VAL + +#define MOTOR_REC m15 +#include "yyMotorSettings.req" +PREFIX:m15_able.VAL + +#define MOTOR_REC m16 +#include "yyMotorSettings.req" +PREFIX:m16_able.VAL + +#define MOTOR_REC m17 +#include "yyMotorSettings.req" +PREFIX:m17_able.VAL + +#define MOTOR_REC m18 +#include "yyMotorSettings.req" +PREFIX:m18_able.VAL + +#define MOTOR_REC m19 +#include "yyMotorSettings.req" +PREFIX:m19_able.VAL + +#define MOTOR_REC m20 +#include "yyMotorSettings.req" +PREFIX:m20_able.VAL + +#define MOTOR_REC m21 +#include "yyMotorSettings.req" +PREFIX:m21_able.VAL + +#define MOTOR_REC m22 +#include "yyMotorSettings.req" +PREFIX:m22_able.VAL + +#define MOTOR_REC m23 +#include "yyMotorSettings.req" +PREFIX:m23_able.VAL + +#define MOTOR_REC m24 +#include "yyMotorSettings.req" +PREFIX:m24_able.VAL + +#define MOTOR_REC m25 +#include "yyMotorSettings.req" +PREFIX:m25_able.VAL + +#define MOTOR_REC m26 +#include "yyMotorSettings.req" +PREFIX:m26_able.VAL + +#define MOTOR_REC m27 +#include "yyMotorSettings.req" +PREFIX:m27_able.VAL + +#define MOTOR_REC m28 +#include "yyMotorSettings.req" +PREFIX:m28_able.VAL + +#define MOTOR_REC m29 +#include "yyMotorSettings.req" +PREFIX:m29_able.VAL + +#define MOTOR_REC m30 +#include "yyMotorSettings.req" +PREFIX:m30_able.VAL + +#define MOTOR_REC m31 +#include "yyMotorSettings.req" +PREFIX:m31_able.VAL + +#define MOTOR_REC m32 +#include "yyMotorSettings.req" +PREFIX:m32_able.VAL + +#define MOTOR_REC m33 +#include "yyMotorSettings.req" +PREFIX:m33_able.VAL + +#define MOTOR_REC m34 +#include "yyMotorSettings.req" +PREFIX:m34_able.VAL + +#define MOTOR_REC m35 +#include "yyMotorSettings.req" +PREFIX:m35_able.VAL + +#define MOTOR_REC m36 +#include "yyMotorSettings.req" +PREFIX:m36_able.VAL + +#define MOTOR_REC m37 +#include "yyMotorSettings.req" +PREFIX:m37_able.VAL + +#define MOTOR_REC m38 +#include "yyMotorSettings.req" +PREFIX:m38_able.VAL + +#define MOTOR_REC m39 +#include "yyMotorSettings.req" +PREFIX:m39_able.VAL + +#define MOTOR_REC m40 +#include "yyMotorSettings.req" +PREFIX:m40_able.VAL + +#define MOTOR_REC m41 +#include "yyMotorSettings.req" +PREFIX:m41_able.VAL + +#define MOTOR_REC m42 +#include "yyMotorSettings.req" +PREFIX:m42_able.VAL + +#define MOTOR_REC m43 +#include "yyMotorSettings.req" +PREFIX:m43_able.VAL + +#define MOTOR_REC m44 +#include "yyMotorSettings.req" +PREFIX:m44_able.VAL diff --git a/motorApp/op/burt/yy48MotorPositions.req b/motorApp/op/burt/yy48MotorPositions.req new file mode 100644 index 00000000..83a09a21 --- /dev/null +++ b/motorApp/op/burt/yy48MotorPositions.req @@ -0,0 +1,145 @@ +% save positions for motors 1-48 + +#define MOTOR_REC m1 +#include "yyMotorPositions.req" + +#define MOTOR_REC m2 +#include "yyMotorPositions.req" + +#define MOTOR_REC m3 +#include "yyMotorPositions.req" + +#define MOTOR_REC m4 +#include "yyMotorPositions.req" + +#define MOTOR_REC m5 +#include "yyMotorPositions.req" + +#define MOTOR_REC m6 +#include "yyMotorPositions.req" + +#define MOTOR_REC m7 +#include "yyMotorPositions.req" + +#define MOTOR_REC m8 +#include "yyMotorPositions.req" + +#define MOTOR_REC m9 +#include "yyMotorPositions.req" + +#define MOTOR_REC m10 +#include "yyMotorPositions.req" + +#define MOTOR_REC m11 +#include "yyMotorPositions.req" + +#define MOTOR_REC m12 +#include "yyMotorPositions.req" + +#define MOTOR_REC m13 +#include "yyMotorPositions.req" + +#define MOTOR_REC m14 +#include "yyMotorPositions.req" + +#define MOTOR_REC m15 +#include "yyMotorPositions.req" + +#define MOTOR_REC m16 +#include "yyMotorPositions.req" + +#define MOTOR_REC m17 +#include "yyMotorPositions.req" + +#define MOTOR_REC m18 +#include "yyMotorPositions.req" + +#define MOTOR_REC m19 +#include "yyMotorPositions.req" + +#define MOTOR_REC m20 +#include "yyMotorPositions.req" + +#define MOTOR_REC m21 +#include "yyMotorPositions.req" + +#define MOTOR_REC m22 +#include "yyMotorPositions.req" + +#define MOTOR_REC m23 +#include "yyMotorPositions.req" + +#define MOTOR_REC m24 +#include "yyMotorPositions.req" + +#define MOTOR_REC m25 +#include "yyMotorPositions.req" + +#define MOTOR_REC m26 +#include "yyMotorPositions.req" + +#define MOTOR_REC m27 +#include "yyMotorPositions.req" + +#define MOTOR_REC m28 +#include "yyMotorPositions.req" + +#define MOTOR_REC m29 +#include "yyMotorPositions.req" + +#define MOTOR_REC m30 +#include "yyMotorPositions.req" + +#define MOTOR_REC m31 +#include "yyMotorPositions.req" + +#define MOTOR_REC m32 +#include "yyMotorPositions.req" + +#define MOTOR_REC m33 +#include "yyMotorPositions.req" + +#define MOTOR_REC m34 +#include "yyMotorPositions.req" + +#define MOTOR_REC m35 +#include "yyMotorPositions.req" + +#define MOTOR_REC m36 +#include "yyMotorPositions.req" + +#define MOTOR_REC m37 +#include "yyMotorPositions.req" + +#define MOTOR_REC m38 +#include "yyMotorPositions.req" + +#define MOTOR_REC m39 +#include "yyMotorPositions.req" + +#define MOTOR_REC m40 +#include "yyMotorPositions.req" + +#define MOTOR_REC m41 +#include "yyMotorPositions.req" + +#define MOTOR_REC m42 +#include "yyMotorPositions.req" + +#define MOTOR_REC m43 +#include "yyMotorPositions.req" + +#define MOTOR_REC m44 +#include "yyMotorPositions.req" + +#define MOTOR_REC m45 +#include "yyMotorPositions.req" + +#define MOTOR_REC m46 +#include "yyMotorPositions.req" + +#define MOTOR_REC m47 +#include "yyMotorPositions.req" + +#define MOTOR_REC m48 +#include "yyMotorPositions.req" diff --git a/motorApp/op/burt/yy48MotorSettings.req b/motorApp/op/burt/yy48MotorSettings.req new file mode 100644 index 00000000..c388520a --- /dev/null +++ b/motorApp/op/burt/yy48MotorSettings.req @@ -0,0 +1,193 @@ +% save settings for motors 1-48 + +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL + +#define MOTOR_REC m5 +#include "yyMotorSettings.req" +PREFIX:m5_able.VAL + +#define MOTOR_REC m6 +#include "yyMotorSettings.req" +PREFIX:m6_able.VAL + +#define MOTOR_REC m7 +#include "yyMotorSettings.req" +PREFIX:m7_able.VAL + +#define MOTOR_REC m8 +#include "yyMotorSettings.req" +PREFIX:m8_able.VAL + +#define MOTOR_REC m9 +#include "yyMotorSettings.req" +PREFIX:m9_able.VAL + +#define MOTOR_REC m10 +#include "yyMotorSettings.req" +PREFIX:m10_able.VAL + +#define MOTOR_REC m11 +#include "yyMotorSettings.req" +PREFIX:m11_able.VAL + +#define MOTOR_REC m12 +#include "yyMotorSettings.req" +PREFIX:m12_able.VAL + +#define MOTOR_REC m13 +#include "yyMotorSettings.req" +PREFIX:m13_able.VAL + +#define MOTOR_REC m14 +#include "yyMotorSettings.req" +PREFIX:m14_able.VAL + +#define MOTOR_REC m15 +#include "yyMotorSettings.req" +PREFIX:m15_able.VAL + +#define MOTOR_REC m16 +#include "yyMotorSettings.req" +PREFIX:m16_able.VAL + +#define MOTOR_REC m17 +#include "yyMotorSettings.req" +PREFIX:m17_able.VAL + +#define MOTOR_REC m18 +#include "yyMotorSettings.req" +PREFIX:m18_able.VAL + +#define MOTOR_REC m19 +#include "yyMotorSettings.req" +PREFIX:m19_able.VAL + +#define MOTOR_REC m20 +#include "yyMotorSettings.req" +PREFIX:m20_able.VAL + +#define MOTOR_REC m21 +#include "yyMotorSettings.req" +PREFIX:m21_able.VAL + +#define MOTOR_REC m22 +#include "yyMotorSettings.req" +PREFIX:m22_able.VAL + +#define MOTOR_REC m23 +#include "yyMotorSettings.req" +PREFIX:m23_able.VAL + +#define MOTOR_REC m24 +#include "yyMotorSettings.req" +PREFIX:m24_able.VAL + +#define MOTOR_REC m25 +#include "yyMotorSettings.req" +PREFIX:m25_able.VAL + +#define MOTOR_REC m26 +#include "yyMotorSettings.req" +PREFIX:m26_able.VAL + +#define MOTOR_REC m27 +#include "yyMotorSettings.req" +PREFIX:m27_able.VAL + +#define MOTOR_REC m28 +#include "yyMotorSettings.req" +PREFIX:m28_able.VAL + +#define MOTOR_REC m29 +#include "yyMotorSettings.req" +PREFIX:m29_able.VAL + +#define MOTOR_REC m30 +#include "yyMotorSettings.req" +PREFIX:m30_able.VAL + +#define MOTOR_REC m31 +#include "yyMotorSettings.req" +PREFIX:m31_able.VAL + +#define MOTOR_REC m32 +#include "yyMotorSettings.req" +PREFIX:m32_able.VAL + +#define MOTOR_REC m33 +#include "yyMotorSettings.req" +PREFIX:m33_able.VAL + +#define MOTOR_REC m34 +#include "yyMotorSettings.req" +PREFIX:m34_able.VAL + +#define MOTOR_REC m35 +#include "yyMotorSettings.req" +PREFIX:m35_able.VAL + +#define MOTOR_REC m36 +#include "yyMotorSettings.req" +PREFIX:m36_able.VAL + +#define MOTOR_REC m37 +#include "yyMotorSettings.req" +PREFIX:m37_able.VAL + +#define MOTOR_REC m38 +#include "yyMotorSettings.req" +PREFIX:m38_able.VAL + +#define MOTOR_REC m39 +#include "yyMotorSettings.req" +PREFIX:m39_able.VAL + +#define MOTOR_REC m40 +#include "yyMotorSettings.req" +PREFIX:m40_able.VAL + +#define MOTOR_REC m41 +#include "yyMotorSettings.req" +PREFIX:m41_able.VAL + +#define MOTOR_REC m42 +#include "yyMotorSettings.req" +PREFIX:m42_able.VAL + +#define MOTOR_REC m43 +#include "yyMotorSettings.req" +PREFIX:m43_able.VAL + +#define MOTOR_REC m44 +#include "yyMotorSettings.req" +PREFIX:m44_able.VAL + +#define MOTOR_REC m45 +#include "yyMotorSettings.req" +PREFIX:m45_able.VAL + +#define MOTOR_REC m46 +#include "yyMotorSettings.req" +PREFIX:m46_able.VAL + +#define MOTOR_REC m47 +#include "yyMotorSettings.req" +PREFIX:m47_able.VAL + +#define MOTOR_REC m48 +#include "yyMotorSettings.req" +PREFIX:m48_able.VAL diff --git a/motorApp/op/burt/yy4MotorSettings.req b/motorApp/op/burt/yy4MotorSettings.req new file mode 100644 index 00000000..c1c12c49 --- /dev/null +++ b/motorApp/op/burt/yy4MotorSettings.req @@ -0,0 +1,17 @@ +% save settings for motors 1-4 + +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL diff --git a/motorApp/op/burt/yy52MotorPositions.req b/motorApp/op/burt/yy52MotorPositions.req new file mode 100644 index 00000000..debf1cb8 --- /dev/null +++ b/motorApp/op/burt/yy52MotorPositions.req @@ -0,0 +1,156 @@ +% save positions for motors 1-52 +#define MOTOR_REC m1 +#include "yyMotorPositions.req" + +#define MOTOR_REC m2 +#include "yyMotorPositions.req" + +#define MOTOR_REC m3 +#include "yyMotorPositions.req" + +#define MOTOR_REC m4 +#include "yyMotorPositions.req" + +#define MOTOR_REC m5 +#include "yyMotorPositions.req" + +#define MOTOR_REC m6 +#include "yyMotorPositions.req" + +#define MOTOR_REC m7 +#include "yyMotorPositions.req" + +#define MOTOR_REC m8 +#include "yyMotorPositions.req" + +#define MOTOR_REC m9 +#include "yyMotorPositions.req" + +#define MOTOR_REC m10 +#include "yyMotorPositions.req" + +#define MOTOR_REC m11 +#include "yyMotorPositions.req" + +#define MOTOR_REC m12 +#include "yyMotorPositions.req" + +#define MOTOR_REC m13 +#include "yyMotorPositions.req" + +#define MOTOR_REC m14 +#include "yyMotorPositions.req" + +#define MOTOR_REC m15 +#include "yyMotorPositions.req" + +#define MOTOR_REC m16 +#include "yyMotorPositions.req" + +#define MOTOR_REC m17 +#include "yyMotorPositions.req" + +#define MOTOR_REC m18 +#include "yyMotorPositions.req" + +#define MOTOR_REC m19 +#include "yyMotorPositions.req" + +#define MOTOR_REC m20 +#include "yyMotorPositions.req" + +#define MOTOR_REC m21 +#include "yyMotorPositions.req" + +#define MOTOR_REC m22 +#include "yyMotorPositions.req" + +#define MOTOR_REC m23 +#include "yyMotorPositions.req" + +#define MOTOR_REC m24 +#include "yyMotorPositions.req" + +#define MOTOR_REC m25 +#include "yyMotorPositions.req" + +#define MOTOR_REC m26 +#include "yyMotorPositions.req" + +#define MOTOR_REC m27 +#include "yyMotorPositions.req" + +#define MOTOR_REC m28 +#include "yyMotorPositions.req" + +#define MOTOR_REC m29 +#include "yyMotorPositions.req" + +#define MOTOR_REC m30 +#include "yyMotorPositions.req" + +#define MOTOR_REC m31 +#include "yyMotorPositions.req" + +#define MOTOR_REC m32 +#include "yyMotorPositions.req" + +#define MOTOR_REC m33 +#include "yyMotorPositions.req" + +#define MOTOR_REC m34 +#include "yyMotorPositions.req" + +#define MOTOR_REC m35 +#include "yyMotorPositions.req" + +#define MOTOR_REC m36 +#include "yyMotorPositions.req" + +#define MOTOR_REC m37 +#include "yyMotorPositions.req" + +#define MOTOR_REC m38 +#include "yyMotorPositions.req" + +#define MOTOR_REC m39 +#include "yyMotorPositions.req" + +#define MOTOR_REC m40 +#include "yyMotorPositions.req" + +#define MOTOR_REC m41 +#include "yyMotorPositions.req" + +#define MOTOR_REC m42 +#include "yyMotorPositions.req" + +#define MOTOR_REC m43 +#include "yyMotorPositions.req" + +#define MOTOR_REC m44 +#include "yyMotorPositions.req" + +#define MOTOR_REC m45 +#include "yyMotorPositions.req" + +#define MOTOR_REC m46 +#include "yyMotorPositions.req" + +#define MOTOR_REC m47 +#include "yyMotorPositions.req" + +#define MOTOR_REC m48 +#include "yyMotorPositions.req" + +#define MOTOR_REC m49 +#include "yyMotorPositions.req" + +#define MOTOR_REC m50 +#include "yyMotorPositions.req" + +#define MOTOR_REC m51 +#include "yyMotorPositions.req" + +#define MOTOR_REC m52 +#include "yyMotorPositions.req" diff --git a/motorApp/op/burt/yy52MotorSettings.req b/motorApp/op/burt/yy52MotorSettings.req new file mode 100644 index 00000000..50070cc8 --- /dev/null +++ b/motorApp/op/burt/yy52MotorSettings.req @@ -0,0 +1,208 @@ +% save settings for motors 1-52 +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL + +#define MOTOR_REC m5 +#include "yyMotorSettings.req" +PREFIX:m5_able.VAL + +#define MOTOR_REC m6 +#include "yyMotorSettings.req" +PREFIX:m6_able.VAL + +#define MOTOR_REC m7 +#include "yyMotorSettings.req" +PREFIX:m7_able.VAL + +#define MOTOR_REC m8 +#include "yyMotorSettings.req" +PREFIX:m8_able.VAL + +#define MOTOR_REC m9 +#include "yyMotorSettings.req" +PREFIX:m9_able.VAL + +#define MOTOR_REC m10 +#include "yyMotorSettings.req" +PREFIX:m10_able.VAL + +#define MOTOR_REC m11 +#include "yyMotorSettings.req" +PREFIX:m11_able.VAL + +#define MOTOR_REC m12 +#include "yyMotorSettings.req" +PREFIX:m12_able.VAL + +#define MOTOR_REC m13 +#include "yyMotorSettings.req" +PREFIX:m13_able.VAL + +#define MOTOR_REC m14 +#include "yyMotorSettings.req" +PREFIX:m14_able.VAL + +#define MOTOR_REC m15 +#include "yyMotorSettings.req" +PREFIX:m15_able.VAL + +#define MOTOR_REC m16 +#include "yyMotorSettings.req" +PREFIX:m16_able.VAL + +#define MOTOR_REC m17 +#include "yyMotorSettings.req" +PREFIX:m17_able.VAL + +#define MOTOR_REC m18 +#include "yyMotorSettings.req" +PREFIX:m18_able.VAL + +#define MOTOR_REC m19 +#include "yyMotorSettings.req" +PREFIX:m19_able.VAL + +#define MOTOR_REC m20 +#include "yyMotorSettings.req" +PREFIX:m20_able.VAL + +#define MOTOR_REC m21 +#include "yyMotorSettings.req" +PREFIX:m21_able.VAL + +#define MOTOR_REC m22 +#include "yyMotorSettings.req" +PREFIX:m22_able.VAL + +#define MOTOR_REC m23 +#include "yyMotorSettings.req" +PREFIX:m23_able.VAL + +#define MOTOR_REC m24 +#include "yyMotorSettings.req" +PREFIX:m24_able.VAL + +#define MOTOR_REC m25 +#include "yyMotorSettings.req" +PREFIX:m25_able.VAL + +#define MOTOR_REC m26 +#include "yyMotorSettings.req" +PREFIX:m26_able.VAL + +#define MOTOR_REC m27 +#include "yyMotorSettings.req" +PREFIX:m27_able.VAL + +#define MOTOR_REC m28 +#include "yyMotorSettings.req" +PREFIX:m28_able.VAL + +#define MOTOR_REC m29 +#include "yyMotorSettings.req" +PREFIX:m29_able.VAL + +#define MOTOR_REC m30 +#include "yyMotorSettings.req" +PREFIX:m30_able.VAL + +#define MOTOR_REC m31 +#include "yyMotorSettings.req" +PREFIX:m31_able.VAL + +#define MOTOR_REC m32 +#include "yyMotorSettings.req" +PREFIX:m32_able.VAL + +#define MOTOR_REC m33 +#include "yyMotorSettings.req" +PREFIX:m33_able.VAL + +#define MOTOR_REC m34 +#include "yyMotorSettings.req" +PREFIX:m34_able.VAL + +#define MOTOR_REC m35 +#include "yyMotorSettings.req" +PREFIX:m35_able.VAL + +#define MOTOR_REC m36 +#include "yyMotorSettings.req" +PREFIX:m36_able.VAL + +#define MOTOR_REC m37 +#include "yyMotorSettings.req" +PREFIX:m37_able.VAL + +#define MOTOR_REC m38 +#include "yyMotorSettings.req" +PREFIX:m38_able.VAL + +#define MOTOR_REC m39 +#include "yyMotorSettings.req" +PREFIX:m39_able.VAL + +#define MOTOR_REC m40 +#include "yyMotorSettings.req" +PREFIX:m40_able.VAL + +#define MOTOR_REC m41 +#include "yyMotorSettings.req" +PREFIX:m41_able.VAL + +#define MOTOR_REC m42 +#include "yyMotorSettings.req" +PREFIX:m42_able.VAL + +#define MOTOR_REC m43 +#include "yyMotorSettings.req" +PREFIX:m43_able.VAL + +#define MOTOR_REC m44 +#include "yyMotorSettings.req" +PREFIX:m44_able.VAL + +#define MOTOR_REC m45 +#include "yyMotorSettings.req" +PREFIX:m45_able.VAL + +#define MOTOR_REC m46 +#include "yyMotorSettings.req" +PREFIX:m46_able.VAL + +#define MOTOR_REC m47 +#include "yyMotorSettings.req" +PREFIX:m47_able.VAL + +#define MOTOR_REC m48 +#include "yyMotorSettings.req" +PREFIX:m48_able.VAL + +#define MOTOR_REC m49 +#include "yyMotorSettings.req" +PREFIX:m49_able.VAL + +#define MOTOR_REC m50 +#include "yyMotorSettings.req" +PREFIX:m50_able.VAL + +#define MOTOR_REC m51 +#include "yyMotorSettings.req" +PREFIX:m51_able.VAL + +#define MOTOR_REC m52 +#include "yyMotorSettings.req" +PREFIX:m52_able.VAL diff --git a/motorApp/op/burt/yy56MotorPositions.req b/motorApp/op/burt/yy56MotorPositions.req new file mode 100644 index 00000000..c86930e1 --- /dev/null +++ b/motorApp/op/burt/yy56MotorPositions.req @@ -0,0 +1,169 @@ +% save positions for motors 1-56 + +#define MOTOR_REC m1 +#include "yyMotorPositions.req" + +#define MOTOR_REC m2 +#include "yyMotorPositions.req" + +#define MOTOR_REC m3 +#include "yyMotorPositions.req" + +#define MOTOR_REC m4 +#include "yyMotorPositions.req" + +#define MOTOR_REC m5 +#include "yyMotorPositions.req" + +#define MOTOR_REC m6 +#include "yyMotorPositions.req" + +#define MOTOR_REC m7 +#include "yyMotorPositions.req" + +#define MOTOR_REC m8 +#include "yyMotorPositions.req" + +#define MOTOR_REC m9 +#include "yyMotorPositions.req" + +#define MOTOR_REC m10 +#include "yyMotorPositions.req" + +#define MOTOR_REC m11 +#include "yyMotorPositions.req" + +#define MOTOR_REC m12 +#include "yyMotorPositions.req" + +#define MOTOR_REC m13 +#include "yyMotorPositions.req" + +#define MOTOR_REC m14 +#include "yyMotorPositions.req" + +#define MOTOR_REC m15 +#include "yyMotorPositions.req" + +#define MOTOR_REC m16 +#include "yyMotorPositions.req" + +#define MOTOR_REC m17 +#include "yyMotorPositions.req" + +#define MOTOR_REC m18 +#include "yyMotorPositions.req" + +#define MOTOR_REC m19 +#include "yyMotorPositions.req" + +#define MOTOR_REC m20 +#include "yyMotorPositions.req" + +#define MOTOR_REC m21 +#include "yyMotorPositions.req" + +#define MOTOR_REC m22 +#include "yyMotorPositions.req" + +#define MOTOR_REC m23 +#include "yyMotorPositions.req" + +#define MOTOR_REC m24 +#include "yyMotorPositions.req" + +#define MOTOR_REC m25 +#include "yyMotorPositions.req" + +#define MOTOR_REC m26 +#include "yyMotorPositions.req" + +#define MOTOR_REC m27 +#include "yyMotorPositions.req" + +#define MOTOR_REC m28 +#include "yyMotorPositions.req" + +#define MOTOR_REC m29 +#include "yyMotorPositions.req" + +#define MOTOR_REC m30 +#include "yyMotorPositions.req" + +#define MOTOR_REC m31 +#include "yyMotorPositions.req" + +#define MOTOR_REC m32 +#include "yyMotorPositions.req" + +#define MOTOR_REC m33 +#include "yyMotorPositions.req" + +#define MOTOR_REC m34 +#include "yyMotorPositions.req" + +#define MOTOR_REC m35 +#include "yyMotorPositions.req" + +#define MOTOR_REC m36 +#include "yyMotorPositions.req" + +#define MOTOR_REC m37 +#include "yyMotorPositions.req" + +#define MOTOR_REC m38 +#include "yyMotorPositions.req" + +#define MOTOR_REC m39 +#include "yyMotorPositions.req" + +#define MOTOR_REC m40 +#include "yyMotorPositions.req" + +#define MOTOR_REC m41 +#include "yyMotorPositions.req" + +#define MOTOR_REC m42 +#include "yyMotorPositions.req" + +#define MOTOR_REC m43 +#include "yyMotorPositions.req" + +#define MOTOR_REC m44 +#include "yyMotorPositions.req" + +#define MOTOR_REC m45 +#include "yyMotorPositions.req" + +#define MOTOR_REC m46 +#include "yyMotorPositions.req" + +#define MOTOR_REC m47 +#include "yyMotorPositions.req" + +#define MOTOR_REC m48 +#include "yyMotorPositions.req" + +#define MOTOR_REC m49 +#include "yyMotorPositions.req" + +#define MOTOR_REC m50 +#include "yyMotorPositions.req" + +#define MOTOR_REC m51 +#include "yyMotorPositions.req" + +#define MOTOR_REC m52 +#include "yyMotorPositions.req" + +#define MOTOR_REC m53 +#include "yyMotorPositions.req" + +#define MOTOR_REC m54 +#include "yyMotorPositions.req" + +#define MOTOR_REC m55 +#include "yyMotorPositions.req" + +#define MOTOR_REC m56 +#include "yyMotorPositions.req" diff --git a/motorApp/op/burt/yy56MotorSettings.req b/motorApp/op/burt/yy56MotorSettings.req new file mode 100644 index 00000000..4ba37aa1 --- /dev/null +++ b/motorApp/op/burt/yy56MotorSettings.req @@ -0,0 +1,225 @@ +% save settings for motors 1-56 + +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL + +#define MOTOR_REC m5 +#include "yyMotorSettings.req" +PREFIX:m5_able.VAL + +#define MOTOR_REC m6 +#include "yyMotorSettings.req" +PREFIX:m6_able.VAL + +#define MOTOR_REC m7 +#include "yyMotorSettings.req" +PREFIX:m7_able.VAL + +#define MOTOR_REC m8 +#include "yyMotorSettings.req" +PREFIX:m8_able.VAL + +#define MOTOR_REC m9 +#include "yyMotorSettings.req" +PREFIX:m9_able.VAL + +#define MOTOR_REC m10 +#include "yyMotorSettings.req" +PREFIX:m10_able.VAL + +#define MOTOR_REC m11 +#include "yyMotorSettings.req" +PREFIX:m11_able.VAL + +#define MOTOR_REC m12 +#include "yyMotorSettings.req" +PREFIX:m12_able.VAL + +#define MOTOR_REC m13 +#include "yyMotorSettings.req" +PREFIX:m13_able.VAL + +#define MOTOR_REC m14 +#include "yyMotorSettings.req" +PREFIX:m14_able.VAL + +#define MOTOR_REC m15 +#include "yyMotorSettings.req" +PREFIX:m15_able.VAL + +#define MOTOR_REC m16 +#include "yyMotorSettings.req" +PREFIX:m16_able.VAL + +#define MOTOR_REC m17 +#include "yyMotorSettings.req" +PREFIX:m17_able.VAL + +#define MOTOR_REC m18 +#include "yyMotorSettings.req" +PREFIX:m18_able.VAL + +#define MOTOR_REC m19 +#include "yyMotorSettings.req" +PREFIX:m19_able.VAL + +#define MOTOR_REC m20 +#include "yyMotorSettings.req" +PREFIX:m20_able.VAL + +#define MOTOR_REC m21 +#include "yyMotorSettings.req" +PREFIX:m21_able.VAL + +#define MOTOR_REC m22 +#include "yyMotorSettings.req" +PREFIX:m22_able.VAL + +#define MOTOR_REC m23 +#include "yyMotorSettings.req" +PREFIX:m23_able.VAL + +#define MOTOR_REC m24 +#include "yyMotorSettings.req" +PREFIX:m24_able.VAL + +#define MOTOR_REC m25 +#include "yyMotorSettings.req" +PREFIX:m25_able.VAL + +#define MOTOR_REC m26 +#include "yyMotorSettings.req" +PREFIX:m26_able.VAL + +#define MOTOR_REC m27 +#include "yyMotorSettings.req" +PREFIX:m27_able.VAL + +#define MOTOR_REC m28 +#include "yyMotorSettings.req" +PREFIX:m28_able.VAL + +#define MOTOR_REC m29 +#include "yyMotorSettings.req" +PREFIX:m29_able.VAL + +#define MOTOR_REC m30 +#include "yyMotorSettings.req" +PREFIX:m30_able.VAL + +#define MOTOR_REC m31 +#include "yyMotorSettings.req" +PREFIX:m31_able.VAL + +#define MOTOR_REC m32 +#include "yyMotorSettings.req" +PREFIX:m32_able.VAL + +#define MOTOR_REC m33 +#include "yyMotorSettings.req" +PREFIX:m33_able.VAL + +#define MOTOR_REC m34 +#include "yyMotorSettings.req" +PREFIX:m34_able.VAL + +#define MOTOR_REC m35 +#include "yyMotorSettings.req" +PREFIX:m35_able.VAL + +#define MOTOR_REC m36 +#include "yyMotorSettings.req" +PREFIX:m36_able.VAL + +#define MOTOR_REC m37 +#include "yyMotorSettings.req" +PREFIX:m37_able.VAL + +#define MOTOR_REC m38 +#include "yyMotorSettings.req" +PREFIX:m38_able.VAL + +#define MOTOR_REC m39 +#include "yyMotorSettings.req" +PREFIX:m39_able.VAL + +#define MOTOR_REC m40 +#include "yyMotorSettings.req" +PREFIX:m40_able.VAL + +#define MOTOR_REC m41 +#include "yyMotorSettings.req" +PREFIX:m41_able.VAL + +#define MOTOR_REC m42 +#include "yyMotorSettings.req" +PREFIX:m42_able.VAL + +#define MOTOR_REC m43 +#include "yyMotorSettings.req" +PREFIX:m43_able.VAL + +#define MOTOR_REC m44 +#include "yyMotorSettings.req" +PREFIX:m44_able.VAL + +#define MOTOR_REC m45 +#include "yyMotorSettings.req" +PREFIX:m45_able.VAL + +#define MOTOR_REC m46 +#include "yyMotorSettings.req" +PREFIX:m46_able.VAL + +#define MOTOR_REC m47 +#include "yyMotorSettings.req" +PREFIX:m47_able.VAL + +#define MOTOR_REC m48 +#include "yyMotorSettings.req" +PREFIX:m48_able.VAL + +#define MOTOR_REC m49 +#include "yyMotorSettings.req" +PREFIX:m49_able.VAL + +#define MOTOR_REC m50 +#include "yyMotorSettings.req" +PREFIX:m50_able.VAL + +#define MOTOR_REC m51 +#include "yyMotorSettings.req" +PREFIX:m51_able.VAL + +#define MOTOR_REC m52 +#include "yyMotorSettings.req" +PREFIX:m52_able.VAL + +#define MOTOR_REC m53 +#include "yyMotorSettings.req" +PREFIX:m53_able.VAL + +#define MOTOR_REC m54 +#include "yyMotorSettings.req" +PREFIX:m54_able.VAL + +#define MOTOR_REC m55 +#include "yyMotorSettings.req" +PREFIX:m55_able.VAL + +#define MOTOR_REC m56 +#include "yyMotorSettings.req" +PREFIX:m56_able.VAL diff --git a/motorApp/op/burt/yy8MotorPositions.req b/motorApp/op/burt/yy8MotorPositions.req new file mode 100644 index 00000000..5eaf2fd7 --- /dev/null +++ b/motorApp/op/burt/yy8MotorPositions.req @@ -0,0 +1,25 @@ +% save positions for motors 1-8 + +#define MOTOR_REC m1 +#include "yyMotorPositions.req" + +#define MOTOR_REC m2 +#include "yyMotorPositions.req" + +#define MOTOR_REC m3 +#include "yyMotorPositions.req" + +#define MOTOR_REC m4 +#include "yyMotorPositions.req" + +#define MOTOR_REC m5 +#include "yyMotorPositions.req" + +#define MOTOR_REC m6 +#include "yyMotorPositions.req" + +#define MOTOR_REC m7 +#include "yyMotorPositions.req" + +#define MOTOR_REC m8 +#include "yyMotorPositions.req" diff --git a/motorApp/op/burt/yy8MotorSettings.req b/motorApp/op/burt/yy8MotorSettings.req new file mode 100644 index 00000000..3e7de428 --- /dev/null +++ b/motorApp/op/burt/yy8MotorSettings.req @@ -0,0 +1,33 @@ +% save settings for motors 1-8 + +#define MOTOR_REC m1 +#include "yyMotorSettings.req" +PREFIX:m1_able.VAL + +#define MOTOR_REC m2 +#include "yyMotorSettings.req" +PREFIX:m2_able.VAL + +#define MOTOR_REC m3 +#include "yyMotorSettings.req" +PREFIX:m3_able.VAL + +#define MOTOR_REC m4 +#include "yyMotorSettings.req" +PREFIX:m4_able.VAL + +#define MOTOR_REC m5 +#include "yyMotorSettings.req" +PREFIX:m5_able.VAL + +#define MOTOR_REC m6 +#include "yyMotorSettings.req" +PREFIX:m6_able.VAL + +#define MOTOR_REC m7 +#include "yyMotorSettings.req" +PREFIX:m7_able.VAL + +#define MOTOR_REC m8 +#include "yyMotorSettings.req" +PREFIX:m8_able.VAL diff --git a/motorApp/op/burt/yyMotorPositions.req b/motorApp/op/burt/yyMotorPositions.req new file mode 100644 index 00000000..d585e586 --- /dev/null +++ b/motorApp/op/burt/yyMotorPositions.req @@ -0,0 +1,9 @@ +% +% This request file the absolute position fields of a motor +% record named PREFIX:MOTOR_REC. This must be defined and then +% this file "#include(d) +% +PREFIX:MOTOR_REC.SSET +PREFIX:MOTOR_REC.DVAL +PREFIX:MOTOR_REC.OFF +PREFIX:MOTOR_REC.SUSE diff --git a/motorApp/op/burt/yyMotorSettings.req b/motorApp/op/burt/yyMotorSettings.req new file mode 100644 index 00000000..415691e5 --- /dev/null +++ b/motorApp/op/burt/yyMotorSettings.req @@ -0,0 +1,33 @@ +% +% This request file includes all "setting" fields of a motor record +% record named PREFIX:MOTOR_REC. This must be defined and then this +% file "#include(d) +% +PREFIX:MOTOR_REC.SSET +PREFIX:MOTOR_REC.DIR +PREFIX:MOTOR_REC.FOFF +PREFIX:MOTOR_REC.DHLM +PREFIX:MOTOR_REC.DLLM +PREFIX:MOTOR_REC.TWV +PREFIX:MOTOR_REC.SREV +PREFIX:MOTOR_REC.MRES +PREFIX:MOTOR_REC.ERES +PREFIX:MOTOR_REC.RRES +PREFIX:MOTOR_REC.VBAS +PREFIX:MOTOR_REC.VELO +PREFIX:MOTOR_REC.ACCL +PREFIX:MOTOR_REC.BDST +PREFIX:MOTOR_REC.BVEL +PREFIX:MOTOR_REC.BACC +PREFIX:MOTOR_REC.FRAC +PREFIX:MOTOR_REC.RDBD +PREFIX:MOTOR_REC.DESC +PREFIX:MOTOR_REC.EGU +PREFIX:MOTOR_REC.RTRY +PREFIX:MOTOR_REC.UEIP +PREFIX:MOTOR_REC.URIP +PREFIX:MOTOR_REC.DLY +PREFIX:MOTOR_REC.RDBL +PREFIX:MOTOR_REC.PREC +PREFIX:MOTOR_REC.PROC +PREFIX:MOTOR_REC.SUSE