CNC Setups: FADAL
In order for your FADAL CNC to communicate correctly with your computer, make sure that:
Pin Description
FADAL | Computer (25-pin) | Computer (9-pin) |
1 Frame Ground (FG) | 1 Not Connected | 1 Carrier Detect (CD) |
2 Send Data (SD) | 2 Send Data (SD) | 2 Receive Data (RD) |
3 Receive Data (RD) | 3 Receive Data (RD) | 3 Send Data (SD) |
4 Ready To Send (RTS) | 4 Ready To Send (RTS) | 4 Data Terminal Ready (DTR) |
5 Clear To Send (CTS) | 5 Clear To Send (CTS) | 5 Signal Ground (SG) |
6 Data Ready (DR) | 6 Data Ready (DR) | 6 Data Ready (DR) |
7 Signal Ground (SG) | 7 Signal Ground (SG) | 7 Ready To Send (RTS) |
8 Carrier Detect (CD) | 8 Carrier Detect (CD) | 8 Clear To Send (CTS) |
..... | ..... | 9 Ring Indicator (RI) |
20 Data Terminal Ready (DTR) | 20 Data Terminal Ready (DTR) |
Use cable with following connections
Note: When shielded cables are used, pin #1 at CNC needs to be connected to the not-insulated wire of the cable (shield). Do NOT connect pin #1 at computer side.
OPTIONAL - Hardware Handshake
There are two types of handshaking:
Receive data / programs at the VMC
Example: If you want to set the baud rate at 2400 baud and ready your VMC
to receive a program, at the ENTER NEXT COMMAND prompt, type these two lines:
CD,6 ENTER
TA,1 ENTER
Send data / programs from the VMC
Example: If you want to set the baud rate at 2400 baud and send a program
to your computer, at the ENTER NEXT COMMAND prompt, type these two lines:
CD,6 ENTER
PU,2 ENTER