LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Has anyone LabView developed drivers for MAXNC's Hardware (CNC G Code)?

I've been asked to make a labview program to control a MAXNC (www.maxnc.com) set up.  The hardware uses CNC G Code to actuate stepper motors to an (X,Y,Z) coordinate.  I'm wondering if anyone has developed a program to do just that already.  If not then does anyone have an idea of how (Format mainly) the CNC G Code has to be sent over a parallel port?  Is there a communications standard for CNC G Code?
 
Any leads on this would be appreciated.
 
 
0 Kudos
Message 1 of 3
(4,276 Views)
There are programming standards for G code but I doubt there are any communication standards. Parallel port is a little odd. A long time ago I wrote some programs for Fanuc controllers on some mills but that was with the serial port and I just had to send ASCII text. I went to the web site but couldn't find any documentation on the communication protocol they have implemented. Unless someone else has already done it, you're going to have to get some details from the vendor.
0 Kudos
Message 2 of 3
(4,274 Views)