Delta Tau ADVANTAGE 900 BASIC PACKAGE Benutzerhandbuch

Seite von 32
Universal Serial Operator Control Logic Board 
SOCLB Software Setup 
19 
Delta Tau has the ADV810.CFG file to help remember the files needed.  The ADV810.CFG file is an 
ASCII text-based file that acts as a master download file to the PMAC.  There are two basic 
ADV810.CFG files, one for mills (ADV810M.CFG) and the other for lathes (ADV810L.CFG).  The 
configuration file shown below is for a basic milling application. 
 
As additional functionality is added to the Advantage 810 milling machine, additional PLC programs will 
be required.  Simply add the name of the PLC program to the ADV810M.CFG file.  Always remember 
that to add another PLC file name to either of the ADV810.CFG file, follow this format: 
Example: 
#include 
“NewPLC.plc”  // (Do not forget the #include or the quote marks 
around the PLC name). 
Notes about the Configuration (.CFG) Files 
Although configuration files are merely ASCII text based files downloaded to the PMAC board, several 
rules must be strictly followed.  They are: 
• 
The pound sign (#) with the word include directly after it must be at the beginning of every file name 
that will be downloaded. 
• 
The file name must be inside quotation marks (example, NewPLC.plc). 
• 
All text to the right of a semicolon (;) is considered a comment. 
• 
All text to the right of the double forward slash (//) is considered a comment. 
Typical Basic Configuration Files 
The table below lists most of the basic files (with some options) that will be required for most Advantage 
CNC systems.