diff --git a/COPYING b/COPYING new file mode 100644 index 0000000000000000000000000000000000000000..5b6e7c66c276e7610d4a73c70ec1a1f7c1003259 --- /dev/null +++ b/COPYING @@ -0,0 +1,340 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + <signature of Ty Coon>, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff --git a/Doxyfile b/Doxyfile new file mode 100644 index 0000000000000000000000000000000000000000..29f0841c70ca7b71a410fc6723c6ca6046e72099 --- /dev/null +++ b/Doxyfile @@ -0,0 +1,283 @@ +# Doxyfile 1.5.1-KDevelop + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = acswatchtunnel +PROJECT_NUMBER = 0.1 +OUTPUT_DIRECTORY = +CREATE_SUBDIRS = NO +OUTPUT_LANGUAGE = English +USE_WINDOWS_ENCODING = NO +BRIEF_MEMBER_DESC = YES +REPEAT_BRIEF = YES +ABBREVIATE_BRIEF = "The $name class" \ + "The $name widget" \ + "The $name file" \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the +ALWAYS_DETAILED_SEC = NO +INLINE_INHERITED_MEMB = NO +FULL_PATH_NAMES = YES +STRIP_FROM_PATH = /home/zambonl/devel/qt/acswatch/ +STRIP_FROM_INC_PATH = +SHORT_NAMES = NO +JAVADOC_AUTOBRIEF = NO +MULTILINE_CPP_IS_BRIEF = NO +DETAILS_AT_TOP = NO +INHERIT_DOCS = YES +SEPARATE_MEMBER_PAGES = NO +TAB_SIZE = 8 +ALIASES = +OPTIMIZE_OUTPUT_FOR_C = NO +OPTIMIZE_OUTPUT_JAVA = NO +BUILTIN_STL_SUPPORT = NO +DISTRIBUTE_GROUP_DOC = NO +SUBGROUPING = YES +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- +EXTRACT_ALL = NO +EXTRACT_PRIVATE = NO +EXTRACT_STATIC = NO +EXTRACT_LOCAL_CLASSES = YES +EXTRACT_LOCAL_METHODS = NO +HIDE_UNDOC_MEMBERS = NO +HIDE_UNDOC_CLASSES = NO +HIDE_FRIEND_COMPOUNDS = NO +HIDE_IN_BODY_DOCS = NO +INTERNAL_DOCS = NO +CASE_SENSE_NAMES = YES +HIDE_SCOPE_NAMES = NO +SHOW_INCLUDE_FILES = YES +INLINE_INFO = YES +SORT_MEMBER_DOCS = YES +SORT_BRIEF_DOCS = NO +SORT_BY_SCOPE_NAME = NO +GENERATE_TODOLIST = YES +GENERATE_TESTLIST = YES +GENERATE_BUGLIST = YES +GENERATE_DEPRECATEDLIST= YES +ENABLED_SECTIONS = +MAX_INITIALIZER_LINES = 30 +SHOW_USED_FILES = YES +SHOW_DIRECTORIES = YES +FILE_VERSION_FILTER = +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- +QUIET = NO +WARNINGS = YES +WARN_IF_UNDOCUMENTED = YES +WARN_IF_DOC_ERROR = YES +WARN_NO_PARAMDOC = NO +WARN_FORMAT = "$file:$line: $text" +WARN_LOGFILE = +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = /home/zambonl/devel/qt/acswatchtunnel +FILE_PATTERNS = *.c \ + *.cc \ + *.cxx \ + *.cpp \ + *.c++ \ + *.d \ + *.java \ + *.ii \ + *.ixx \ + *.ipp \ + *.i++ \ + *.inl \ + *.h \ + *.hh \ + *.hxx \ + *.hpp \ + *.h++ \ + *.idl \ + *.odl \ + *.cs \ + *.php \ + *.php3 \ + *.inc \ + *.m \ + *.mm \ + *.dox \ + *.py \ + *.C \ + *.CC \ + *.C++ \ + *.II \ + *.I++ \ + *.H \ + *.HH \ + *.H++ \ + *.CS \ + *.PHP \ + *.PHP3 \ + *.M \ + *.MM \ + *.PY \ + *.C \ + *.H \ + *.tlh \ + *.diff \ + *.patch \ + *.moc \ + *.xpm \ + *.dox +RECURSIVE = yes +EXCLUDE = +EXCLUDE_SYMLINKS = NO +EXCLUDE_PATTERNS = +EXAMPLE_PATH = +EXAMPLE_PATTERNS = * +EXAMPLE_RECURSIVE = NO +IMAGE_PATH = +INPUT_FILTER = +FILTER_PATTERNS = +FILTER_SOURCE_FILES = NO +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- +SOURCE_BROWSER = NO +INLINE_SOURCES = NO +STRIP_CODE_COMMENTS = YES +REFERENCED_BY_RELATION = YES +REFERENCES_RELATION = YES +REFERENCES_LINK_SOURCE = YES +USE_HTAGS = NO +VERBATIM_HEADERS = YES +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- +ALPHABETICAL_INDEX = NO +COLS_IN_ALPHA_INDEX = 5 +IGNORE_PREFIX = +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- +GENERATE_HTML = YES +HTML_OUTPUT = html +HTML_FILE_EXTENSION = .html +HTML_HEADER = +HTML_FOOTER = +HTML_STYLESHEET = +HTML_ALIGN_MEMBERS = YES +GENERATE_HTMLHELP = NO +CHM_FILE = +HHC_LOCATION = +GENERATE_CHI = NO +BINARY_TOC = NO +TOC_EXPAND = NO +DISABLE_INDEX = NO +ENUM_VALUES_PER_LINE = 4 +GENERATE_TREEVIEW = NO +TREEVIEW_WIDTH = 250 +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- +GENERATE_LATEX = YES +LATEX_OUTPUT = latex +LATEX_CMD_NAME = latex +MAKEINDEX_CMD_NAME = makeindex +COMPACT_LATEX = NO +PAPER_TYPE = a4wide +EXTRA_PACKAGES = +LATEX_HEADER = +PDF_HYPERLINKS = NO +USE_PDFLATEX = NO +LATEX_BATCHMODE = NO +LATEX_HIDE_INDICES = NO +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- +GENERATE_RTF = NO +RTF_OUTPUT = rtf +COMPACT_RTF = NO +RTF_HYPERLINKS = NO +RTF_STYLESHEET_FILE = +RTF_EXTENSIONS_FILE = +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- +GENERATE_MAN = NO +MAN_OUTPUT = man +MAN_EXTENSION = .3 +MAN_LINKS = NO +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- +GENERATE_XML = yes +XML_OUTPUT = xml +XML_SCHEMA = +XML_DTD = +XML_PROGRAMLISTING = YES +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- +GENERATE_AUTOGEN_DEF = NO +#--------------------------------------------------------------------------- +# configuration options related to the Perl module output +#--------------------------------------------------------------------------- +GENERATE_PERLMOD = NO +PERLMOD_LATEX = NO +PERLMOD_PRETTY = YES +PERLMOD_MAKEVAR_PREFIX = +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- +ENABLE_PREPROCESSING = YES +MACRO_EXPANSION = NO +EXPAND_ONLY_PREDEF = NO +SEARCH_INCLUDES = YES +INCLUDE_PATH = +INCLUDE_FILE_PATTERNS = +PREDEFINED = +EXPAND_AS_DEFINED = +SKIP_FUNCTION_MACROS = YES +#--------------------------------------------------------------------------- +# Configuration::additions related to external references +#--------------------------------------------------------------------------- +TAGFILES = +GENERATE_TAGFILE = acswatchtunnel.tag +ALLEXTERNALS = NO +EXTERNAL_GROUPS = YES +PERL_PATH = /usr/bin/perl +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- +CLASS_DIAGRAMS = YES +HIDE_UNDOC_RELATIONS = YES +HAVE_DOT = NO +CLASS_GRAPH = YES +COLLABORATION_GRAPH = YES +GROUP_GRAPHS = YES +UML_LOOK = NO +TEMPLATE_RELATIONS = NO +INCLUDE_GRAPH = YES +INCLUDED_BY_GRAPH = YES +CALL_GRAPH = NO +CALLER_GRAPH = NO +GRAPHICAL_HIERARCHY = YES +DIRECTORY_GRAPH = YES +DOT_IMAGE_FORMAT = png +DOT_PATH = +DOTFILE_DIRS = +MAX_DOT_GRAPH_WIDTH = 1024 +MAX_DOT_GRAPH_HEIGHT = 1024 +MAX_DOT_GRAPH_DEPTH = 1000 +DOT_TRANSPARENT = NO +DOT_MULTI_TARGETS = NO +GENERATE_LEGEND = YES +DOT_CLEANUP = YES +#--------------------------------------------------------------------------- +# Configuration::additions related to the search engine +#--------------------------------------------------------------------------- +SEARCHENGINE = NO diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000000000000000000000000000000000..04ffbdb6309fe73c55e19da2ecacf2465aff9812 --- /dev/null +++ b/Makefile @@ -0,0 +1,270 @@ +############################################################################# +# Makefile for building: bin/abi_gun_vacuum_vlv +# Generated by qmake (2.01a) (Qt 4.8.4) on: Fri Mar 8 08:45:09 2019 +# Project: abi_gun_vacuum_vlv.pro +# Template: app +# Command: /usr/bin/qmake -o Makefile abi_gun_vacuum_vlv.pro +############################################################################# + +####### Compiler, tools and options + +CC = gcc +CXX = g++ +DEFINES = -DQT_NO_DEBUG_OUTPUT -DQTANGO_PRINTINFO -DQTANGO_VERSION_STR="\"6.4.4\"" -DQTANGO_VERSION=0x060404 -DVER_MAJ=6 -DVER_MIN=4 -DVER_FIX=4 -D__x86__ -D__linux__ -D__OSVERSION__=2 -DQT_SHARED -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_CORE_LIB +CFLAGS = -pipe -g -std=c++0x -Wall -W -D_REENTRANT $(DEFINES) +CXXFLAGS = -std=c++0x -Wall -g -std=c++0x -Wall -W -D_REENTRANT $(DEFINES) +INCPATH = -I/usr/local/qt-4.8.4/mkspecs/linux-g++ -I. -I/usr/local/qt-4.8.4/include/QtCore -I/usr/local/qt-4.8.4/include/QtGui -I/usr/local/qt-4.8.4/include/QtDBus -I/usr/local/qt-4.8.4/include -I/usr/local/qwt-6.1.3/include -I/usr/include/qwt -I/usr/local/qtango/include/qtango6 -I/usr/local/qwt-6.1.3/include -I/usr/include/qwt -I/usr/local/tango-9.2.5a/include/tango -I/usr/local/omniorb-4.2.1/include -I/usr/local/zeromq-4.0.7/include -I/usr/local/qt-4.8.4/include -I/usr/local/qt-4.8.4/include/QtSvg -I/usr/local/qt-4.8.4/include/QtOpenGL -Imoc -Isrc +LINK = g++ +LFLAGS = -Wl,-rpath,/usr/local/qt-4.8.4/lib +LIBS = $(SUBLIBS) -L/usr/local/qt-4.8.4/lib -L/usr/local/qtango/lib -lQTangoDBus6 -lQTango6 -lQTangoCore6 -lqtcontrols6 -L/usr/local/tango-9.2.5a/lib -L/usr/local/omniorb-4.2.1/lib -L/usr/local/zeromq-4.0.7/lib -ltango -lomniDynamic4 -lCOS4 -llog4tango -lzmq -lomniORB4 -lomnithread -lX11 -L/usr/local/qwt-6.1.3/lib -L/usr/local/qt-4.8.4/lib -lqwt -lQtSvg -L/usr/X11R6/lib -lQtOpenGL -lQtDBus -lQtXml -lQtGui -lQtCore -lpthread +AR = ar cqs +RANLIB = +QMAKE = /usr/bin/qmake +TAR = tar -cf +COMPRESS = gzip -9f +COPY = cp -f +SED = sed +COPY_FILE = $(COPY) +COPY_DIR = $(COPY) -r +STRIP = strip +INSTALL_FILE = install -m 644 -p +INSTALL_DIR = $(COPY_DIR) +INSTALL_PROGRAM = install -m 755 -p +DEL_FILE = rm -rf +SYMLINK = ln -f -s +DEL_DIR = rmdir +MOVE = mv -f +CHK_DIR_EXISTS= test -d +MKDIR = mkdir -p + +####### Output directory + +OBJECTS_DIR = objects/ + +####### Files + +SOURCES = src/abi_gun_vacuum_vlv.cpp \ + src/main.cpp moc/moc_abi_gun_vacuum_vlv.cpp +OBJECTS = objects/abi_gun_vacuum_vlv.o \ + objects/main.o \ + objects/moc_abi_gun_vacuum_vlv.o +DIST = /usr/local/qtango/include/qtango6/messages.pri \ + /usr/local/qt-4.8.4/mkspecs/common/unix.conf \ + /usr/local/qt-4.8.4/mkspecs/common/linux.conf \ + /usr/local/qt-4.8.4/mkspecs/common/gcc-base.conf \ + /usr/local/qt-4.8.4/mkspecs/common/gcc-base-unix.conf \ + /usr/local/qt-4.8.4/mkspecs/common/g++-base.conf \ + /usr/local/qt-4.8.4/mkspecs/common/g++-unix.conf \ + /usr/local/qt-4.8.4/mkspecs/qconfig.pri \ + /usr/local/qt-4.8.4/mkspecs/modules/qt_webkit_version.pri \ + /usr/local/qt-4.8.4/mkspecs/features/qt_functions.prf \ + /usr/local/qt-4.8.4/mkspecs/features/qt_config.prf \ + /usr/local/qt-4.8.4/mkspecs/features/exclusive_builds.prf \ + /usr/local/qt-4.8.4/mkspecs/features/default_pre.prf \ + /usr/local/qtango/include/qtango6/qtango.pri \ + /usr/local/qt-4.8.4/mkspecs/features/debug.prf \ + /usr/local/qt-4.8.4/mkspecs/features/default_post.prf \ + /usr/local/qt-4.8.4/mkspecs/features/link_pkgconfig.prf \ + /usr/local/qt-4.8.4/mkspecs/features/unix/gdb_dwarf_index.prf \ + /usr/local/qt-4.8.4/mkspecs/features/warn_on.prf \ + /usr/local/qt-4.8.4/mkspecs/features/qt.prf \ + /usr/local/qt-4.8.4/mkspecs/features/moc.prf \ + /usr/local/qt-4.8.4/mkspecs/features/dbusinterfaces.prf \ + /usr/local/qt-4.8.4/mkspecs/features/dbusadaptors.prf \ + /usr/local/qt-4.8.4/mkspecs/features/unix/thread.prf \ + /usr/local/qt-4.8.4/mkspecs/features/resources.prf \ + /usr/local/qt-4.8.4/mkspecs/features/uic.prf \ + /usr/local/qt-4.8.4/mkspecs/features/yacc.prf \ + /usr/local/qt-4.8.4/mkspecs/features/lex.prf \ + abi_gun_vacuum_vlv.pro +QMAKE_TARGET = abi_gun_vacuum_vlv +DESTDIR = bin/ +TARGET = bin/abi_gun_vacuum_vlv + +first: all +####### Implicit rules + +.SUFFIXES: .o .c .cpp .cc .cxx .C + +.cpp.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.cc.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.cxx.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.C.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<" + +.c.o: + $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<" + +####### Build rules + +all: Makefile $(TARGET) + +$(TARGET): src/ui_abi_gun_vacuum_vlv.h $(OBJECTS) + @$(CHK_DIR_EXISTS) bin/ || $(MKDIR) bin/ + $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) + { test -n "$(DESTDIR)" && DESTDIR="$(DESTDIR)" || DESTDIR=.; } && test $$(gdb --version | sed -e 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index $$DESTDIR" -ex quit '$(TARGET)' && test -f $(TARGET).gdb-index && objcopy --add-section '.gdb_index=$(TARGET).gdb-index' --set-section-flags '.gdb_index=readonly' '$(TARGET)' '$(TARGET)' && rm -rf $(TARGET).gdb-index || true + +Makefile: abi_gun_vacuum_vlv.pro /usr/local/qt-4.8.4/mkspecs/linux-g++/qmake.conf /usr/local/qt-4.8.4/mkspecs/common/unix.conf \ + /usr/local/qt-4.8.4/mkspecs/common/linux.conf \ + /usr/local/qt-4.8.4/mkspecs/common/gcc-base.conf \ + /usr/local/qt-4.8.4/mkspecs/common/gcc-base-unix.conf \ + /usr/local/qt-4.8.4/mkspecs/common/g++-base.conf \ + /usr/local/qt-4.8.4/mkspecs/common/g++-unix.conf \ + /usr/local/qt-4.8.4/mkspecs/qconfig.pri \ + /usr/local/qt-4.8.4/mkspecs/modules/qt_webkit_version.pri \ + /usr/local/qt-4.8.4/mkspecs/features/qt_functions.prf \ + /usr/local/qt-4.8.4/mkspecs/features/qt_config.prf \ + /usr/local/qt-4.8.4/mkspecs/features/exclusive_builds.prf \ + /usr/local/qt-4.8.4/mkspecs/features/default_pre.prf \ + /usr/local/qtango/include/qtango6/qtango.pri \ + /usr/local/qt-4.8.4/mkspecs/features/debug.prf \ + /usr/local/qt-4.8.4/mkspecs/features/default_post.prf \ + /usr/local/qt-4.8.4/mkspecs/features/link_pkgconfig.prf \ + /usr/local/qt-4.8.4/mkspecs/features/unix/gdb_dwarf_index.prf \ + /usr/local/qt-4.8.4/mkspecs/features/warn_on.prf \ + /usr/local/qt-4.8.4/mkspecs/features/qt.prf \ + /usr/local/qt-4.8.4/mkspecs/features/moc.prf \ + /usr/local/qt-4.8.4/mkspecs/features/dbusinterfaces.prf \ + /usr/local/qt-4.8.4/mkspecs/features/dbusadaptors.prf \ + /usr/local/qt-4.8.4/mkspecs/features/unix/thread.prf \ + /usr/local/qt-4.8.4/mkspecs/features/resources.prf \ + /usr/local/qt-4.8.4/mkspecs/features/uic.prf \ + /usr/local/qt-4.8.4/mkspecs/features/yacc.prf \ + /usr/local/qt-4.8.4/mkspecs/features/lex.prf \ + /usr/local/qt-4.8.4/lib/libQtSvg.prl \ + /usr/local/qt-4.8.4/lib/libQtGui.prl \ + /usr/local/qt-4.8.4/lib/libQtCore.prl \ + /usr/local/qt-4.8.4/lib/libQtOpenGL.prl \ + /usr/local/qt-4.8.4/lib/libQtDBus.prl \ + /usr/local/qt-4.8.4/lib/libQtXml.prl + $(QMAKE) -o Makefile abi_gun_vacuum_vlv.pro +/usr/local/qt-4.8.4/mkspecs/common/unix.conf: +/usr/local/qt-4.8.4/mkspecs/common/linux.conf: +/usr/local/qt-4.8.4/mkspecs/common/gcc-base.conf: +/usr/local/qt-4.8.4/mkspecs/common/gcc-base-unix.conf: +/usr/local/qt-4.8.4/mkspecs/common/g++-base.conf: +/usr/local/qt-4.8.4/mkspecs/common/g++-unix.conf: +/usr/local/qt-4.8.4/mkspecs/qconfig.pri: +/usr/local/qt-4.8.4/mkspecs/modules/qt_webkit_version.pri: +/usr/local/qt-4.8.4/mkspecs/features/qt_functions.prf: +/usr/local/qt-4.8.4/mkspecs/features/qt_config.prf: +/usr/local/qt-4.8.4/mkspecs/features/exclusive_builds.prf: +/usr/local/qt-4.8.4/mkspecs/features/default_pre.prf: +/usr/local/qtango/include/qtango6/qtango.pri: +/usr/local/qt-4.8.4/mkspecs/features/debug.prf: +/usr/local/qt-4.8.4/mkspecs/features/default_post.prf: +/usr/local/qt-4.8.4/mkspecs/features/link_pkgconfig.prf: +/usr/local/qt-4.8.4/mkspecs/features/unix/gdb_dwarf_index.prf: +/usr/local/qt-4.8.4/mkspecs/features/warn_on.prf: +/usr/local/qt-4.8.4/mkspecs/features/qt.prf: +/usr/local/qt-4.8.4/mkspecs/features/moc.prf: +/usr/local/qt-4.8.4/mkspecs/features/dbusinterfaces.prf: +/usr/local/qt-4.8.4/mkspecs/features/dbusadaptors.prf: +/usr/local/qt-4.8.4/mkspecs/features/unix/thread.prf: +/usr/local/qt-4.8.4/mkspecs/features/resources.prf: +/usr/local/qt-4.8.4/mkspecs/features/uic.prf: +/usr/local/qt-4.8.4/mkspecs/features/yacc.prf: +/usr/local/qt-4.8.4/mkspecs/features/lex.prf: +/usr/local/qt-4.8.4/lib/libQtSvg.prl: +/usr/local/qt-4.8.4/lib/libQtGui.prl: +/usr/local/qt-4.8.4/lib/libQtCore.prl: +/usr/local/qt-4.8.4/lib/libQtOpenGL.prl: +/usr/local/qt-4.8.4/lib/libQtDBus.prl: +/usr/local/qt-4.8.4/lib/libQtXml.prl: +qmake: FORCE + @$(QMAKE) -o Makefile abi_gun_vacuum_vlv.pro + +dist: + @$(CHK_DIR_EXISTS) objects/abi_gun_vacuum_vlv6.4.4 || $(MKDIR) objects/abi_gun_vacuum_vlv6.4.4 + $(COPY_FILE) --parents $(SOURCES) $(DIST) objects/abi_gun_vacuum_vlv6.4.4/ && $(COPY_FILE) --parents src/abi_gun_vacuum_vlv.h objects/abi_gun_vacuum_vlv6.4.4/ && $(COPY_FILE) --parents src/abi_gun_vacuum_vlv.cpp src/main.cpp objects/abi_gun_vacuum_vlv6.4.4/ && $(COPY_FILE) --parents src/abi_gun_vacuum_vlv.ui objects/abi_gun_vacuum_vlv6.4.4/ && (cd `dirname objects/abi_gun_vacuum_vlv6.4.4` && $(TAR) abi_gun_vacuum_vlv6.4.4.tar abi_gun_vacuum_vlv6.4.4 && $(COMPRESS) abi_gun_vacuum_vlv6.4.4.tar) && $(MOVE) `dirname objects/abi_gun_vacuum_vlv6.4.4`/abi_gun_vacuum_vlv6.4.4.tar.gz . && $(DEL_FILE) -r objects/abi_gun_vacuum_vlv6.4.4 + + +clean:compiler_clean + -$(DEL_FILE) $(OBJECTS) + -$(DEL_FILE) moc obj Makefile *.tag + -$(DEL_FILE) *~ core *.core + + +####### Sub-libraries + +distclean: clean + -$(DEL_FILE) $(TARGET) + -$(DEL_FILE) Makefile + + +docs: + doxygen Doxyfile; + +check: first + +mocclean: compiler_moc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_source_make_all + +compiler_moc_header_make_all: moc/moc_abi_gun_vacuum_vlv.cpp +compiler_moc_header_clean: + -$(DEL_FILE) moc/moc_abi_gun_vacuum_vlv.cpp +moc/moc_abi_gun_vacuum_vlv.cpp: src/ui_abi_gun_vacuum_vlv.h \ + src/abi_gun_vacuum_vlv.h + /usr/local/qt-4.8.4/bin/moc $(DEFINES) $(INCPATH) src/abi_gun_vacuum_vlv.h -o moc/moc_abi_gun_vacuum_vlv.cpp + +compiler_dbus_interface_source_make_all: +compiler_dbus_interface_source_clean: +compiler_dbus_adaptor_source_make_all: +compiler_dbus_adaptor_source_clean: +compiler_rcc_make_all: +compiler_rcc_clean: +compiler_image_collection_make_all: src/qmake_image_collection.cpp +compiler_image_collection_clean: + -$(DEL_FILE) src/qmake_image_collection.cpp +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_dbus_interface_header_make_all: +compiler_dbus_interface_header_clean: +compiler_dbus_interface_moc_make_all: +compiler_dbus_interface_moc_clean: +compiler_dbus_adaptor_header_make_all: +compiler_dbus_adaptor_header_clean: +compiler_dbus_adaptor_moc_make_all: +compiler_dbus_adaptor_moc_clean: +compiler_uic_make_all: src/ui_abi_gun_vacuum_vlv.h +compiler_uic_clean: + -$(DEL_FILE) src/ui_abi_gun_vacuum_vlv.h +src/ui_abi_gun_vacuum_vlv.h: src/abi_gun_vacuum_vlv.ui + /usr/local/qt-4.8.4/bin/uic src/abi_gun_vacuum_vlv.ui -o src/ui_abi_gun_vacuum_vlv.h + +compiler_yacc_decl_make_all: +compiler_yacc_decl_clean: +compiler_yacc_impl_make_all: +compiler_yacc_impl_clean: +compiler_lex_make_all: +compiler_lex_clean: +compiler_clean: compiler_moc_header_clean compiler_uic_clean + +####### Compile + +objects/abi_gun_vacuum_vlv.o: src/abi_gun_vacuum_vlv.cpp src/abi_gun_vacuum_vlv.h \ + src/ui_abi_gun_vacuum_vlv.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects/abi_gun_vacuum_vlv.o src/abi_gun_vacuum_vlv.cpp + +objects/main.o: src/main.cpp src/abi_gun_vacuum_vlv.h \ + src/ui_abi_gun_vacuum_vlv.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects/main.o src/main.cpp + +objects/moc_abi_gun_vacuum_vlv.o: moc/moc_abi_gun_vacuum_vlv.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o objects/moc_abi_gun_vacuum_vlv.o moc/moc_abi_gun_vacuum_vlv.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/abi_gun_vacuum_vlv.kdevelop b/abi_gun_vacuum_vlv.kdevelop new file mode 100644 index 0000000000000000000000000000000000000000..8dc526e3bc04848a184098b7c87879603cc69655 --- /dev/null +++ b/abi_gun_vacuum_vlv.kdevelop @@ -0,0 +1,163 @@ +<?xml version = '1.0'?> +<kdevelop> + <general> + <author/> + <email/> + <version>0.1</version> + <projectmanagement>KDevTrollProject</projectmanagement> + <primarylanguage>C++</primarylanguage> + <keywords> + <keyword>Qt</keyword> + </keywords> + <ignoreparts/> + <projectname>acswatchtunnel</projectname> + </general> + <kdevfileview> + <groups> + <group pattern="*.cpp;*.cxx;*.h" name="Sources" /> + <group pattern="*.ui" name="User Interface" /> + <group pattern="*.png" name="Icons" /> + <group pattern="*" name="Others" /> + <hidenonprojectfiles>false</hidenonprojectfiles> + <hidenonlocation>false</hidenonlocation> + </groups> + <tree> + <hidenonprojectfiles>false</hidenonprojectfiles> + <hidepatterns>*.o,*.lo,CVS</hidepatterns> + </tree> + </kdevfileview> + <kdevdoctreeview> + <ignoretocs> + <toc>bash</toc> + <toc>bash_bugs</toc> + <toc>clanlib</toc> + <toc>fortran_bugs_gcc</toc> + <toc>gnome1</toc> + <toc>gnustep</toc> + <toc>gtk</toc> + <toc>gtk_bugs</toc> + <toc>haskell</toc> + <toc>haskell_bugs_ghc</toc> + <toc>java_bugs_gcc</toc> + <toc>java_bugs_sun</toc> + <toc>kde2book</toc> + <toc>opengl</toc> + <toc>pascal_bugs_fp</toc> + <toc>php</toc> + <toc>php_bugs</toc> + <toc>perl</toc> + <toc>perl_bugs</toc> + <toc>python</toc> + <toc>python_bugs</toc> + <toc>qt-kdev3</toc> + <toc>ruby</toc> + <toc>ruby_bugs</toc> + <toc>sdl</toc> + <toc>stl</toc> + <toc>sw</toc> + <toc>w3c-dom-level2-html</toc> + <toc>w3c-svg</toc> + <toc>w3c-uaag10</toc> + <toc>wxwidgets_bugs</toc> + </ignoretocs> + <ignoredoxygen> + <toc>KDE Libraries (Doxygen)</toc> + </ignoredoxygen> + </kdevdoctreeview> + <kdevdebugger> + <general> + <dbgshell/> + <breakpoints/> + <programargs/> + <gdbpath>/usr/bin/</gdbpath> + <breakonloadinglibs>true</breakonloadinglibs> + <separatetty>false</separatetty> + <floatingtoolbar>false</floatingtoolbar> + </general> + <display> + <staticmembers>false</staticmembers> + <demanglenames>true</demanglenames> + </display> + <breakpoints/> + </kdevdebugger> + <kdevtrollproject> + <run> + <mainprogram>./bin/acswatchtunnel</mainprogram> + <programargs/> + <directoryradio>executable</directoryradio> + </run> + <general> + <activedir></activedir> + </general> + </kdevtrollproject> + <workspace> + <openfiles/> + </workspace> + <kdevfilecreate> + <useglobaltypes> + <type ext="ui" /> + <type ext="cpp" /> + <type ext="h" /> + <type ext="ts" /> + </useglobaltypes> + </kdevfilecreate> + <kdevdocumentation> + <projectdoc> + <docsystem>Doxygen Documentation Collection</docsystem> + <docurl>acswatchtunnel.tag</docurl> + </projectdoc> + </kdevdocumentation> + <kdevcppsupport> + <references/> + <codecompletion> + <includeGlobalFunctions>true</includeGlobalFunctions> + <includeTypes>true</includeTypes> + <includeEnums>true</includeEnums> + <includeTypedefs>false</includeTypedefs> + <automaticCodeCompletion>true</automaticCodeCompletion> + <automaticArgumentsHint>true</automaticArgumentsHint> + <automaticHeaderCompletion>true</automaticHeaderCompletion> + <codeCompletionDelay>250</codeCompletionDelay> + <argumentsHintDelay>400</argumentsHintDelay> + <headerCompletionDelay>250</headerCompletionDelay> + <showOnlyAccessibleItems>false</showOnlyAccessibleItems> + <completionBoxItemOrder>0</completionBoxItemOrder> + <howEvaluationContextMenu>true</howEvaluationContextMenu> + <showCommentWithArgumentHint>true</showCommentWithArgumentHint> + <statusBarTypeEvaluation>false</statusBarTypeEvaluation> + <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases> + <processPrimaryTypes>true</processPrimaryTypes> + <processFunctionArguments>false</processFunctionArguments> + <preProcessAllHeaders>false</preProcessAllHeaders> + <parseMissingHeaders>false</parseMissingHeaders> + <resolveIncludePaths>true</resolveIncludePaths> + <alwaysParseInBackground>true</alwaysParseInBackground> + <usePermanentCaching>true</usePermanentCaching> + <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces> + <includePaths>.;</includePaths> + </codecompletion> + <qt> + <used>false</used> + <version>3</version> + <includestyle>3</includestyle> + <root></root> + <designerintegration>EmbeddedKDevDesigner</designerintegration> + <qmake>/usr/local/Trolltech/Qt/bin/qmake</qmake> + <designer>/usr/local/Trolltech/Qt/bin/designer</designer> + <designerpluginpaths/> + </qt> + </kdevcppsupport> + <substmap> + <APPNAME>acswatchtunnel</APPNAME> + <APPNAMELC>acswatchtunnel</APPNAMELC> + <APPNAMESC>Acswatchtunnel</APPNAMESC> + <APPNAMEUC>ACSWATCHTUNNEL</APPNAMEUC> + <AUTHOR/> + <EMAIL/> + <LICENSE>GPL</LICENSE> + <LICENSEFILE>COPYING</LICENSEFILE> + <VERSION>0.1</VERSION> + <YEAR>2007</YEAR> + <dest>/home/zambonl/devel/qt/acswatchtunnel</dest> + </substmap> +</kdevelop> diff --git a/abi_gun_vacuum_vlv.kdevelop.pcs b/abi_gun_vacuum_vlv.kdevelop.pcs new file mode 100644 index 0000000000000000000000000000000000000000..9ab3212546ed0ea104c36d3f54d832cfd7d692ff Binary files /dev/null and b/abi_gun_vacuum_vlv.kdevelop.pcs differ diff --git a/abi_gun_vacuum_vlv.kdevses b/abi_gun_vacuum_vlv.kdevses new file mode 100644 index 0000000000000000000000000000000000000000..5fafa68099d9d735ff40e780c7f49dc9f8f4d294 --- /dev/null +++ b/abi_gun_vacuum_vlv.kdevses @@ -0,0 +1,34 @@ +<?xml version = '1.0' encoding = 'UTF-8'?> +<!DOCTYPE KDevPrjSession> +<KDevPrjSession> + <DocsAndViews NumberOfDocuments="3" > + <Doc0 NumberOfViews="1" URL="file:///home/zambonl/devel/qt/acswatchtunnel/src/acswatchtunnel.cpp" > + <View0 Encoding="" Type="Source" /> + </Doc0> + <Doc1 NumberOfViews="1" URL="file:///home/zambonl/devel/qt/acswatchtunnel/src/main.cpp" > + <View0 Encoding="" Type="Source" /> + </Doc1> + <Doc2 NumberOfViews="1" URL="file:///home/zambonl/devel/qt/acswatchtunnel/src/acswatchtunnel.h" > + <View0 Encoding="" line="27" Type="Source" /> + </Doc2> + </DocsAndViews> + <pluginList> + <kdevdebugger> + <breakpointList/> + <showInternalCommands value="0" /> + </kdevdebugger> + <kdevastyle> + <Extensions ext="*.cpp *.h,*.c *.h,*.cxx *.hxx,*.c++ *.h++,*.cc *.hh,*.C *.H,*.diff,*.inl,*.java,*.moc,*.patch,*.tlh,*.xpm" /> + <AStyle IndentPreprocessors="0" FillCount="4" PadParenthesesOut="1" IndentNamespaces="1" IndentLabels="1" Fill="Tabs" MaxStatement="40" Brackets="Break" MinConditional="-1" IndentBrackets="0" PadParenthesesUn="1" BlockBreak="0" KeepStatements="1" KeepBlocks="1" BlockIfElse="0" IndentSwitches="1" PadOperators="0" FStyle="UserDefined" IndentCases="0" FillEmptyLines="0" BracketsCloseHeaders="0" BlockBreakAll="0" PadParenthesesIn="1" IndentClasses="1" IndentBlocks="0" FillForce="0" /> + </kdevastyle> + <kdevbookmarks> + <bookmarks/> + </kdevbookmarks> + <kdevvalgrind> + <executable path="" params="" /> + <valgrind path="" params="" /> + <calltree path="" params="" /> + <kcachegrind path="" /> + </kdevvalgrind> + </pluginList> +</KDevPrjSession> diff --git a/abi_gun_vacuum_vlv.pro b/abi_gun_vacuum_vlv.pro new file mode 100755 index 0000000000000000000000000000000000000000..8e7992fa415eff5c118d102ab2c5b5561bc9af3c --- /dev/null +++ b/abi_gun_vacuum_vlv.pro @@ -0,0 +1,8 @@ +# include(../../../../utils/qmake.custom.4) +include(/usr/local/qtango/include/qtango6/qtango.pri) + +SOURCES += src/abi_gun_vacuum_vlv.cpp \ + src/main.cpp +HEADERS += src/abi_gun_vacuum_vlv.h +FORMS = src/abi_gun_vacuum_vlv.ui +TARGET = ./bin/abi_gun_vacuum_vlv diff --git a/src/abi_gun_vacuum_vlv.cpp b/src/abi_gun_vacuum_vlv.cpp new file mode 100755 index 0000000000000000000000000000000000000000..3ceb642dabd5f86a2d4c0aed797aa07d6b4672a5 --- /dev/null +++ b/src/abi_gun_vacuum_vlv.cpp @@ -0,0 +1,119 @@ +/*************************************************************************** + * Copyright (C) 2007 by * + * * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + + +#include "abi_gun_vacuum_vlv.h" +#include <qtango.h> + +abi_gun_vacuum_vlv::abi_gun_vacuum_vlv(QWidget *parent) : QWidget(parent) +{ + QSettings settings("fermi", "acs"); + // load (or set) path for images + if (settings.contains("imgpath")) { + imgpath = settings.value("imgpath").toString(); + // cout << imgpath.toStdString() << endl; + } + else { + settings.setValue("imgpath", "/runtime/fermi/share/images/acs"); + // settings.setValue("imgpath", "/home/zambonl/devel/qt/fermi/acs/img"); + } + if (!imgpath.endsWith("/")) { + imgpath = imgpath + "/"; + } + // setup User Interface + ui.setupUi(this); + + try { + connect(ui.legendButton, SIGNAL(clicked()), this, SLOT(open_legend())); + legend_process = new QProcess(this); + } + catch (const Tango::DevFailed &e) { + cout << "cannot connect UI buttons" << endl; + } + catch (...) { + cout << "default exception, cannot setup UI" << endl; + } + line_config(ui.line_linac1_1); + line_config(ui.line_linac2_1); + line_config(ui.line_linac2_2); + line_config(ui.line_linac2_3); + line_config(ui.line_linac3_1); + line_config(ui.line_linac3_2); + line_config(ui.line_linac3_3); + line_config(ui.line_linac4_1); + line_config(ui.line_linac4_2); + line_config(ui.line_linac4_3); + line_config(ui.line_linac6_1); + line_config(ui.line_linac6_2); + line_config(ui.line_linac6_3); + line_config(ui.line_linac6_4); + line_config(ui.line_linac6_5); + line_config(ui.line_linac6_6); + line_config(ui.line_linac6_7); + line_config(ui.line_linac7_1); + line_config(ui.line_undulator3_1); + line_config(ui.line_undulator3_2); + line_config(ui.line_undulator3_3); + line_config(ui.line_undulator3_4); + line_config(ui.line_undulator3_5); + line_config(ui.line_undulator3_6); + line_config(ui.line_undulator3_7); + line_config(ui.line_undulator4_1); + line_config(ui.line_undulator4_2); + line_config(ui.line_undulator4_3); + line_config(ui.line_undulator4_4); + line_config(ui.line_undulator4_5); + line_config(ui.line_undulator4_6); + line_config(ui.line_undulator4_7); + line_config(ui.line_padres1_1); + line_config(ui.line_padres1_2); + line_config(ui.line_padres1_3); + line_config(ui.line_padres2_1); + line_config(ui.line_padres2_2); + line_config(ui.line_padres2_3); + line_config(ui.line_padres3_1); + line_config(ui.line_padres3_2); + line_config(ui.line_padres3_3); + line_config(ui.line_padres4_1); +} + +abi_gun_vacuum_vlv::~abi_gun_vacuum_vlv() +{ + exit(0); +} + + +void abi_gun_vacuum_vlv::line_config(TTable *line) +{ + ELabel *childLabel = line->findChild<ELabel *>(); + if(childLabel) { + childLabel->setFrameShape(QFrame::NoFrame); + line->setBooleanDisplay(0, "", "", "#DC0000", "#00C800"); + } +} + +void abi_gun_vacuum_vlv::open_legend() +{ + if (legend_process->state() == QProcess::Running) { + legend_process->kill(); + legend_process->waitForFinished(3000); + } + legend_process->start("abi_gun_vacuum_vlv_legend"); +} diff --git a/src/abi_gun_vacuum_vlv.h b/src/abi_gun_vacuum_vlv.h new file mode 100755 index 0000000000000000000000000000000000000000..397b59574fac4c5fce21793923f218ec87db3a24 --- /dev/null +++ b/src/abi_gun_vacuum_vlv.h @@ -0,0 +1,49 @@ +/*************************************************************************** + * Copyright (C) 2007 by * + * * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + + +#ifndef abi_gun_vacuum_vlv_H +#define abi_gun_vacuum_vlv_H + +#include "ui_abi_gun_vacuum_vlv.h" +#include <tango.h> +#include <QProcess> +#include <QSettings> + +class abi_gun_vacuum_vlv: public QWidget +{ + Q_OBJECT + +public: + abi_gun_vacuum_vlv(QWidget * =NULL); + ~abi_gun_vacuum_vlv(); + +public slots: + void open_legend(); + +private: + Ui::abi_gun_vacuum_vlv ui; + QString imgpath; + void line_config(TTable *); + QProcess *legend_process; +}; + + +#endif diff --git a/src/abi_gun_vacuum_vlv.ui b/src/abi_gun_vacuum_vlv.ui new file mode 100755 index 0000000000000000000000000000000000000000..d10f782193aec39d40fda1904ee96ce7c71f036e --- /dev/null +++ b/src/abi_gun_vacuum_vlv.ui @@ -0,0 +1,3222 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>abi_gun_vacuum_vlv</class> + <widget class="QWidget" name="abi_gun_vacuum_vlv"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1341</width> + <height>1171</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>218</red> + <green>221</green> + <blue>224</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>218</red> + <green>221</green> + <blue>224</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>218</red> + <green>221</green> + <blue>224</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>218</red> + <green>221</green> + <blue>224</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="windowTitle"> + <string>ABI_GUN_VACUUM_VLV</string> + </property> + <widget class="QFrame" name="linac"> + <property name="geometry"> + <rect> + <x>20</x> + <y>10</y> + <width>530</width> + <height>1000</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>220</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>220</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>220</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>220</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="autoFillBackground"> + <bool>true</bool> + </property> + <property name="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + <widget class="QLabel" name="label"> + <property name="geometry"> + <rect> + <x>0</x> + <y>-1</y> + <width>530</width> + <height>40</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>120</red> + <green>120</green> + <blue>120</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>120</red> + <green>120</green> + <blue>120</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>20</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>Linac</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </widget> + <widget class="QFrame" name="undulators"> + <property name="geometry"> + <rect> + <x>570</x> + <y>10</y> + <width>340</width> + <height>1000</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>220</red> + <green>240</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>220</red> + <green>240</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>220</red> + <green>240</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>220</red> + <green>240</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="autoFillBackground"> + <bool>true</bool> + </property> + <property name="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + <widget class="QLabel" name="label_2"> + <property name="geometry"> + <rect> + <x>0</x> + <y>-1</y> + <width>340</width> + <height>40</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>120</red> + <green>120</green> + <blue>120</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>120</red> + <green>120</green> + <blue>120</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>20</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>Undulators</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </widget> + <widget class="QFrame" name="padres"> + <property name="geometry"> + <rect> + <x>940</x> + <y>10</y> + <width>310</width> + <height>1000</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>230</green> + <blue>240</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>255</green> + <blue>255</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>230</green> + <blue>240</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="Base"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>230</green> + <blue>240</blue> + </color> + </brush> + </colorrole> + <colorrole role="Window"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>255</red> + <green>230</green> + <blue>240</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="autoFillBackground"> + <bool>true</bool> + </property> + <property name="frameShape"> + <enum>QFrame::StyledPanel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + <widget class="QLabel" name="label_3"> + <property name="geometry"> + <rect> + <x>0</x> + <y>-1</y> + <width>310</width> + <height>40</height> + </rect> + </property> + <property name="palette"> + <palette> + <active> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>120</red> + <green>120</green> + <blue>120</blue> + </color> + </brush> + </colorrole> + </active> + <inactive> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>120</red> + <green>120</green> + <blue>120</blue> + </color> + </brush> + </colorrole> + </inactive> + <disabled> + <colorrole role="WindowText"> + <brush brushstyle="SolidPattern"> + <color alpha="255"> + <red>106</red> + <green>104</green> + <blue>100</blue> + </color> + </brush> + </colorrole> + </disabled> + </palette> + </property> + <property name="font"> + <font> + <pointsize>20</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>Padres</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </widget> + <widget class="EArrow" name="line_linac7_3"> + <property name="geometry"> + <rect> + <x>390</x> + <y>1020</y> + <width>24</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="TTable" name="tTable_padres_2"> + <property name="geometry"> + <rect> + <x>950</x> + <y>170</y> + <width>290</width> + <height>325</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>13</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>VLV_PFE_F01_01 open;VLV_PFE_F01_02 open;VLV_PFE_F01_03 open;VLV_PFE_F01_04 open;VLV_PFE_F01_05 open;VLV_PFE_F01_06 open;VLV_PFE_F01_07 open;VLV_PFE_F01_08 open;VLV_PFE_F01_09 open;VLV_PFE_F01_10 open;VLV_POS_F01_01 open;VLV_POS_F01_02 open;VLV_POS_01 open;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>VLV_PFE_F01_01 open;VLV_PFE_F01_02 open;VLV_PFE_F01_03 open;VLV_PFE_F01_04 open;VLV_PFE_F01_05 open;VLV_PFE_F01_06 open;VLV_PFE_F01_07 open;VLV_PFE_F01_08 open;VLV_PFE_F01_09 open;VLV_PFE_F01_10 open;VLV_POS_F01_01 open;VLV_POS_F01_02 open;VLV_POS_01 open;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_linac_8"> + <property name="geometry"> + <rect> + <x>110</x> + <y>1030</y> + <width>1220</width> + <height>51</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>ABI SH PIL MPS VLV;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>ABI SH PIL MPS VLV;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>1327</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_linac_4"> + <property name="geometry"> + <rect> + <x>30</x> + <y>325</y> + <width>240</width> + <height>225</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>9</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>VLV_INJ.01 open;VLV_L00.01 open;VLV_LH.01 open;VLV_L01.01 open;VLV_L01.02 open;VLV_BC01.01 open;VLV_BC01.02 open;VLV_BC01.03 open;VLV_L02.01 closed;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>VLV_INJ.01 open;VLV_L00.01 open;VLV_LH.01 open;VLV_L01.01 open;VLV_L01.02 open;VLV_BC01.01 open;VLV_BC01.02 open;VLV_BC01.03 open;VLV_L02.01 closed;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>1344,1345,1346,1347,1348,1349,1350,1361,257</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_linac_2"> + <property name="geometry"> + <rect> + <x>30</x> + <y>735</y> + <width>220</width> + <height>25</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>VLV_L00.01 closed;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>VLV_L00.01 closed;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>117</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="EArrow" name="line_linac2_5"> + <property name="geometry"> + <rect> + <x>242</x> + <y>1020</y> + <width>15</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="EArrow" name="line_linac3_4"> + <property name="geometry"> + <rect> + <x>259</x> + <y>1020</y> + <width>15</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="TTable" name="tTable_linac_1"> + <property name="geometry"> + <rect> + <x>30</x> + <y>795</y> + <width>208</width> + <height>25</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000</string> + </property> + <property name="trueStrings"> + <string>VLV_INJ.01 closed</string> + </property> + <property name="falseStrings"> + <string>VLV_INJ.01 closed</string> + </property> + <property name="displayMask"> + <string>113</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_padres_3"> + <property name="geometry"> + <rect> + <x>950</x> + <y>560</y> + <width>290</width> + <height>50</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>2</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>VLV_PFE_F02_01 open;SH_PFE_F02_01 closed;VLV_PFE_F01_03 open;VLV_PFE_F01_04 open;VLV_PFE_F01_05 open;VLV_PFE_F01_06 open;VLV_PFE_F01_07 open;VLV_PFE_F01_08 open;VLV_PFE_F01_09 open;VLV_PFE_F01_10 open;VLV_POS_F01_01 open;VLV_POS_F01_02 open;VLV_POS_01;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>VLV_PFE_F02_01 open;SH_PFE_F02_01 closed;VLV_PFE_F01_03 open;VLV_PFE_F01_04 open;VLV_PFE_F01_05 open;VLV_PFE_F01_06 open;VLV_PFE_F01_07 open;VLV_PFE_F01_08 open;VLV_PFE_F01_09 open;VLV_PFE_F01_10 open;VLV_POS_F01_01 open;VLV_POS_F01_02 open;VLV_POS_01;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>1424,346</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_undulator_1"> + <property name="geometry"> + <rect> + <x>580</x> + <y>70</y> + <width>320</width> + <height>150</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>6</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>FEL_1_ON;VLV_SFEL.01.01 open;VLV_SFEL.01.02 open;VLV_MBD_FEL.01.01 open;VLV_MBD_FEL.01.02 open;FVLV_MBDFEL01.01 open;VLV_BC01.02 open;VLV_L02.01 open;VLV_L02.02;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>FEL_1_ON;VLV_SFEL.01.01 open;VLV_SFEL.01.02 open;VLV_MBD_FEL.01.01 open;VLV_MBD_FEL.01.02 open;FVLV_MBDFEL01.01 open;VLV_BC01.02 open;VLV_L02.01 open;VLV_L02.012;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>606,1345,1348,1349,1350,955</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_linac_5"> + <property name="geometry"> + <rect> + <x>300</x> + <y>205</y> + <width>240</width> + <height>225</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>9</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000</string> + </property> + <property name="trueStrings"> + <string>VLV_INJ.01 open;VLV_L00.01 open;VLV_LH.01 open;VLV_L01.01 open;VLV_L01.02 open;VLV_BC01.01 open;VLV_BC01.02 open;VLV_BC01.03 open;VLV_L02.01 open</string> + </property> + <property name="falseStrings"> + <string>VLV_INJ.01 open;VLV_L00.01 open;VLV_LH.01 open;VLV_L01.01 open;VLV_L01.02 open;VLV_BC01.01 open;VLV_BC01.02 open;VLV_BC01.03 open;VLV_L02.01 open</string> + </property> + <property name="displayMask"> + <string>1344,1345,1346,1347,1348,1349,1350,1361,1351</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_linac_7"> + <property name="geometry"> + <rect> + <x>300</x> + <y>795</y> + <width>230</width> + <height>25</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>BST_Linac closed;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>BST_Linac closed;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>548</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="EArrow" name="line_linac1_2"> + <property name="geometry"> + <rect> + <x>120</x> + <y>1020</y> + <width>15</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="TTable" name="tTable_padres_1"> + <property name="geometry"> + <rect> + <x>950</x> + <y>70</y> + <width>290</width> + <height>50</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>2</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>VLV_PFE_F01_01 open;SH_PFE_F01_01 closed;VLV_PFE_F01_03 open;VLV_PFE_F01_04 open;VLV_PFE_F01_05 open;VLV_PFE_F01_06 open;VLV_PFE_F01_07 open;VLV_PFE_F01_08 open;VLV_PFE_F01_09 open;VLV_PFE_F01_10 open;VLV_POS_F01_01 open;VLV_POS_F01_02 open;VLV_POS_01;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>VLV_PFE_F01_01 open;SH_PFE_F01_01 closed;VLV_PFE_F01_03 open;VLV_PFE_F01_04 open;VLV_PFE_F01_05 open;VLV_PFE_F01_06 open;VLV_PFE_F01_07 open;VLV_PFE_F01_08 open;VLV_PFE_F01_09 open;VLV_PFE_F01_10 open;VLV_POS_F01_01 open;VLV_POS_F01_02 open;VLV_POS_01;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>1376,26</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_linac_3"> + <property name="geometry"> + <rect> + <x>30</x> + <y>595</y> + <width>230</width> + <height>100</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>4</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>VLV_INJ.01 open;VLV_L00.01 open;VLV_LH.01 open;VLV_L01.01 closed;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>VLV_INJ.01 open;VLV_L00.01 open;VLV_LH.01 open;VLV_L01.01 closed;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>1344,1345,1346,125</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_linac_6"> + <property name="geometry"> + <rect> + <x>300</x> + <y>430</y> + <width>240</width> + <height>250</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>10</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280</string> + </property> + <property name="falseColors"> + <string>4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000</string> + </property> + <property name="trueStrings"> + <string>VLV_L02.02 open;VLV_L03.01 open;VLV_BC02.01 open;VLV_L04.01 open;VLV_L04.02 open;VLV_L04.03 open;VLV_L04.04 open;VLV_XBL01.01 open;VLV_TLS.01 open;VLV_DBD.01 open</string> + </property> + <property name="falseStrings"> + <string>VLV_L02.02 open;VLV_L03.01 open;VLV_BC02.01 open;VLV_L04.01 open;VLV_L04.02 open;VLV_L04.03 open;VLV_L04.04 open;VLV_XBL01.01 open;VLV_TLS.01 open;VLV_DBD.01 open</string> + </property> + <property name="displayMask"> + <string>1352,1353,1354,1355,1356,1357,1358,1362,1359,1360</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_undulator_2"> + <property name="geometry"> + <rect> + <x>580</x> + <y>560</y> + <width>320</width> + <height>200</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>8</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>FEL_2_ON;VLV_SFEL.02.01 open;VLV_SFEL.02.02 open;VLV_FEL.02.01 open;VLV_IUFEL.02.01 open;VLV_MBD_FEL.02.01 open;FVLV_MBDFEL02.01 open;VLV_MBD_FEL.02.02 open;VLV_L02.02;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>FEL_2_ON;VLV_SFEL.02.01 open;VLV_SFEL.02.02 open;VLV_FEL.02.01 open;VLV_IUFEL.02.01 open;VLV_MBD_FEL.02.01 open;FVLV_MBDFEL02.01 open;VLV_MBD_FEL.02.02 open;VLV_L02.012;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>607,1346,1347,1354,1355,1351,957,1352</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_undulator_4"> + <property name="geometry"> + <rect> + <x>580</x> + <y>760</y> + <width>320</width> + <height>100</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>4</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4278241280;4292608000;4292608000;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4292608000;4278241280;4278241280;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>VLV_SCL.01 open;VLV_MBD.01 open;Key_ABI_SH_FEL1;Key_ABI_SH_FEL2;VLV_MBD_FEL.01.02 open;FVLV_MBDFEL01.01 open;VLV_BC01.02 open;VLV_L02.01 open;VLV_L02.02;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>VLV_SCL.01 open;VLV_MBD.01 open;Key_ABI_SH_FEL1;Key_ABI_SH_FEL2;VLV_MBD_FEL.01.02 open;FVLV_MBDFEL01.01 open;VLV_BC01.02 open;VLV_L02.01 open;VLV_L02.012;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>1344,1353,628,636</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_undulator_3"> + <property name="geometry"> + <rect> + <x>580</x> + <y>220</y> + <width>320</width> + <height>100</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>4</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4278241280;4292608000;4292608000;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4292608000;4278241280;4278241280;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>VLV_SCL.01 open;VLV_MBD.01 open;Key_ABI_SH_FEL1;Key_ABI_SH_FEL2;VLV_MBD_FEL.01.02 open;FVLV_MBDFEL01.01 open;VLV_BC01.02 open;VLV_L02.01 open;VLV_L02.02;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>VLV_SCL.01 open;VLV_MBD.01 open;Key_ABI_SH_FEL1;Key_ABI_SH_FEL2;VLV_MBD_FEL.01.02 open;FVLV_MBDFEL01.01 open;VLV_BC01.02 open;VLV_L02.01 open;VLV_L02.012;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>1344,1353,628,636</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac4_3"> + <property name="geometry"> + <rect> + <x>281</x> + <y>565</y> + <width>5</width> + <height>455</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1321</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac4_2"> + <property name="geometry"> + <rect> + <x>130</x> + <y>565</y> + <width>154</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1321</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="EArrow" name="line_linac4_4"> + <property name="geometry"> + <rect> + <x>276</x> + <y>1020</y> + <width>15</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="TTable" name="line_linac3_3"> + <property name="geometry"> + <rect> + <x>264</x> + <y>706</y> + <width>5</width> + <height>314</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1320</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac2_3"> + <property name="geometry"> + <rect> + <x>247</x> + <y>775</y> + <width>5</width> + <height>245</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string/> + </property> + <property name="displayMask"> + <string>117</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac2_2"> + <property name="geometry"> + <rect> + <x>130</x> + <y>775</y> + <width>120</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string/> + </property> + <property name="displayMask"> + <string>117</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac1_1"> + <property name="geometry"> + <rect> + <x>125</x> + <y>818</y> + <width>5</width> + <height>202</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>113</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac6_3"> + <property name="geometry"> + <rect> + <x>560</x> + <y>50</y> + <width>5</width> + <height>650</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1322</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac6_2"> + <property name="geometry"> + <rect> + <x>400</x> + <y>695</y> + <width>163</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1322</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac6_1"> + <property name="geometry"> + <rect> + <x>400</x> + <y>678</y> + <width>5</width> + <height>110</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1322</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac6_4"> + <property name="geometry"> + <rect> + <x>561</x> + <y>50</y> + <width>170</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1322</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac6_6"> + <property name="geometry"> + <rect> + <x>561</x> + <y>540</y> + <width>170</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1322</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac7_1"> + <property name="geometry"> + <rect> + <x>400</x> + <y>818</y> + <width>5</width> + <height>202</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1323</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_undulator4_2"> + <property name="geometry"> + <rect> + <x>740</x> + <y>880</y> + <width>185</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1321</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_undulator3_2"> + <property name="geometry"> + <rect> + <x>730</x> + <y>335</y> + <width>193</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1320</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_undulator3_3"> + <property name="geometry"> + <rect> + <x>920</x> + <y>50</y> + <width>5</width> + <height>289</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1320</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_undulator3_4"> + <property name="geometry"> + <rect> + <x>920</x> + <y>50</y> + <width>185</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1320</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_undulator3_6"> + <property name="geometry"> + <rect> + <x>920</x> + <y>150</y> + <width>185</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1320</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_undulator4_3"> + <property name="geometry"> + <rect> + <x>920</x> + <y>540</y> + <width>5</width> + <height>343</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1321</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_undulator4_4"> + <property name="geometry"> + <rect> + <x>920</x> + <y>540</y> + <width>173</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1321</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_undulator4_6"> + <property name="geometry"> + <rect> + <x>921</x> + <y>650</y> + <width>173</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1321</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="EArrow" name="line_padres4_3"> + <property name="geometry"> + <rect> + <x>1086</x> + <y>1020</y> + <width>15</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="EArrow" name="line_padres3_4"> + <property name="geometry"> + <rect> + <x>1269</x> + <y>1020</y> + <width>15</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="EArrow" name="line_padres2_4"> + <property name="geometry"> + <rect> + <x>1286</x> + <y>1020</y> + <width>15</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="EArrow" name="line_padres1_4"> + <property name="geometry"> + <rect> + <x>1303</x> + <y>1020</y> + <width>15</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="TTable" name="line_padres3_3"> + <property name="geometry"> + <rect> + <x>1274</x> + <y>620</y> + <width>5</width> + <height>400</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1934</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_padres3_2"> + <property name="geometry"> + <rect> + <x>1090</x> + <y>620</y> + <width>188</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1934</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_padres2_2"> + <property name="geometry"> + <rect> + <x>1090</x> + <y>510</y> + <width>200</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1933</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_padres2_3"> + <property name="geometry"> + <rect> + <x>1290</x> + <y>510</y> + <width>5</width> + <height>510</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1933</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_padres1_3"> + <property name="geometry"> + <rect> + <x>1307</x> + <y>130</y> + <width>5</width> + <height>890</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1932</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_padres1_2"> + <property name="geometry"> + <rect> + <x>1100</x> + <y>130</y> + <width>210</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1932</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac4_1"> + <property name="geometry"> + <rect> + <x>130</x> + <y>548</y> + <width>5</width> + <height>18</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1321</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac3_1"> + <property name="geometry"> + <rect> + <x>130</x> + <y>692</y> + <width>5</width> + <height>17</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1320</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac2_1"> + <property name="geometry"> + <rect> + <x>130</x> + <y>758</y> + <width>5</width> + <height>17</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>117</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="EArrow" name="line_linac6_9"> + <property name="geometry"> + <rect> + <x>721</x> + <y>550</y> + <width>24</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="TTable" name="line_linac6_5"> + <property name="geometry"> + <rect> + <x>731</x> + <y>50</y> + <width>5</width> + <height>10</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1322</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_linac6_7"> + <property name="geometry"> + <rect> + <x>731</x> + <y>540</y> + <width>5</width> + <height>10</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1322</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="EArrow" name="line_linac6_8"> + <property name="geometry"> + <rect> + <x>721</x> + <y>60</y> + <width>24</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="EArrow" name="line_linac7_10"> + <property name="geometry"> + <rect> + <x>390</x> + <y>785</y> + <width>24</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="TTable" name="line_undulator3_1"> + <property name="geometry"> + <rect> + <x>730</x> + <y>318</y> + <width>5</width> + <height>20</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1320</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_undulator3_5"> + <property name="geometry"> + <rect> + <x>1100</x> + <y>50</y> + <width>5</width> + <height>12</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1320</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_undulator3_7"> + <property name="geometry"> + <rect> + <x>1100</x> + <y>152</y> + <width>5</width> + <height>10</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1320</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="EArrow" name="line_undulator3_8"> + <property name="geometry"> + <rect> + <x>1090</x> + <y>60</y> + <width>24</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="EArrow" name="line_undulator3_9"> + <property name="geometry"> + <rect> + <x>1090</x> + <y>160</y> + <width>24</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="TTable" name="line_undulator4_1"> + <property name="geometry"> + <rect> + <x>740</x> + <y>858</y> + <width>5</width> + <height>25</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1321</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_undulator4_5"> + <property name="geometry"> + <rect> + <x>1090</x> + <y>540</y> + <width>5</width> + <height>10</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1321</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_undulator4_7"> + <property name="geometry"> + <rect> + <x>1090</x> + <y>650</y> + <width>5</width> + <height>10</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1321</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.02/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_padres3_1"> + <property name="geometry"> + <rect> + <x>1090</x> + <y>609</y> + <width>5</width> + <height>12</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1934</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_padres2_1"> + <property name="geometry"> + <rect> + <x>1090</x> + <y>493</y> + <width>5</width> + <height>18</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1933</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_padres1_1"> + <property name="geometry"> + <rect> + <x>1100</x> + <y>119</y> + <width>5</width> + <height>13</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1932</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="EArrow" name="line_undulator4_8"> + <property name="geometry"> + <rect> + <x>1080</x> + <y>550</y> + <width>24</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="EArrow" name="line_undulator4_9"> + <property name="geometry"> + <rect> + <x>1080</x> + <y>660</y> + <width>24</width> + <height>10</height> + </rect> + </property> + <property name="lineSize"> + <number>5</number> + </property> + <property name="lineColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="arrowSize"> + <number>7</number> + </property> + <property name="arrowDirection"> + <enum>EArrow::VERTICAL</enum> + </property> + </widget> + <widget class="TTable" name="line_linac3_2"> + <property name="geometry"> + <rect> + <x>130</x> + <y>705</y> + <width>138</width> + <height>5</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1320</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Stat_system</string> + </property> + </widget> + <widget class="QPushButton" name="legendButton"> + <property name="geometry"> + <rect> + <x>10</x> + <y>1030</y> + <width>83</width> + <height>51</height> + </rect> + </property> + <property name="font"> + <font> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>Legend</string> + </property> + </widget> + <widget class="TTable" name="tTable_padres_4"> + <property name="geometry"> + <rect> + <x>950</x> + <y>670</y> + <width>290</width> + <height>325</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>13</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>VLV_PFE_F02_01 open;VLV_PFE_F02_02 open;VLV_PFE_F02_03 open;VLV_PFE_F02_04 open;VLV_PFE_F02_05 open;VLV_PFE_F02_06 open;VLV_PFE_F02_07 open;VLV_PFE_F02_08 open;VLV_PFE_F02_09 open;VLV_PFE_F02_10 open;VLV_POS_F02_01 open;VLV_POS_F02_02 open;VLV_POS_01 open;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>VLV_PFE_F02_01 open;VLV_PFE_F02_02 open;VLV_PFE_F02_03 open;VLV_PFE_F02_04 open;VLV_PFE_F02_05 open;VLV_PFE_F02_06 open;VLV_PFE_F02_07 open;VLV_PFE_F02_08 open;VLV_PFE_F02_09 open;VLV_PFE_F02_10 open;VLV_POS_F02_01 open;VLV_POS_F02_02 open;VLV_POS_01 open;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1388</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="line_padres4_1"> + <property name="geometry"> + <rect> + <x>1090</x> + <y>992</y> + <width>5</width> + <height>28</height> + </rect> + </property> + <property name="styleSheet"> + <string notr="true">border-color: rgb(255, 233, 68);</string> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string/> + </property> + <property name="falseStrings"> + <string>Zero</string> + </property> + <property name="displayMask"> + <string>1935</string> + </property> + <property name="source"> + <string>srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system</string> + </property> + </widget> + <widget class="TTable" name="tTable_linac_9"> + <property name="geometry"> + <rect> + <x>110</x> + <y>1100</y> + <width>1220</width> + <height>51</height> + </rect> + </property> + <property name="font"> + <font> + <pointsize>15</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="numRows"> + <number>1</number> + </property> + <property name="numColumns"> + <number>1</number> + </property> + <property name="trueColors"> + <string>4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910</string> + </property> + <property name="falseColors"> + <string>4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999</string> + </property> + <property name="trueStrings"> + <string>ABI_GUN_VACUUM_VLV (Gun RF enabled by vacuum valves);One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One</string> + </property> + <property name="falseStrings"> + <string>ABI_GUN_VACUUM_VLV (Gun RF enabled by vacuum valves);Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero</string> + </property> + <property name="displayMask"> + <string>479</string> + </property> + <property name="source"> + <string>f/interlock/plc_int_ll.01/Out_system</string> + </property> + </widget> + </widget> + <layoutdefault spacing="6" margin="11"/> + <customwidgets> + <customwidget> + <class>TTable</class> + <extends>EFlag</extends> + <header>TTable</header> + </customwidget> + <customwidget> + <class>EFlag</class> + <extends>QWidget</extends> + <header>EFlag</header> + </customwidget> + <customwidget> + <class>EArrow</class> + <extends>QWidget</extends> + <header>EArrow</header> + </customwidget> + </customwidgets> + <resources/> + <connections/> +</ui> diff --git a/src/main.cpp b/src/main.cpp new file mode 100755 index 0000000000000000000000000000000000000000..15ea36ff16ca0840770b7520eaa8d0af68bcfd17 --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,41 @@ +/*************************************************************************** + * Copyright (C) 2007 by * + * * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + + +#include <TApplication> +#include "abi_gun_vacuum_vlv.h" +#include <X11/Xlib.h> +#include <QX11Info> +#define CVSVERSION "$Name: $" + +int main( int argc, char ** argv ) { + + TApplication a( argc, argv ); + a.setApplicationVersion(CVSVERSION); + abi_gun_vacuum_vlv mw; + mw.show(); + + /* register to window manager */ + Display *disp = QX11Info::display(); + Window root_win = (Window) mw.winId(); + XSetCommand(disp, root_win, argv,argc); + + return a.exec(); +} diff --git a/src/ui_abi_gun_vacuum_vlv.h b/src/ui_abi_gun_vacuum_vlv.h new file mode 100755 index 0000000000000000000000000000000000000000..132c06dcf249b08fd1153ead943f6c52e32fe69d --- /dev/null +++ b/src/ui_abi_gun_vacuum_vlv.h @@ -0,0 +1,1084 @@ +/******************************************************************************** +** Form generated from reading UI file 'abi_gun_vacuum_vlv.ui' +** +** Created: Fri Mar 8 08:45:09 2019 +** by: Qt User Interface Compiler version 4.8.4 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_ABI_GUN_VACUUM_VLV_H +#define UI_ABI_GUN_VACUUM_VLV_H + +#include <QtCore/QVariant> +#include <QtGui/QAction> +#include <QtGui/QApplication> +#include <QtGui/QButtonGroup> +#include <QtGui/QFrame> +#include <QtGui/QHeaderView> +#include <QtGui/QLabel> +#include <QtGui/QPushButton> +#include <QtGui/QWidget> +#include "EArrow" +#include "EFlag" +#include "TTable" + +QT_BEGIN_NAMESPACE + +class Ui_abi_gun_vacuum_vlv +{ +public: + QFrame *linac; + QLabel *label; + QFrame *undulators; + QLabel *label_2; + QFrame *padres; + QLabel *label_3; + EArrow *line_linac7_3; + TTable *tTable_padres_2; + TTable *tTable_linac_8; + TTable *tTable_linac_4; + TTable *tTable_linac_2; + EArrow *line_linac2_5; + EArrow *line_linac3_4; + TTable *tTable_linac_1; + TTable *tTable_padres_3; + TTable *tTable_undulator_1; + TTable *tTable_linac_5; + TTable *tTable_linac_7; + EArrow *line_linac1_2; + TTable *tTable_padres_1; + TTable *tTable_linac_3; + TTable *tTable_linac_6; + TTable *tTable_undulator_2; + TTable *tTable_undulator_4; + TTable *tTable_undulator_3; + TTable *line_linac4_3; + TTable *line_linac4_2; + EArrow *line_linac4_4; + TTable *line_linac3_3; + TTable *line_linac2_3; + TTable *line_linac2_2; + TTable *line_linac1_1; + TTable *line_linac6_3; + TTable *line_linac6_2; + TTable *line_linac6_1; + TTable *line_linac6_4; + TTable *line_linac6_6; + TTable *line_linac7_1; + TTable *line_undulator4_2; + TTable *line_undulator3_2; + TTable *line_undulator3_3; + TTable *line_undulator3_4; + TTable *line_undulator3_6; + TTable *line_undulator4_3; + TTable *line_undulator4_4; + TTable *line_undulator4_6; + EArrow *line_padres4_3; + EArrow *line_padres3_4; + EArrow *line_padres2_4; + EArrow *line_padres1_4; + TTable *line_padres3_3; + TTable *line_padres3_2; + TTable *line_padres2_2; + TTable *line_padres2_3; + TTable *line_padres1_3; + TTable *line_padres1_2; + TTable *line_linac4_1; + TTable *line_linac3_1; + TTable *line_linac2_1; + EArrow *line_linac6_9; + TTable *line_linac6_5; + TTable *line_linac6_7; + EArrow *line_linac6_8; + EArrow *line_linac7_10; + TTable *line_undulator3_1; + TTable *line_undulator3_5; + TTable *line_undulator3_7; + EArrow *line_undulator3_8; + EArrow *line_undulator3_9; + TTable *line_undulator4_1; + TTable *line_undulator4_5; + TTable *line_undulator4_7; + TTable *line_padres3_1; + TTable *line_padres2_1; + TTable *line_padres1_1; + EArrow *line_undulator4_8; + EArrow *line_undulator4_9; + TTable *line_linac3_2; + QPushButton *legendButton; + TTable *tTable_padres_4; + TTable *line_padres4_1; + TTable *tTable_linac_9; + + void setupUi(QWidget *abi_gun_vacuum_vlv) + { + if (abi_gun_vacuum_vlv->objectName().isEmpty()) + abi_gun_vacuum_vlv->setObjectName(QString::fromUtf8("abi_gun_vacuum_vlv")); + abi_gun_vacuum_vlv->resize(1341, 1171); + QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(abi_gun_vacuum_vlv->sizePolicy().hasHeightForWidth()); + abi_gun_vacuum_vlv->setSizePolicy(sizePolicy); + QPalette palette; + QBrush brush(QColor(255, 255, 255, 255)); + brush.setStyle(Qt::SolidPattern); + palette.setBrush(QPalette::Active, QPalette::Base, brush); + QBrush brush1(QColor(218, 221, 224, 255)); + brush1.setStyle(Qt::SolidPattern); + palette.setBrush(QPalette::Active, QPalette::Window, brush1); + palette.setBrush(QPalette::Inactive, QPalette::Base, brush); + palette.setBrush(QPalette::Inactive, QPalette::Window, brush1); + palette.setBrush(QPalette::Disabled, QPalette::Base, brush1); + palette.setBrush(QPalette::Disabled, QPalette::Window, brush1); + abi_gun_vacuum_vlv->setPalette(palette); + linac = new QFrame(abi_gun_vacuum_vlv); + linac->setObjectName(QString::fromUtf8("linac")); + linac->setGeometry(QRect(20, 10, 530, 1000)); + QPalette palette1; + palette1.setBrush(QPalette::Active, QPalette::Base, brush); + QBrush brush2(QColor(255, 255, 220, 255)); + brush2.setStyle(Qt::SolidPattern); + palette1.setBrush(QPalette::Active, QPalette::Window, brush2); + palette1.setBrush(QPalette::Inactive, QPalette::Base, brush); + palette1.setBrush(QPalette::Inactive, QPalette::Window, brush2); + palette1.setBrush(QPalette::Disabled, QPalette::Base, brush2); + palette1.setBrush(QPalette::Disabled, QPalette::Window, brush2); + linac->setPalette(palette1); + linac->setAutoFillBackground(true); + linac->setFrameShape(QFrame::StyledPanel); + linac->setFrameShadow(QFrame::Plain); + label = new QLabel(linac); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(0, -1, 530, 40)); + QPalette palette2; + QBrush brush3(QColor(120, 120, 120, 255)); + brush3.setStyle(Qt::SolidPattern); + palette2.setBrush(QPalette::Active, QPalette::WindowText, brush3); + palette2.setBrush(QPalette::Inactive, QPalette::WindowText, brush3); + QBrush brush4(QColor(106, 104, 100, 255)); + brush4.setStyle(Qt::SolidPattern); + palette2.setBrush(QPalette::Disabled, QPalette::WindowText, brush4); + label->setPalette(palette2); + QFont font; + font.setPointSize(20); + font.setBold(true); + font.setWeight(75); + label->setFont(font); + label->setAlignment(Qt::AlignCenter); + undulators = new QFrame(abi_gun_vacuum_vlv); + undulators->setObjectName(QString::fromUtf8("undulators")); + undulators->setGeometry(QRect(570, 10, 340, 1000)); + QPalette palette3; + palette3.setBrush(QPalette::Active, QPalette::Base, brush); + QBrush brush5(QColor(220, 240, 255, 255)); + brush5.setStyle(Qt::SolidPattern); + palette3.setBrush(QPalette::Active, QPalette::Window, brush5); + palette3.setBrush(QPalette::Inactive, QPalette::Base, brush); + palette3.setBrush(QPalette::Inactive, QPalette::Window, brush5); + palette3.setBrush(QPalette::Disabled, QPalette::Base, brush5); + palette3.setBrush(QPalette::Disabled, QPalette::Window, brush5); + undulators->setPalette(palette3); + undulators->setAutoFillBackground(true); + undulators->setFrameShape(QFrame::StyledPanel); + undulators->setFrameShadow(QFrame::Plain); + label_2 = new QLabel(undulators); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(0, -1, 340, 40)); + QPalette palette4; + palette4.setBrush(QPalette::Active, QPalette::WindowText, brush3); + palette4.setBrush(QPalette::Inactive, QPalette::WindowText, brush3); + palette4.setBrush(QPalette::Disabled, QPalette::WindowText, brush4); + label_2->setPalette(palette4); + label_2->setFont(font); + label_2->setAlignment(Qt::AlignCenter); + padres = new QFrame(abi_gun_vacuum_vlv); + padres->setObjectName(QString::fromUtf8("padres")); + padres->setGeometry(QRect(940, 10, 310, 1000)); + QPalette palette5; + palette5.setBrush(QPalette::Active, QPalette::Base, brush); + QBrush brush6(QColor(255, 230, 240, 255)); + brush6.setStyle(Qt::SolidPattern); + palette5.setBrush(QPalette::Active, QPalette::Window, brush6); + palette5.setBrush(QPalette::Inactive, QPalette::Base, brush); + palette5.setBrush(QPalette::Inactive, QPalette::Window, brush6); + palette5.setBrush(QPalette::Disabled, QPalette::Base, brush6); + palette5.setBrush(QPalette::Disabled, QPalette::Window, brush6); + padres->setPalette(palette5); + padres->setAutoFillBackground(true); + padres->setFrameShape(QFrame::StyledPanel); + padres->setFrameShadow(QFrame::Plain); + label_3 = new QLabel(padres); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(0, -1, 310, 40)); + QPalette palette6; + palette6.setBrush(QPalette::Active, QPalette::WindowText, brush3); + palette6.setBrush(QPalette::Inactive, QPalette::WindowText, brush3); + palette6.setBrush(QPalette::Disabled, QPalette::WindowText, brush4); + label_3->setPalette(palette6); + label_3->setFont(font); + label_3->setAlignment(Qt::AlignCenter); + line_linac7_3 = new EArrow(abi_gun_vacuum_vlv); + line_linac7_3->setObjectName(QString::fromUtf8("line_linac7_3")); + line_linac7_3->setGeometry(QRect(390, 1020, 24, 10)); + line_linac7_3->setLineSize(5); + line_linac7_3->setLineColor(QColor(0, 0, 0)); + line_linac7_3->setArrowSize(7); + line_linac7_3->setArrowDirection(EArrow::VERTICAL); + tTable_padres_2 = new TTable(abi_gun_vacuum_vlv); + tTable_padres_2->setObjectName(QString::fromUtf8("tTable_padres_2")); + tTable_padres_2->setGeometry(QRect(950, 170, 290, 325)); + QFont font1; + font1.setPointSize(15); + font1.setBold(true); + font1.setWeight(75); + tTable_padres_2->setFont(font1); + tTable_padres_2->setNumRows(13); + tTable_padres_2->setNumColumns(1); + tTable_linac_8 = new TTable(abi_gun_vacuum_vlv); + tTable_linac_8->setObjectName(QString::fromUtf8("tTable_linac_8")); + tTable_linac_8->setGeometry(QRect(110, 1030, 1220, 51)); + tTable_linac_8->setFont(font1); + tTable_linac_8->setNumRows(1); + tTable_linac_8->setNumColumns(1); + tTable_linac_4 = new TTable(abi_gun_vacuum_vlv); + tTable_linac_4->setObjectName(QString::fromUtf8("tTable_linac_4")); + tTable_linac_4->setGeometry(QRect(30, 325, 240, 225)); + tTable_linac_4->setFont(font1); + tTable_linac_4->setNumRows(9); + tTable_linac_4->setNumColumns(1); + tTable_linac_2 = new TTable(abi_gun_vacuum_vlv); + tTable_linac_2->setObjectName(QString::fromUtf8("tTable_linac_2")); + tTable_linac_2->setGeometry(QRect(30, 735, 220, 25)); + tTable_linac_2->setFont(font1); + tTable_linac_2->setNumRows(1); + tTable_linac_2->setNumColumns(1); + line_linac2_5 = new EArrow(abi_gun_vacuum_vlv); + line_linac2_5->setObjectName(QString::fromUtf8("line_linac2_5")); + line_linac2_5->setGeometry(QRect(242, 1020, 15, 10)); + line_linac2_5->setLineSize(5); + line_linac2_5->setLineColor(QColor(0, 0, 0)); + line_linac2_5->setArrowSize(7); + line_linac2_5->setArrowDirection(EArrow::VERTICAL); + line_linac3_4 = new EArrow(abi_gun_vacuum_vlv); + line_linac3_4->setObjectName(QString::fromUtf8("line_linac3_4")); + line_linac3_4->setGeometry(QRect(259, 1020, 15, 10)); + line_linac3_4->setLineSize(5); + line_linac3_4->setLineColor(QColor(0, 0, 0)); + line_linac3_4->setArrowSize(7); + line_linac3_4->setArrowDirection(EArrow::VERTICAL); + tTable_linac_1 = new TTable(abi_gun_vacuum_vlv); + tTable_linac_1->setObjectName(QString::fromUtf8("tTable_linac_1")); + tTable_linac_1->setGeometry(QRect(30, 795, 208, 25)); + tTable_linac_1->setFont(font1); + tTable_linac_1->setNumRows(1); + tTable_linac_1->setNumColumns(1); + tTable_padres_3 = new TTable(abi_gun_vacuum_vlv); + tTable_padres_3->setObjectName(QString::fromUtf8("tTable_padres_3")); + tTable_padres_3->setGeometry(QRect(950, 560, 290, 50)); + tTable_padres_3->setFont(font1); + tTable_padres_3->setNumRows(2); + tTable_padres_3->setNumColumns(1); + tTable_undulator_1 = new TTable(abi_gun_vacuum_vlv); + tTable_undulator_1->setObjectName(QString::fromUtf8("tTable_undulator_1")); + tTable_undulator_1->setGeometry(QRect(580, 70, 320, 150)); + tTable_undulator_1->setFont(font1); + tTable_undulator_1->setNumRows(6); + tTable_undulator_1->setNumColumns(1); + tTable_linac_5 = new TTable(abi_gun_vacuum_vlv); + tTable_linac_5->setObjectName(QString::fromUtf8("tTable_linac_5")); + tTable_linac_5->setGeometry(QRect(300, 205, 240, 225)); + tTable_linac_5->setFont(font1); + tTable_linac_5->setNumRows(9); + tTable_linac_5->setNumColumns(1); + tTable_linac_7 = new TTable(abi_gun_vacuum_vlv); + tTable_linac_7->setObjectName(QString::fromUtf8("tTable_linac_7")); + tTable_linac_7->setGeometry(QRect(300, 795, 230, 25)); + tTable_linac_7->setFont(font1); + tTable_linac_7->setNumRows(1); + tTable_linac_7->setNumColumns(1); + line_linac1_2 = new EArrow(abi_gun_vacuum_vlv); + line_linac1_2->setObjectName(QString::fromUtf8("line_linac1_2")); + line_linac1_2->setGeometry(QRect(120, 1020, 15, 10)); + line_linac1_2->setLineSize(5); + line_linac1_2->setLineColor(QColor(0, 0, 0)); + line_linac1_2->setArrowSize(7); + line_linac1_2->setArrowDirection(EArrow::VERTICAL); + tTable_padres_1 = new TTable(abi_gun_vacuum_vlv); + tTable_padres_1->setObjectName(QString::fromUtf8("tTable_padres_1")); + tTable_padres_1->setGeometry(QRect(950, 70, 290, 50)); + tTable_padres_1->setFont(font1); + tTable_padres_1->setNumRows(2); + tTable_padres_1->setNumColumns(1); + tTable_linac_3 = new TTable(abi_gun_vacuum_vlv); + tTable_linac_3->setObjectName(QString::fromUtf8("tTable_linac_3")); + tTable_linac_3->setGeometry(QRect(30, 595, 230, 100)); + tTable_linac_3->setFont(font1); + tTable_linac_3->setNumRows(4); + tTable_linac_3->setNumColumns(1); + tTable_linac_6 = new TTable(abi_gun_vacuum_vlv); + tTable_linac_6->setObjectName(QString::fromUtf8("tTable_linac_6")); + tTable_linac_6->setGeometry(QRect(300, 430, 240, 250)); + tTable_linac_6->setFont(font1); + tTable_linac_6->setNumRows(10); + tTable_linac_6->setNumColumns(1); + tTable_undulator_2 = new TTable(abi_gun_vacuum_vlv); + tTable_undulator_2->setObjectName(QString::fromUtf8("tTable_undulator_2")); + tTable_undulator_2->setGeometry(QRect(580, 560, 320, 200)); + tTable_undulator_2->setFont(font1); + tTable_undulator_2->setNumRows(8); + tTable_undulator_2->setNumColumns(1); + tTable_undulator_4 = new TTable(abi_gun_vacuum_vlv); + tTable_undulator_4->setObjectName(QString::fromUtf8("tTable_undulator_4")); + tTable_undulator_4->setGeometry(QRect(580, 760, 320, 100)); + tTable_undulator_4->setFont(font1); + tTable_undulator_4->setNumRows(4); + tTable_undulator_4->setNumColumns(1); + tTable_undulator_3 = new TTable(abi_gun_vacuum_vlv); + tTable_undulator_3->setObjectName(QString::fromUtf8("tTable_undulator_3")); + tTable_undulator_3->setGeometry(QRect(580, 220, 320, 100)); + tTable_undulator_3->setFont(font1); + tTable_undulator_3->setNumRows(4); + tTable_undulator_3->setNumColumns(1); + line_linac4_3 = new TTable(abi_gun_vacuum_vlv); + line_linac4_3->setObjectName(QString::fromUtf8("line_linac4_3")); + line_linac4_3->setGeometry(QRect(281, 565, 5, 455)); + line_linac4_3->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac4_3->setNumRows(1); + line_linac4_3->setNumColumns(1); + line_linac4_2 = new TTable(abi_gun_vacuum_vlv); + line_linac4_2->setObjectName(QString::fromUtf8("line_linac4_2")); + line_linac4_2->setGeometry(QRect(130, 565, 154, 5)); + line_linac4_2->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac4_2->setNumRows(1); + line_linac4_2->setNumColumns(1); + line_linac4_4 = new EArrow(abi_gun_vacuum_vlv); + line_linac4_4->setObjectName(QString::fromUtf8("line_linac4_4")); + line_linac4_4->setGeometry(QRect(276, 1020, 15, 10)); + line_linac4_4->setLineSize(5); + line_linac4_4->setLineColor(QColor(0, 0, 0)); + line_linac4_4->setArrowSize(7); + line_linac4_4->setArrowDirection(EArrow::VERTICAL); + line_linac3_3 = new TTable(abi_gun_vacuum_vlv); + line_linac3_3->setObjectName(QString::fromUtf8("line_linac3_3")); + line_linac3_3->setGeometry(QRect(264, 706, 5, 314)); + line_linac3_3->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac3_3->setNumRows(1); + line_linac3_3->setNumColumns(1); + line_linac2_3 = new TTable(abi_gun_vacuum_vlv); + line_linac2_3->setObjectName(QString::fromUtf8("line_linac2_3")); + line_linac2_3->setGeometry(QRect(247, 775, 5, 245)); + line_linac2_3->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac2_3->setNumRows(1); + line_linac2_3->setNumColumns(1); + line_linac2_2 = new TTable(abi_gun_vacuum_vlv); + line_linac2_2->setObjectName(QString::fromUtf8("line_linac2_2")); + line_linac2_2->setGeometry(QRect(130, 775, 120, 5)); + line_linac2_2->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac2_2->setNumRows(1); + line_linac2_2->setNumColumns(1); + line_linac1_1 = new TTable(abi_gun_vacuum_vlv); + line_linac1_1->setObjectName(QString::fromUtf8("line_linac1_1")); + line_linac1_1->setGeometry(QRect(125, 818, 5, 202)); + line_linac1_1->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac1_1->setNumRows(1); + line_linac1_1->setNumColumns(1); + line_linac6_3 = new TTable(abi_gun_vacuum_vlv); + line_linac6_3->setObjectName(QString::fromUtf8("line_linac6_3")); + line_linac6_3->setGeometry(QRect(560, 50, 5, 650)); + line_linac6_3->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac6_3->setNumRows(1); + line_linac6_3->setNumColumns(1); + line_linac6_2 = new TTable(abi_gun_vacuum_vlv); + line_linac6_2->setObjectName(QString::fromUtf8("line_linac6_2")); + line_linac6_2->setGeometry(QRect(400, 695, 163, 5)); + line_linac6_2->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac6_2->setNumRows(1); + line_linac6_2->setNumColumns(1); + line_linac6_1 = new TTable(abi_gun_vacuum_vlv); + line_linac6_1->setObjectName(QString::fromUtf8("line_linac6_1")); + line_linac6_1->setGeometry(QRect(400, 678, 5, 110)); + line_linac6_1->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac6_1->setNumRows(1); + line_linac6_1->setNumColumns(1); + line_linac6_4 = new TTable(abi_gun_vacuum_vlv); + line_linac6_4->setObjectName(QString::fromUtf8("line_linac6_4")); + line_linac6_4->setGeometry(QRect(561, 50, 170, 5)); + line_linac6_4->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac6_4->setNumRows(1); + line_linac6_4->setNumColumns(1); + line_linac6_6 = new TTable(abi_gun_vacuum_vlv); + line_linac6_6->setObjectName(QString::fromUtf8("line_linac6_6")); + line_linac6_6->setGeometry(QRect(561, 540, 170, 5)); + line_linac6_6->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac6_6->setNumRows(1); + line_linac6_6->setNumColumns(1); + line_linac7_1 = new TTable(abi_gun_vacuum_vlv); + line_linac7_1->setObjectName(QString::fromUtf8("line_linac7_1")); + line_linac7_1->setGeometry(QRect(400, 818, 5, 202)); + line_linac7_1->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac7_1->setNumRows(1); + line_linac7_1->setNumColumns(1); + line_undulator4_2 = new TTable(abi_gun_vacuum_vlv); + line_undulator4_2->setObjectName(QString::fromUtf8("line_undulator4_2")); + line_undulator4_2->setGeometry(QRect(740, 880, 185, 5)); + line_undulator4_2->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator4_2->setNumRows(1); + line_undulator4_2->setNumColumns(1); + line_undulator3_2 = new TTable(abi_gun_vacuum_vlv); + line_undulator3_2->setObjectName(QString::fromUtf8("line_undulator3_2")); + line_undulator3_2->setGeometry(QRect(730, 335, 193, 5)); + line_undulator3_2->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator3_2->setNumRows(1); + line_undulator3_2->setNumColumns(1); + line_undulator3_3 = new TTable(abi_gun_vacuum_vlv); + line_undulator3_3->setObjectName(QString::fromUtf8("line_undulator3_3")); + line_undulator3_3->setGeometry(QRect(920, 50, 5, 289)); + line_undulator3_3->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator3_3->setNumRows(1); + line_undulator3_3->setNumColumns(1); + line_undulator3_4 = new TTable(abi_gun_vacuum_vlv); + line_undulator3_4->setObjectName(QString::fromUtf8("line_undulator3_4")); + line_undulator3_4->setGeometry(QRect(920, 50, 185, 5)); + line_undulator3_4->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator3_4->setNumRows(1); + line_undulator3_4->setNumColumns(1); + line_undulator3_6 = new TTable(abi_gun_vacuum_vlv); + line_undulator3_6->setObjectName(QString::fromUtf8("line_undulator3_6")); + line_undulator3_6->setGeometry(QRect(920, 150, 185, 5)); + line_undulator3_6->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator3_6->setNumRows(1); + line_undulator3_6->setNumColumns(1); + line_undulator4_3 = new TTable(abi_gun_vacuum_vlv); + line_undulator4_3->setObjectName(QString::fromUtf8("line_undulator4_3")); + line_undulator4_3->setGeometry(QRect(920, 540, 5, 343)); + line_undulator4_3->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator4_3->setNumRows(1); + line_undulator4_3->setNumColumns(1); + line_undulator4_4 = new TTable(abi_gun_vacuum_vlv); + line_undulator4_4->setObjectName(QString::fromUtf8("line_undulator4_4")); + line_undulator4_4->setGeometry(QRect(920, 540, 173, 5)); + line_undulator4_4->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator4_4->setNumRows(1); + line_undulator4_4->setNumColumns(1); + line_undulator4_6 = new TTable(abi_gun_vacuum_vlv); + line_undulator4_6->setObjectName(QString::fromUtf8("line_undulator4_6")); + line_undulator4_6->setGeometry(QRect(921, 650, 173, 5)); + line_undulator4_6->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator4_6->setNumRows(1); + line_undulator4_6->setNumColumns(1); + line_padres4_3 = new EArrow(abi_gun_vacuum_vlv); + line_padres4_3->setObjectName(QString::fromUtf8("line_padres4_3")); + line_padres4_3->setGeometry(QRect(1086, 1020, 15, 10)); + line_padres4_3->setLineSize(5); + line_padres4_3->setLineColor(QColor(0, 0, 0)); + line_padres4_3->setArrowSize(7); + line_padres4_3->setArrowDirection(EArrow::VERTICAL); + line_padres3_4 = new EArrow(abi_gun_vacuum_vlv); + line_padres3_4->setObjectName(QString::fromUtf8("line_padres3_4")); + line_padres3_4->setGeometry(QRect(1269, 1020, 15, 10)); + line_padres3_4->setLineSize(5); + line_padres3_4->setLineColor(QColor(0, 0, 0)); + line_padres3_4->setArrowSize(7); + line_padres3_4->setArrowDirection(EArrow::VERTICAL); + line_padres2_4 = new EArrow(abi_gun_vacuum_vlv); + line_padres2_4->setObjectName(QString::fromUtf8("line_padres2_4")); + line_padres2_4->setGeometry(QRect(1286, 1020, 15, 10)); + line_padres2_4->setLineSize(5); + line_padres2_4->setLineColor(QColor(0, 0, 0)); + line_padres2_4->setArrowSize(7); + line_padres2_4->setArrowDirection(EArrow::VERTICAL); + line_padres1_4 = new EArrow(abi_gun_vacuum_vlv); + line_padres1_4->setObjectName(QString::fromUtf8("line_padres1_4")); + line_padres1_4->setGeometry(QRect(1303, 1020, 15, 10)); + line_padres1_4->setLineSize(5); + line_padres1_4->setLineColor(QColor(0, 0, 0)); + line_padres1_4->setArrowSize(7); + line_padres1_4->setArrowDirection(EArrow::VERTICAL); + line_padres3_3 = new TTable(abi_gun_vacuum_vlv); + line_padres3_3->setObjectName(QString::fromUtf8("line_padres3_3")); + line_padres3_3->setGeometry(QRect(1274, 620, 5, 400)); + line_padres3_3->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_padres3_3->setNumRows(1); + line_padres3_3->setNumColumns(1); + line_padres3_2 = new TTable(abi_gun_vacuum_vlv); + line_padres3_2->setObjectName(QString::fromUtf8("line_padres3_2")); + line_padres3_2->setGeometry(QRect(1090, 620, 188, 5)); + line_padres3_2->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_padres3_2->setNumRows(1); + line_padres3_2->setNumColumns(1); + line_padres2_2 = new TTable(abi_gun_vacuum_vlv); + line_padres2_2->setObjectName(QString::fromUtf8("line_padres2_2")); + line_padres2_2->setGeometry(QRect(1090, 510, 200, 5)); + line_padres2_2->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_padres2_2->setNumRows(1); + line_padres2_2->setNumColumns(1); + line_padres2_3 = new TTable(abi_gun_vacuum_vlv); + line_padres2_3->setObjectName(QString::fromUtf8("line_padres2_3")); + line_padres2_3->setGeometry(QRect(1290, 510, 5, 510)); + line_padres2_3->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_padres2_3->setNumRows(1); + line_padres2_3->setNumColumns(1); + line_padres1_3 = new TTable(abi_gun_vacuum_vlv); + line_padres1_3->setObjectName(QString::fromUtf8("line_padres1_3")); + line_padres1_3->setGeometry(QRect(1307, 130, 5, 890)); + line_padres1_3->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_padres1_3->setNumRows(1); + line_padres1_3->setNumColumns(1); + line_padres1_2 = new TTable(abi_gun_vacuum_vlv); + line_padres1_2->setObjectName(QString::fromUtf8("line_padres1_2")); + line_padres1_2->setGeometry(QRect(1100, 130, 210, 5)); + line_padres1_2->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_padres1_2->setNumRows(1); + line_padres1_2->setNumColumns(1); + line_linac4_1 = new TTable(abi_gun_vacuum_vlv); + line_linac4_1->setObjectName(QString::fromUtf8("line_linac4_1")); + line_linac4_1->setGeometry(QRect(130, 548, 5, 18)); + line_linac4_1->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac4_1->setNumRows(1); + line_linac4_1->setNumColumns(1); + line_linac3_1 = new TTable(abi_gun_vacuum_vlv); + line_linac3_1->setObjectName(QString::fromUtf8("line_linac3_1")); + line_linac3_1->setGeometry(QRect(130, 692, 5, 17)); + line_linac3_1->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac3_1->setNumRows(1); + line_linac3_1->setNumColumns(1); + line_linac2_1 = new TTable(abi_gun_vacuum_vlv); + line_linac2_1->setObjectName(QString::fromUtf8("line_linac2_1")); + line_linac2_1->setGeometry(QRect(130, 758, 5, 17)); + line_linac2_1->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac2_1->setNumRows(1); + line_linac2_1->setNumColumns(1); + line_linac6_9 = new EArrow(abi_gun_vacuum_vlv); + line_linac6_9->setObjectName(QString::fromUtf8("line_linac6_9")); + line_linac6_9->setGeometry(QRect(721, 550, 24, 10)); + line_linac6_9->setLineSize(5); + line_linac6_9->setLineColor(QColor(0, 0, 0)); + line_linac6_9->setArrowSize(7); + line_linac6_9->setArrowDirection(EArrow::VERTICAL); + line_linac6_5 = new TTable(abi_gun_vacuum_vlv); + line_linac6_5->setObjectName(QString::fromUtf8("line_linac6_5")); + line_linac6_5->setGeometry(QRect(731, 50, 5, 10)); + line_linac6_5->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac6_5->setNumRows(1); + line_linac6_5->setNumColumns(1); + line_linac6_7 = new TTable(abi_gun_vacuum_vlv); + line_linac6_7->setObjectName(QString::fromUtf8("line_linac6_7")); + line_linac6_7->setGeometry(QRect(731, 540, 5, 10)); + line_linac6_7->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac6_7->setNumRows(1); + line_linac6_7->setNumColumns(1); + line_linac6_8 = new EArrow(abi_gun_vacuum_vlv); + line_linac6_8->setObjectName(QString::fromUtf8("line_linac6_8")); + line_linac6_8->setGeometry(QRect(721, 60, 24, 10)); + line_linac6_8->setLineSize(5); + line_linac6_8->setLineColor(QColor(0, 0, 0)); + line_linac6_8->setArrowSize(7); + line_linac6_8->setArrowDirection(EArrow::VERTICAL); + line_linac7_10 = new EArrow(abi_gun_vacuum_vlv); + line_linac7_10->setObjectName(QString::fromUtf8("line_linac7_10")); + line_linac7_10->setGeometry(QRect(390, 785, 24, 10)); + line_linac7_10->setLineSize(5); + line_linac7_10->setLineColor(QColor(0, 0, 0)); + line_linac7_10->setArrowSize(7); + line_linac7_10->setArrowDirection(EArrow::VERTICAL); + line_undulator3_1 = new TTable(abi_gun_vacuum_vlv); + line_undulator3_1->setObjectName(QString::fromUtf8("line_undulator3_1")); + line_undulator3_1->setGeometry(QRect(730, 318, 5, 20)); + line_undulator3_1->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator3_1->setNumRows(1); + line_undulator3_1->setNumColumns(1); + line_undulator3_5 = new TTable(abi_gun_vacuum_vlv); + line_undulator3_5->setObjectName(QString::fromUtf8("line_undulator3_5")); + line_undulator3_5->setGeometry(QRect(1100, 50, 5, 12)); + line_undulator3_5->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator3_5->setNumRows(1); + line_undulator3_5->setNumColumns(1); + line_undulator3_7 = new TTable(abi_gun_vacuum_vlv); + line_undulator3_7->setObjectName(QString::fromUtf8("line_undulator3_7")); + line_undulator3_7->setGeometry(QRect(1100, 152, 5, 10)); + line_undulator3_7->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator3_7->setNumRows(1); + line_undulator3_7->setNumColumns(1); + line_undulator3_8 = new EArrow(abi_gun_vacuum_vlv); + line_undulator3_8->setObjectName(QString::fromUtf8("line_undulator3_8")); + line_undulator3_8->setGeometry(QRect(1090, 60, 24, 10)); + line_undulator3_8->setLineSize(5); + line_undulator3_8->setLineColor(QColor(0, 0, 0)); + line_undulator3_8->setArrowSize(7); + line_undulator3_8->setArrowDirection(EArrow::VERTICAL); + line_undulator3_9 = new EArrow(abi_gun_vacuum_vlv); + line_undulator3_9->setObjectName(QString::fromUtf8("line_undulator3_9")); + line_undulator3_9->setGeometry(QRect(1090, 160, 24, 10)); + line_undulator3_9->setLineSize(5); + line_undulator3_9->setLineColor(QColor(0, 0, 0)); + line_undulator3_9->setArrowSize(7); + line_undulator3_9->setArrowDirection(EArrow::VERTICAL); + line_undulator4_1 = new TTable(abi_gun_vacuum_vlv); + line_undulator4_1->setObjectName(QString::fromUtf8("line_undulator4_1")); + line_undulator4_1->setGeometry(QRect(740, 858, 5, 25)); + line_undulator4_1->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator4_1->setNumRows(1); + line_undulator4_1->setNumColumns(1); + line_undulator4_5 = new TTable(abi_gun_vacuum_vlv); + line_undulator4_5->setObjectName(QString::fromUtf8("line_undulator4_5")); + line_undulator4_5->setGeometry(QRect(1090, 540, 5, 10)); + line_undulator4_5->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator4_5->setNumRows(1); + line_undulator4_5->setNumColumns(1); + line_undulator4_7 = new TTable(abi_gun_vacuum_vlv); + line_undulator4_7->setObjectName(QString::fromUtf8("line_undulator4_7")); + line_undulator4_7->setGeometry(QRect(1090, 650, 5, 10)); + line_undulator4_7->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_undulator4_7->setNumRows(1); + line_undulator4_7->setNumColumns(1); + line_padres3_1 = new TTable(abi_gun_vacuum_vlv); + line_padres3_1->setObjectName(QString::fromUtf8("line_padres3_1")); + line_padres3_1->setGeometry(QRect(1090, 609, 5, 12)); + line_padres3_1->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_padres3_1->setNumRows(1); + line_padres3_1->setNumColumns(1); + line_padres2_1 = new TTable(abi_gun_vacuum_vlv); + line_padres2_1->setObjectName(QString::fromUtf8("line_padres2_1")); + line_padres2_1->setGeometry(QRect(1090, 493, 5, 18)); + line_padres2_1->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_padres2_1->setNumRows(1); + line_padres2_1->setNumColumns(1); + line_padres1_1 = new TTable(abi_gun_vacuum_vlv); + line_padres1_1->setObjectName(QString::fromUtf8("line_padres1_1")); + line_padres1_1->setGeometry(QRect(1100, 119, 5, 13)); + line_padres1_1->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_padres1_1->setNumRows(1); + line_padres1_1->setNumColumns(1); + line_undulator4_8 = new EArrow(abi_gun_vacuum_vlv); + line_undulator4_8->setObjectName(QString::fromUtf8("line_undulator4_8")); + line_undulator4_8->setGeometry(QRect(1080, 550, 24, 10)); + line_undulator4_8->setLineSize(5); + line_undulator4_8->setLineColor(QColor(0, 0, 0)); + line_undulator4_8->setArrowSize(7); + line_undulator4_8->setArrowDirection(EArrow::VERTICAL); + line_undulator4_9 = new EArrow(abi_gun_vacuum_vlv); + line_undulator4_9->setObjectName(QString::fromUtf8("line_undulator4_9")); + line_undulator4_9->setGeometry(QRect(1080, 660, 24, 10)); + line_undulator4_9->setLineSize(5); + line_undulator4_9->setLineColor(QColor(0, 0, 0)); + line_undulator4_9->setArrowSize(7); + line_undulator4_9->setArrowDirection(EArrow::VERTICAL); + line_linac3_2 = new TTable(abi_gun_vacuum_vlv); + line_linac3_2->setObjectName(QString::fromUtf8("line_linac3_2")); + line_linac3_2->setGeometry(QRect(130, 705, 138, 5)); + line_linac3_2->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_linac3_2->setNumRows(1); + line_linac3_2->setNumColumns(1); + legendButton = new QPushButton(abi_gun_vacuum_vlv); + legendButton->setObjectName(QString::fromUtf8("legendButton")); + legendButton->setGeometry(QRect(10, 1030, 83, 51)); + QFont font2; + font2.setBold(true); + font2.setWeight(75); + legendButton->setFont(font2); + tTable_padres_4 = new TTable(abi_gun_vacuum_vlv); + tTable_padres_4->setObjectName(QString::fromUtf8("tTable_padres_4")); + tTable_padres_4->setGeometry(QRect(950, 670, 290, 325)); + tTable_padres_4->setFont(font1); + tTable_padres_4->setNumRows(13); + tTable_padres_4->setNumColumns(1); + line_padres4_1 = new TTable(abi_gun_vacuum_vlv); + line_padres4_1->setObjectName(QString::fromUtf8("line_padres4_1")); + line_padres4_1->setGeometry(QRect(1090, 992, 5, 28)); + line_padres4_1->setStyleSheet(QString::fromUtf8("border-color: rgb(255, 233, 68);")); + line_padres4_1->setNumRows(1); + line_padres4_1->setNumColumns(1); + tTable_linac_9 = new TTable(abi_gun_vacuum_vlv); + tTable_linac_9->setObjectName(QString::fromUtf8("tTable_linac_9")); + tTable_linac_9->setGeometry(QRect(110, 1100, 1220, 51)); + tTable_linac_9->setFont(font1); + tTable_linac_9->setNumRows(1); + tTable_linac_9->setNumColumns(1); + + retranslateUi(abi_gun_vacuum_vlv); + + QMetaObject::connectSlotsByName(abi_gun_vacuum_vlv); + } // setupUi + + void retranslateUi(QWidget *abi_gun_vacuum_vlv) + { + abi_gun_vacuum_vlv->setWindowTitle(QApplication::translate("abi_gun_vacuum_vlv", "ABI_GUN_VACUUM_VLV", 0, QApplication::UnicodeUTF8)); + label->setText(QApplication::translate("abi_gun_vacuum_vlv", "Linac", 0, QApplication::UnicodeUTF8)); + label_2->setText(QApplication::translate("abi_gun_vacuum_vlv", "Undulators", 0, QApplication::UnicodeUTF8)); + label_3->setText(QApplication::translate("abi_gun_vacuum_vlv", "Padres", 0, QApplication::UnicodeUTF8)); + tTable_padres_2->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;42" + "84344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_padres_2->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;42" + "93342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_padres_2->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_PFE_F01_01 open;VLV_PFE_F01_02 open;VLV_PFE_F01_03 open;VLV_PFE_F01_04 open;VLV_PFE_F01_05 open;VLV_PFE_F01_06 open;VLV_PFE_F01_07 open;VLV_PFE_F01_08 open;VLV_PFE_F01_09 open;VLV_PFE_F01_10 open;VLV_POS_F01_01 open;VLV_POS_F01_02 open;VLV_POS_01 open;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_padres_2->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_PFE_F01_01 open;VLV_PFE_F01_02 open;VLV_PFE_F01_03 open;VLV_PFE_F01_04 open;VLV_PFE_F01_05 open;VLV_PFE_F01_06 open;VLV_PFE_F01_07 open;VLV_PFE_F01_08 open;VLV_PFE_F01_09 open;VLV_PFE_F01_10 open;VLV_POS_F01_01 open;VLV_POS_F01_02 open;VLV_POS_01 open;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_padres_2->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388", 0, QApplication::UnicodeUTF8)); + tTable_padres_2->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_linac_8->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_linac_8->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_linac_8->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "ABI SH PIL MPS VLV;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_linac_8->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "ABI SH PIL MPS VLV;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_linac_8->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1327", 0, QApplication::UnicodeUTF8)); + tTable_linac_8->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_linac_4->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_linac_4->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_linac_4->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_INJ.01 open;VLV_L00.01 open;VLV_LH.01 open;VLV_L01.01 open;VLV_L01.02 open;VLV_BC01.01 open;VLV_BC01.02 open;VLV_BC01.03 open;VLV_L02.01 closed;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_linac_4->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_INJ.01 open;VLV_L00.01 open;VLV_LH.01 open;VLV_L01.01 open;VLV_L01.02 open;VLV_BC01.01 open;VLV_BC01.02 open;VLV_BC01.03 open;VLV_L02.01 closed;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_linac_4->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1344,1345,1346,1347,1348,1349,1350,1361,257", 0, QApplication::UnicodeUTF8)); + tTable_linac_4->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_linac_2->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_linac_2->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_linac_2->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_L00.01 closed;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_linac_2->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_L00.01 closed;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_linac_2->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "117", 0, QApplication::UnicodeUTF8)); + tTable_linac_2->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_linac_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280", 0, QApplication::UnicodeUTF8)); + tTable_linac_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000", 0, QApplication::UnicodeUTF8)); + tTable_linac_1->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_INJ.01 closed", 0, QApplication::UnicodeUTF8)); + tTable_linac_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_INJ.01 closed", 0, QApplication::UnicodeUTF8)); + tTable_linac_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "113", 0, QApplication::UnicodeUTF8)); + tTable_linac_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_padres_3->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;42" + "84344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_padres_3->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;42" + "93342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_padres_3->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_PFE_F02_01 open;SH_PFE_F02_01 closed;VLV_PFE_F01_03 open;VLV_PFE_F01_04 open;VLV_PFE_F01_05 open;VLV_PFE_F01_06 open;VLV_PFE_F01_07 open;VLV_PFE_F01_08 open;VLV_PFE_F01_09 open;VLV_PFE_F01_10 open;VLV_POS_F01_01 open;VLV_POS_F01_02 open;VLV_POS_01;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_padres_3->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_PFE_F02_01 open;SH_PFE_F02_01 closed;VLV_PFE_F01_03 open;VLV_PFE_F01_04 open;VLV_PFE_F01_05 open;VLV_PFE_F01_06 open;VLV_PFE_F01_07 open;VLV_PFE_F01_08 open;VLV_PFE_F01_09 open;VLV_PFE_F01_10 open;VLV_POS_F01_01 open;VLV_POS_F01_02 open;VLV_POS_01;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_padres_3->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1424,346", 0, QApplication::UnicodeUTF8)); + tTable_padres_3->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_undulator_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_undulator_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_undulator_1->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "FEL_1_ON;VLV_SFEL.01.01 open;VLV_SFEL.01.02 open;VLV_MBD_FEL.01.01 open;VLV_MBD_FEL.01.02 open;FVLV_MBDFEL01.01 open;VLV_BC01.02 open;VLV_L02.01 open;VLV_L02.02;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_undulator_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "FEL_1_ON;VLV_SFEL.01.01 open;VLV_SFEL.01.02 open;VLV_MBD_FEL.01.01 open;VLV_MBD_FEL.01.02 open;FVLV_MBDFEL01.01 open;VLV_BC01.02 open;VLV_L02.01 open;VLV_L02.012;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_undulator_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "606,1345,1348,1349,1350,955", 0, QApplication::UnicodeUTF8)); + tTable_undulator_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_linac_5->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280", 0, QApplication::UnicodeUTF8)); + tTable_linac_5->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000", 0, QApplication::UnicodeUTF8)); + tTable_linac_5->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_INJ.01 open;VLV_L00.01 open;VLV_LH.01 open;VLV_L01.01 open;VLV_L01.02 open;VLV_BC01.01 open;VLV_BC01.02 open;VLV_BC01.03 open;VLV_L02.01 open", 0, QApplication::UnicodeUTF8)); + tTable_linac_5->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_INJ.01 open;VLV_L00.01 open;VLV_LH.01 open;VLV_L01.01 open;VLV_L01.02 open;VLV_BC01.01 open;VLV_BC01.02 open;VLV_BC01.03 open;VLV_L02.01 open", 0, QApplication::UnicodeUTF8)); + tTable_linac_5->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1344,1345,1346,1347,1348,1349,1350,1361,1351", 0, QApplication::UnicodeUTF8)); + tTable_linac_5->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_linac_7->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_linac_7->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_linac_7->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "BST_Linac closed;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_linac_7->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "BST_Linac closed;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_linac_7->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "548", 0, QApplication::UnicodeUTF8)); + tTable_linac_7->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_padres_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;42" + "84344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_padres_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;42" + "93342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_padres_1->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_PFE_F01_01 open;SH_PFE_F01_01 closed;VLV_PFE_F01_03 open;VLV_PFE_F01_04 open;VLV_PFE_F01_05 open;VLV_PFE_F01_06 open;VLV_PFE_F01_07 open;VLV_PFE_F01_08 open;VLV_PFE_F01_09 open;VLV_PFE_F01_10 open;VLV_POS_F01_01 open;VLV_POS_F01_02 open;VLV_POS_01;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_padres_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_PFE_F01_01 open;SH_PFE_F01_01 closed;VLV_PFE_F01_03 open;VLV_PFE_F01_04 open;VLV_PFE_F01_05 open;VLV_PFE_F01_06 open;VLV_PFE_F01_07 open;VLV_PFE_F01_08 open;VLV_PFE_F01_09 open;VLV_PFE_F01_10 open;VLV_POS_F01_01 open;VLV_POS_F01_02 open;VLV_POS_01;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_padres_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1376,26", 0, QApplication::UnicodeUTF8)); + tTable_padres_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_linac_3->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_linac_3->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_linac_3->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_INJ.01 open;VLV_L00.01 open;VLV_LH.01 open;VLV_L01.01 closed;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_linac_3->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_INJ.01 open;VLV_L00.01 open;VLV_LH.01 open;VLV_L01.01 closed;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_linac_3->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1344,1345,1346,125", 0, QApplication::UnicodeUTF8)); + tTable_linac_3->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_linac_6->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280", 0, QApplication::UnicodeUTF8)); + tTable_linac_6->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000", 0, QApplication::UnicodeUTF8)); + tTable_linac_6->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_L02.02 open;VLV_L03.01 open;VLV_BC02.01 open;VLV_L04.01 open;VLV_L04.02 open;VLV_L04.03 open;VLV_L04.04 open;VLV_XBL01.01 open;VLV_TLS.01 open;VLV_DBD.01 open", 0, QApplication::UnicodeUTF8)); + tTable_linac_6->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_L02.02 open;VLV_L03.01 open;VLV_BC02.01 open;VLV_L04.01 open;VLV_L04.02 open;VLV_L04.03 open;VLV_L04.04 open;VLV_XBL01.01 open;VLV_TLS.01 open;VLV_DBD.01 open", 0, QApplication::UnicodeUTF8)); + tTable_linac_6->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1352,1353,1354,1355,1356,1357,1358,1362,1359,1360", 0, QApplication::UnicodeUTF8)); + tTable_linac_6->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_undulator_2->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_undulator_2->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_undulator_2->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "FEL_2_ON;VLV_SFEL.02.01 open;VLV_SFEL.02.02 open;VLV_FEL.02.01 open;VLV_IUFEL.02.01 open;VLV_MBD_FEL.02.01 open;FVLV_MBDFEL02.01 open;VLV_MBD_FEL.02.02 open;VLV_L02.02;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_undulator_2->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "FEL_2_ON;VLV_SFEL.02.01 open;VLV_SFEL.02.02 open;VLV_FEL.02.01 open;VLV_IUFEL.02.01 open;VLV_MBD_FEL.02.01 open;FVLV_MBDFEL02.01 open;VLV_MBD_FEL.02.02 open;VLV_L02.012;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_undulator_2->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "607,1346,1347,1354,1355,1351,957,1352", 0, QApplication::UnicodeUTF8)); + tTable_undulator_2->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_undulator_4->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4278241280;4292608000;4292608000;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_undulator_4->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4292608000;4278241280;4278241280;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_undulator_4->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_SCL.01 open;VLV_MBD.01 open;Key_ABI_SH_FEL1;Key_ABI_SH_FEL2;VLV_MBD_FEL.01.02 open;FVLV_MBDFEL01.01 open;VLV_BC01.02 open;VLV_L02.01 open;VLV_L02.02;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_undulator_4->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_SCL.01 open;VLV_MBD.01 open;Key_ABI_SH_FEL1;Key_ABI_SH_FEL2;VLV_MBD_FEL.01.02 open;FVLV_MBDFEL01.01 open;VLV_BC01.02 open;VLV_L02.01 open;VLV_L02.012;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_undulator_4->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1344,1353,628,636", 0, QApplication::UnicodeUTF8)); + tTable_undulator_4->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_undulator_3->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4278241280;4292608000;4292608000;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_undulator_3->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4292608000;4278241280;4278241280;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_undulator_3->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_SCL.01 open;VLV_MBD.01 open;Key_ABI_SH_FEL1;Key_ABI_SH_FEL2;VLV_MBD_FEL.01.02 open;FVLV_MBDFEL01.01 open;VLV_BC01.02 open;VLV_L02.01 open;VLV_L02.02;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_undulator_3->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_SCL.01 open;VLV_MBD.01 open;Key_ABI_SH_FEL1;Key_ABI_SH_FEL2;VLV_MBD_FEL.01.02 open;FVLV_MBDFEL01.01 open;VLV_BC01.02 open;VLV_L02.01 open;VLV_L02.012;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_undulator_3->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1344,1353,628,636", 0, QApplication::UnicodeUTF8)); + tTable_undulator_3->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac4_3->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac4_3->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac4_3->setTrueStrings(QString()); + line_linac4_3->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac4_3->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1321", 0, QApplication::UnicodeUTF8)); + line_linac4_3->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac4_2->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac4_2->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac4_2->setTrueStrings(QString()); + line_linac4_2->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac4_2->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1321", 0, QApplication::UnicodeUTF8)); + line_linac4_2->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac3_3->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac3_3->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac3_3->setTrueStrings(QString()); + line_linac3_3->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac3_3->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1320", 0, QApplication::UnicodeUTF8)); + line_linac3_3->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac2_3->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac2_3->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac2_3->setTrueStrings(QString()); + line_linac2_3->setFalseStrings(QString()); + line_linac2_3->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "117", 0, QApplication::UnicodeUTF8)); + line_linac2_3->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac2_2->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac2_2->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac2_2->setTrueStrings(QString()); + line_linac2_2->setFalseStrings(QString()); + line_linac2_2->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "117", 0, QApplication::UnicodeUTF8)); + line_linac2_2->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac1_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac1_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac1_1->setTrueStrings(QString()); + line_linac1_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac1_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "113", 0, QApplication::UnicodeUTF8)); + line_linac1_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac6_3->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac6_3->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac6_3->setTrueStrings(QString()); + line_linac6_3->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac6_3->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1322", 0, QApplication::UnicodeUTF8)); + line_linac6_3->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac6_2->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac6_2->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac6_2->setTrueStrings(QString()); + line_linac6_2->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac6_2->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1322", 0, QApplication::UnicodeUTF8)); + line_linac6_2->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac6_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac6_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac6_1->setTrueStrings(QString()); + line_linac6_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac6_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1322", 0, QApplication::UnicodeUTF8)); + line_linac6_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac6_4->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac6_4->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac6_4->setTrueStrings(QString()); + line_linac6_4->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac6_4->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1322", 0, QApplication::UnicodeUTF8)); + line_linac6_4->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac6_6->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac6_6->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac6_6->setTrueStrings(QString()); + line_linac6_6->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac6_6->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1322", 0, QApplication::UnicodeUTF8)); + line_linac6_6->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac7_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac7_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac7_1->setTrueStrings(QString()); + line_linac7_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac7_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1323", 0, QApplication::UnicodeUTF8)); + line_linac7_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator4_2->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator4_2->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator4_2->setTrueStrings(QString()); + line_undulator4_2->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator4_2->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1321", 0, QApplication::UnicodeUTF8)); + line_undulator4_2->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator3_2->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator3_2->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator3_2->setTrueStrings(QString()); + line_undulator3_2->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator3_2->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1320", 0, QApplication::UnicodeUTF8)); + line_undulator3_2->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator3_3->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator3_3->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator3_3->setTrueStrings(QString()); + line_undulator3_3->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator3_3->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1320", 0, QApplication::UnicodeUTF8)); + line_undulator3_3->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator3_4->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator3_4->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator3_4->setTrueStrings(QString()); + line_undulator3_4->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator3_4->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1320", 0, QApplication::UnicodeUTF8)); + line_undulator3_4->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator3_6->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator3_6->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator3_6->setTrueStrings(QString()); + line_undulator3_6->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator3_6->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1320", 0, QApplication::UnicodeUTF8)); + line_undulator3_6->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator4_3->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator4_3->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator4_3->setTrueStrings(QString()); + line_undulator4_3->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator4_3->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1321", 0, QApplication::UnicodeUTF8)); + line_undulator4_3->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator4_4->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator4_4->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator4_4->setTrueStrings(QString()); + line_undulator4_4->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator4_4->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1321", 0, QApplication::UnicodeUTF8)); + line_undulator4_4->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator4_6->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator4_6->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator4_6->setTrueStrings(QString()); + line_undulator4_6->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator4_6->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1321", 0, QApplication::UnicodeUTF8)); + line_undulator4_6->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_padres3_3->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_padres3_3->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_padres3_3->setTrueStrings(QString()); + line_padres3_3->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_padres3_3->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1934", 0, QApplication::UnicodeUTF8)); + line_padres3_3->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + line_padres3_2->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_padres3_2->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_padres3_2->setTrueStrings(QString()); + line_padres3_2->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_padres3_2->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1934", 0, QApplication::UnicodeUTF8)); + line_padres3_2->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + line_padres2_2->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_padres2_2->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_padres2_2->setTrueStrings(QString()); + line_padres2_2->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_padres2_2->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1933", 0, QApplication::UnicodeUTF8)); + line_padres2_2->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + line_padres2_3->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_padres2_3->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_padres2_3->setTrueStrings(QString()); + line_padres2_3->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_padres2_3->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1933", 0, QApplication::UnicodeUTF8)); + line_padres2_3->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + line_padres1_3->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_padres1_3->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_padres1_3->setTrueStrings(QString()); + line_padres1_3->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_padres1_3->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1932", 0, QApplication::UnicodeUTF8)); + line_padres1_3->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + line_padres1_2->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_padres1_2->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_padres1_2->setTrueStrings(QString()); + line_padres1_2->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_padres1_2->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1932", 0, QApplication::UnicodeUTF8)); + line_padres1_2->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac4_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac4_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac4_1->setTrueStrings(QString()); + line_linac4_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac4_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1321", 0, QApplication::UnicodeUTF8)); + line_linac4_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac3_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac3_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac3_1->setTrueStrings(QString()); + line_linac3_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac3_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1320", 0, QApplication::UnicodeUTF8)); + line_linac3_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac2_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac2_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac2_1->setTrueStrings(QString()); + line_linac2_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac2_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "117", 0, QApplication::UnicodeUTF8)); + line_linac2_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac6_5->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac6_5->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac6_5->setTrueStrings(QString()); + line_linac6_5->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac6_5->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1322", 0, QApplication::UnicodeUTF8)); + line_linac6_5->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac6_7->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac6_7->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac6_7->setTrueStrings(QString()); + line_linac6_7->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac6_7->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1322", 0, QApplication::UnicodeUTF8)); + line_linac6_7->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator3_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator3_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator3_1->setTrueStrings(QString()); + line_undulator3_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator3_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1320", 0, QApplication::UnicodeUTF8)); + line_undulator3_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator3_5->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator3_5->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator3_5->setTrueStrings(QString()); + line_undulator3_5->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator3_5->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1320", 0, QApplication::UnicodeUTF8)); + line_undulator3_5->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator3_7->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator3_7->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator3_7->setTrueStrings(QString()); + line_undulator3_7->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator3_7->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1320", 0, QApplication::UnicodeUTF8)); + line_undulator3_7->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator4_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator4_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator4_1->setTrueStrings(QString()); + line_undulator4_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator4_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1321", 0, QApplication::UnicodeUTF8)); + line_undulator4_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator4_5->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator4_5->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator4_5->setTrueStrings(QString()); + line_undulator4_5->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator4_5->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1321", 0, QApplication::UnicodeUTF8)); + line_undulator4_5->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_undulator4_7->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_undulator4_7->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_undulator4_7->setTrueStrings(QString()); + line_undulator4_7->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_undulator4_7->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1321", 0, QApplication::UnicodeUTF8)); + line_undulator4_7->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.02/Stat_system", 0, QApplication::UnicodeUTF8)); + line_padres3_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_padres3_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_padres3_1->setTrueStrings(QString()); + line_padres3_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_padres3_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1934", 0, QApplication::UnicodeUTF8)); + line_padres3_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + line_padres2_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_padres2_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_padres2_1->setTrueStrings(QString()); + line_padres2_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_padres2_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1933", 0, QApplication::UnicodeUTF8)); + line_padres2_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + line_padres1_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_padres1_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_padres1_1->setTrueStrings(QString()); + line_padres1_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_padres1_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1932", 0, QApplication::UnicodeUTF8)); + line_padres1_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + line_linac3_2->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_linac3_2->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_linac3_2->setTrueStrings(QString()); + line_linac3_2->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_linac3_2->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1320", 0, QApplication::UnicodeUTF8)); + line_linac3_2->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Stat_system", 0, QApplication::UnicodeUTF8)); + legendButton->setText(QApplication::translate("abi_gun_vacuum_vlv", "Legend", 0, QApplication::UnicodeUTF8)); + tTable_padres_4->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;42" + "84344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_padres_4->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;42" + "93342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_padres_4->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_PFE_F02_01 open;VLV_PFE_F02_02 open;VLV_PFE_F02_03 open;VLV_PFE_F02_04 open;VLV_PFE_F02_05 open;VLV_PFE_F02_06 open;VLV_PFE_F02_07 open;VLV_PFE_F02_08 open;VLV_PFE_F02_09 open;VLV_PFE_F02_10 open;VLV_POS_F02_01 open;VLV_POS_F02_02 open;VLV_POS_01 open;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_padres_4->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "VLV_PFE_F02_01 open;VLV_PFE_F02_02 open;VLV_PFE_F02_03 open;VLV_PFE_F02_04 open;VLV_PFE_F02_05 open;VLV_PFE_F02_06 open;VLV_PFE_F02_07 open;VLV_PFE_F02_08 open;VLV_PFE_F02_09 open;VLV_PFE_F02_10 open;VLV_POS_F02_01 open;VLV_POS_F02_02 open;VLV_POS_01 open;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_padres_4->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1388", 0, QApplication::UnicodeUTF8)); + tTable_padres_4->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + line_padres4_1->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + line_padres4_1->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + line_padres4_1->setTrueStrings(QString()); + line_padres4_1->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "Zero", 0, QApplication::UnicodeUTF8)); + line_padres4_1->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "1935", 0, QApplication::UnicodeUTF8)); + line_padres4_1->setSource(QApplication::translate("abi_gun_vacuum_vlv", "srv-padres-srf.fcs.elettra.trieste.it:20000/srv-padres-srf/interlock/plc_int_ll.03/Stat_system", 0, QApplication::UnicodeUTF8)); + tTable_linac_9->setTrueColors(QApplication::translate("abi_gun_vacuum_vlv", "4278241280;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910;4284344910", 0, QApplication::UnicodeUTF8)); + tTable_linac_9->setFalseColors(QApplication::translate("abi_gun_vacuum_vlv", "4292608000;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999;4293342999", 0, QApplication::UnicodeUTF8)); + tTable_linac_9->setTrueStrings(QApplication::translate("abi_gun_vacuum_vlv", "ABI_GUN_VACUUM_VLV (Gun RF enabled by vacuum valves);One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One;One", 0, QApplication::UnicodeUTF8)); + tTable_linac_9->setFalseStrings(QApplication::translate("abi_gun_vacuum_vlv", "ABI_GUN_VACUUM_VLV (Gun RF enabled by vacuum valves);Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero;Zero", 0, QApplication::UnicodeUTF8)); + tTable_linac_9->setDisplayMask(QApplication::translate("abi_gun_vacuum_vlv", "479", 0, QApplication::UnicodeUTF8)); + tTable_linac_9->setSource(QApplication::translate("abi_gun_vacuum_vlv", "f/interlock/plc_int_ll.01/Out_system", 0, QApplication::UnicodeUTF8)); + } // retranslateUi + +}; + +namespace Ui { + class abi_gun_vacuum_vlv: public Ui_abi_gun_vacuum_vlv {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_ABI_GUN_VACUUM_VLV_H diff --git a/templates/cpp b/templates/cpp new file mode 100644 index 0000000000000000000000000000000000000000..70a6be731816ee80326d9c7bf44ab90226b4200d --- /dev/null +++ b/templates/cpp @@ -0,0 +1,19 @@ +/*************************************************************************** + * Copyright (C) 2007 by * + * * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ diff --git a/templates/h b/templates/h new file mode 100644 index 0000000000000000000000000000000000000000..70a6be731816ee80326d9c7bf44ab90226b4200d --- /dev/null +++ b/templates/h @@ -0,0 +1,19 @@ +/*************************************************************************** + * Copyright (C) 2007 by * + * * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/