[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
5.5.2 FDNODE.CTL
If you only have one file with point definitions, you can put
them in FDPOINT.PVT and use the third example (above) to add
points for other systems, or your own system. If you have
more than one file with point definitions, however, you
should NOT name any of them FDPOINT.PVT.
Assume we have two files with pointlists:
FDHQ.PTS:
;
; Pointlist for 2:270/17
;
Boss,2:270/17
,1,The_Lab,Oetrange_L,JoHo,-Unpublished-,9600
,2,Marketing,Oetrange_L,Tomas,-Unpublished-,9600
and
SCOTT.PTS:
;
; Pointlist for 135/990
;
Boss,1:135/990
,1,ScottPoint,Miami_FL,Scott_Samet,-Unpublished-,9600
We would tell FDNC to merge these two files into FDPOINT.PVT
before it compiles the nodelist, by specifying the following
in FDNODE.CTL:
pointlist C:\FD\NODELIST\SCOTT.PTS
pointlist C:\FD\NODELIST\FDHQ.PTS
The BOSS statement in FDHQ.PTS and SCOTT.PTS can be removed
if you instead specify:
pointlist C:\FD\NODELIST\SCOTT.PTS 1:135/990
pointlist C:\FD\NODELIST\FDHQ.PTS 2:270/17
You must ALWAYS specify the address of the BOSS system (as
shown above) if it is not listed in the actual pointlist
file.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson