
Edit
20
66
Data Si
nature
Descri
tion
FANUC Series 15i/16i/18i/21i
Remote Diagnostic Function
Host Software (for Windows)
-63555EN
Drawing No.
Title
Page
3 1999.7.05 Y.Wakinotani 15i is added T.Ohtsuki
2 1999.3.09 N.Hatanaka Overall revision T.Kurokawa
- Enable automatic answering
- Disable all extended result codes
- Use a fixed DTE speed
- Carrier detect is always on
- Ignore DTR
- Enable software (XON/XOFF) flow control for transmitted data
- Enable software (XON/XOFF) flow control for received data
- Disable hardware flow control for received data
- Set the connection rate (The same rate as the CNC baudrate)
- Turn command echo off
- Turn online echo off
- Do not display result codes
Example of external modem
The example of the AT command for initializing the following modem is described.
Modem : ME3314B (OMRON Corporation)
The baudrate of the CNC is assumed 9600 bps.
Connect the PC and the modem and start terminal software. (About the connection of the PC
and the modem, refer to their manuals.) Send the AT command in sequence as follow:
Command Contents
AT&F : Set the factory profile.
ATS0=3 : Set the number of rings before the modem auto-answers a call.
AT&A0 : Disable data compression result codes
AT&B1 : Use a fixed DTE speed
AT&C0 : Carrier detect is always on
AT&D0 : Ignore DTR
AT&H2 : Enable software (XON/XOFF) flow control for transmitted data
AT&I1 : Enable software (XON/XOFF) flow control for received data
AT&R1 : Ignore RTS
AT&N6 : Set the highest connect rate to 9600
ATY0 : On the next reset, use &WØ settings
ATE0 : Turn command echo off