;  PCMHELP.TXT config file
;
;  Version 3.1.3.8
;  Written 04/20/2011 12:19:32
;
;  RULES for writing a PCMINI.TXT config file:
;                      ==========
;
;  data lines have '.' as first non-blank char, all other lines are comments
;  data lines consist of one or more COMMANDS
;  COMMANDS consist of a control code and data field
;  COMMANDS are case insensitive and separated by SPACE chars
;  COMMANDS can occur in any order
;
;
;  line control codes:
;      .LO      specifies Location Number as in WinDSX DataBase
;      .NAME    specifies the name of the locations. No Spaces
;      .MYPORT  specifies the TX IP Port from the Comm Port at Comm Server
;      .DE      specifies DEVICE record
;
;
;  field codes (default):
;      .IP x    device ip address
;      .PO x    device ip port number
;      .RLP x   device receive listen port number  required for Soft I/O
;      .CO x    commport (1) for Serial or USB Port
;      .CRS x   connection retry seconds (3)
;      .MRS x   message retry millisecs (0=600)
;      .MRF x   message retries to failure (3)
;      .IMD x   inter message delay millisecs (0)
;
;
;  File Example  Use Notepad - Copy the sample below into a new file 
;     and name it PCMINI.txt. Modify the settings for your application.
;----------------------------------------------------------------------
;
.Lo 1
.Name MainBldg 
.MyPort 4001
.DE 2 .IP 1.2.3.4 .PO 4002 .CRS 3 .MRS 0 .MRF 3 .IMD 0
.DE 4 .IP 1.2.3.4 .PO 4002 .CRS 3 .MRS 0 .MRF 3 .IMD 0
.DE 6 .CO 5 .CRS 3 .MRS 0 .MRF 3 .IMD 0
.DE 8 .IP 1.2.3.5 .PO 4003 .CRS 3 .MRS 0 .MRF 3 .IMD 0
