Advertisement
Guest User

pal-stack.xml

a guest
Sep 17th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.11 KB | None | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- -*- xml -*- ************************************************************************* *
  3. *
  4. *                       Copyright (C) Knapp AG
  5. *
  6. *   The copyright to the computer program(s) herein is the property
  7. *   of Knapp.  The program(s) may be used   and/or copied only with
  8. *   the  written permission of  Knapp  or in  accordance  with  the
  9. *   terms and conditions stipulated in the agreement/contract under
  10. *   which the program(s) have been supplied.
  11. *
  12. * ************************************************************************************** -->
  13.  
  14. <!-- mobile Application                                                                   -->
  15. <!-- Application to control mobile manual Workflows                                       -->
  16. <XMLProperties application="marvin" >
  17.  
  18.   <!-- =================================================================================== -->
  19.   <!-- General Application - configuration. @see AppConfigParser_t for more informations   -->
  20.   <General base_interval="1" dump_interval="600" >
  21.     <db connect="$(KLASSX_DB_CONNECT)" limit="10" />
  22.   </General>
  23.  
  24.   <!-- =================================================================================== -->
  25.   <!-- Main configuration of the MARVIN - manual processing system. The system is represented    -->
  26.   <!-- by a single station, which is the overall Master to all WorkZones that are supported here -->
  27.   <!--                    -->
  28.   <!-- station_name    .. is the name of the station which is representing this Marvin - system -->
  29.   <!-- workflow_config .. is the filename for the Workflow the application is running. Each     -->
  30.   <!--                    session created by this application will run an instance of that WF   -->
  31.   <!-- default_language.. Is the language code used for initial steps of each user, until the   -->
  32.   <!--                    Usersettings themself are known                                       -->
  33.   <!-- session_timeout .. seconds i do keep a Session, after the connection is broken, before destruction -->
  34.   <MarvinSystem station_name="ONE_PAL"
  35.                workflow_config="/kisoft/user/KiSoft-One/wcs/lager/cfg/pal-stack-app.logistix"
  36.                start_all_sessions="false"
  37.                default_language="7"
  38.                session_timeout="60"
  39.                inactivity_timeout="7200"
  40.                />
  41.  
  42.   <!-- =================================================================================== -->
  43.   <!-- Server to accept GUIDO - connections to this Marvin-System. -->
  44.   <MarvinServer client_type="GUIDO"
  45.                layout_path="$(ROOT)/guido"
  46.                base_layout="$(ROOT)/../../afgui/guido/assemblies/Guido/GuidoScreening/Views/EasyUseGuidoView.xaml"
  47.                >
  48.     <comm hostname="0.0.0.0"
  49.          portnumber="6975"
  50.          accept_hostname_pattern=""
  51.          stx="\002"
  52.          etx="\003"
  53.          interfacelog.rollover_filesize="10000000"
  54.          interfacelog.rollover_generations="500"
  55.          message_timeout="10"
  56.          commtest_interval="0"
  57.          />
  58.   </MarvinServer>
  59.  
  60. </XMLProperties>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement