learing to program a fanuc robot
learing to program a fanuc robot
(OP)
I just bought a used Faunuc S-10RS robot. There's no documentation that came with it. I contacted Fanuc to try to get a programming manual for it but haven't heard back yet. Any suggestions on how to learn to program this thing? Books? Manuals for other robots? I don't have any robot experience but I have programed machine tool controllers (which I'm guessing is similar).





RE: learing to program a fanuc robot
You will need their manuals!
RE: learing to program a fanuc robot
~~~ FnA Robot Guy
(Fanuc and Abb robot Guru)
RE: learing to program a fanuc robot
RE: learing to program a fanuc robot
PROGRAM ggg
%COMMENT = 'Serial Test 6'
VAR
file_var :FILE
text :STRING[8]
a_num :INTEGER
BEGIN -- serial test 6
-- Force User Screen
FORCE_SPMENU(tp_panel, SPI_TPUSER, 1)
-- Clear User Screen
WRITE TPDISPLAY(cr,cr,cr,cr,cr,cr,cr,cr,cr,cr,cr,'Opening Serial Port',cr)
-- Open serial port on User Operator Pannel
-- |------------- set to READ and WRITE
-- V V----- set to serial port on User Operator Panel
OPEN FILE file_var('RW','P2:')
-- Status messages
text = 'test'
a_num = 930
-- Write text to serial port
WRITE file_var ('test',cr)
-- Close serial port on User Operator Pannel
CLOSE FILE file_var
-- Write message on User Screen
WRITE TPDISPLAY('TASK COMPLETED :)',cr)
END ggg
~~~ FnA Robot Guy
(Fanuc and Abb robot Guru)
RE: learing to program a fanuc robot
Then, when he will be able to download programs, he will try your download your RS232 communication program FnArObOtGuY !
RE: learing to program a fanuc robot
RE: learing to program a fanuc robot
~~~ FnA Robot Guy
(Fanuc and Abb robot Guru)
RE: learing to program a fanuc robot
RE: learing to program a fanuc robot
RE: learing to program a fanuc robot
RE: learing to program a fanuc robot
RE: learing to program a fanuc robot
How did you locate KFloppy?
RE: learing to program a fanuc robot
RE: learing to program a fanuc robot
RE: learing to program a fanuc robot
I have a used RJ controller that I purchased. I have a copy of the KFloppy software as well as an image of the SpotTool software for the controller. I am trying to load the SpotTool software using the BMON prompts and I cannot get the load process started. Do you have the steps to get the RJ controller connected to the laptop to load the image of the program?
Thanks,
FnArObOtGuY (Computer) 19 Dec 06 8:02
I have an offline compiler for version 2.23, but i dont know how to get it to you...