Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fanuc RJ series 1

Status
Not open for further replies.

28021973

Electrical
Joined
Mar 14, 2004
Messages
35
Location
GB
Does anyone know how to decompile the robot programs on the fanuc RJ systems so that I can make backups of them as text files and edit them offline?
Apparently there is a feature hidden in them that can do it but I dont know it.
 
It has been many years since I did programming on the RJ but I think you can do it with KAREL.

Barry1961
 
karel is the programming language, to edit files offline is very simple. you just need to alter the file extensions. i used rj controllers for quite a while. originally fanuc used an offline programming software using x tree! a very old windows operating system. i then just converted it using windows 98. you can use the teach pendant to save the robot program as a text file.

darren
 
This depends which file type on the RJ platform you want to convert to ASCII. There are several extension types on the robot: *.tp, *.sv, *.io, *.df.......etc. TP(teach-pendant files are the most basic, you need a FANUC utility called printtp.exe. To convert sv files you need a utility called kcovars. You cannot covert the *.pc files they are FANUC source code, they have been coverted from ASCII using ktrans to machine language and cannot be converted back to ASCII. You can save the program on using the teach-pendant print file utility, this will convert only tp programs to ASCII, the new extension will be *.ls, use any word editor to view this.
Steve
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top