Your company's Logo

   


Advanced Page



Output Method:
"Send by Char" sends one character at a time to the CNC control and checks for handshaking between each character. This is the safest method.

"Send by Line" sends a whole line at a time to the CNC before checking for handshaking. This uses less processor resources. Needed if you want to run other programs while sending a file. This could speed up the sending of programs to the CNC at higher baud rates. Older CNC controls may not be able to handle this.

Use Subprograms  - DNC Server can use Fanuc type subprogram calls when it sends a program to the machine. If this is on, when DNC Server is sending the program, and when it hits a line that has "M98P1111" in it, it will:

  1. run normally until it hits the line with "M98P1111". Where P1111 is whatever program number to call. 
  2. look through the entire edit window and look for the start of that program. O1111 or :1111
  3. jump to the next line after that program number.
  4. continue sending the lines until it hits a line with "M99" in it.
  5. jumps back in the editor to the line after the original "M98"
  6. continues sending lines until the next "M98

Maximum sub levels is 5.
The main program and all the subprograms have to be in the editor at once.
Put the main program at the top of the editor. Put "M30" at the end of the main program. DNC Server will stop sending when it hits "M30" or the end of the file.

With this, you could drip feed to a machine a program that had subprograms. 


USB Converter 

USB Serial Converter  - Newer computers don't include a serial port, so people are using USB to Serial converters. These can work fine, but different brands can act different ways. If your communication is loosing characters to the machine, or not working, try checking this box.

USB converters that are sold for connecting to a PDA may not support XON/XOFF protocol.

Recommended USB to Serial Adapters

Back

 

 

 

 

 

      
      
 

Copyright ©2010 i-Logic Software. email: support@i-logic.com