<xml>
 <!--
   Updated: 28/01/24 04:02:14
   Control Version: 2024.1.21.1536
   Service Version: 
   Host: PROD
   Refer: ReadMe.txt
   Note: Any manual changes to this file will require a restart of
   the PDRSrvc service.
 -->

 <GlobalSettings>
  <!--
    Set <SerialComms> if connected to a local Pager Decoder Receiver.
    eg. COM1,57600,N,8,1
  -->
  <SerialComms></SerialComms>

  <!--
    Enabling <ProcessiFrogTCPFeed> sets the PDRSrvc to processes the SES 
    paging data feed directly from the iFrog web server.
    Set the iFrogFeed link parameters:-
    <ProcessiFrogTCPFeed>True</ProcessiFrogTCPFeed>
    <WWWHost>www.ifrog.co</WWWHost>
    <URI>/ses/sesisapi.dll</URI>
  -->
  <ProcessiFrogTCPFeed>True</ProcessiFrogTCPFeed>
  <WWWHost>www.ifrog.co</WWWHost>
  <WWWHostAlt></WWWHostAlt>
  <WWWHostActive></WWWHostActive>
  <URI>/ses/sesisapi.dll</URI>

  <!--
    The <ProcessSESUnits> determines which tasks are printed and broadcast
    on the local network (UDP 15167). Set as follows:-
      All Units: <ProcessSESUnits>*</ProcessSESUnits>
      No Unit: <ProcessSESUnits></ProcessSESUnits>
      Single SESUnit: <ProcessSESUnits>XXX</ProcessSESUnits>
      Multiple Units: <ProcessSESUnits>XXX,YYY,ZZZ</ProcessSESUnits>
      Note: This requires the SESUnits.xml file which can be 
      downloaded from http://www.ifrog.co/downloads/SESUnits.xml
  -->
  <ProcessSESUnits>WAD</ProcessSESUnits>

  <!--
    The service, broadcasts the PDR Decoder packets on the local network on 
    the port 15167
    Set the <UDPAddr> for a unicast, otherwise it will do a local broadcast.
  -->
  <UDPAddr>255.255.255.255</UDPAddr>

  <!--
  The UDPListenPort is the port the PDRSrvc listens on for data from other 
  PDRSrvc on the network. Eg A PDRSrvc connected to a GRN Scanner broadcasts
  the data accross the local network on this port allowing other machines 
  running the PDRSrvic to print the task sheets. 
  The default port 15167. To stop the service from binding to this port, set
  it to 0. Do NOT bind if the SESSRVC is running on the same machine as it
  binds to this port to receive data. If the value is -1 the service failed
  to bind and this option will be disabled in the PDRControl.
  -->
  <UDPListenPort>15167</UDPListenPort>

  <!--
    If the <PrintTestPageAtStartup> is set to True, a Test Page is printed each
    time the servicve is started.
  -->
  <PrintTestPageAtStartup>False</PrintTestPageAtStartup>

  <!--
    If the <EnablePrinting> is set to True, a Tasking Sheets are printed.
    If the <EnablePrinting> is set to Disabled, the PDRSrvc does not have a dafault printer assigned.
  -->
  <EnablePrinting>True</EnablePrinting>

  <!--
    If the <PrintCFSTasks> is set to False, a Tasking Sheets are not printed for CFS tasks with the SES unit attached.
  -->
  <PrintCFSTasks>False</PrintCFSTasks>

  <!--
    Obtain a unit specific activation key from rthomas@ifrog.co.
    This defines the unit that is displayed in the centre of the tasksheet map.
  -->
  <ActivationKey>WAD</ActivationKey>

  <!--
    Specify how long log files are retained in days.
  -->
  <DaysOfLogFilesRetained>7</DaysOfLogFilesRetained>

  <!--
    Path to PDW log files.
  -->
  <PDWLogPath></PDWLogPath>

  <!--
    Syslog server (UDP Port 514).
  -->
  <SyslogServer></SyslogServer>
 </GlobalSettings>
</xml>
