Content Preview
TB258 Rev1 How to troubleshoot Custom PLC 9XXX Error Messages in your
CNC11 PLC Program
Purpose
ΓΒ To teach you how to look at your CNC11 PLC program and figure out what is causing your custom PLC 9XXX error
message ΓΒ So you can fix the problem and get your system up and running
Example
You have a T400 with a tool turret and you are getting a "9104 ATC TIMEOUT" error message
How to determine what is causing the Error
1 ΓΒ Locate your PLC source file in the CNCM mill or CNCT lathe and open in your text editor
2 ΓΒ At the beginning of the program you will find the "Constant Definitions" this is where your custom PLC messages are defined ΓΒ In our
example we had 9104 so look for the last 3 digits 104 ΓΒ To find the line in the program that says " ATC_TIMEOUTΓΒ ΓΒ ΓΒ ΓΒ ΓΒ ΓΒ ΓΒ IS 26625; 1 +
256*104 " ΓΒ
3 ΓΒ Now highlight "ATC_TIMEOUT" and search the PLC program ΓΒ To find the code that is causing the error
Note ΓΒ If your displayed message does not match the error defined the PLC program you have the wrong plcmsg txt file or it has not
been modified to match your PLC program
Document History
Rev1 Created on 2012 02 24
by #240