Welcome, Guest. Please login or register.
Did you miss your activation email?
December 02, 2008, 08:40:08 AM
Home Help Search Calendar Login Register
News: Any Problems or Experience with Industrial Robots ?
Register and place your Question to worldwide Robotexperts right here !

+  Robotforum | Support for Robotprogrammer and Users
|-+  Robot Help and Discussion Center
| |-+  Yaskawa Motoman Robots
| | |-+  Error alarm..?
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Error alarm..?  (Read 470 times)
Lehas
Newbie
*
Offline Offline

Posts: 4


« on: June 11, 2008, 11:38:55 AM »

Hi
I Need help with robot Motoman: problem 4109, Any body can help what problem is it and how i can decide it ?
Logged
Jack
Newbie
*
Offline Offline

Posts: 11


« Reply #1 on: June 11, 2008, 05:03:07 PM »

XRC or NX ? Either way 24v supply error, or blown fuse.
Logged
slinky
Newbie
*
Offline Offline

Gender: Male
Posts: 38


how hard can it be?


WWW
« Reply #2 on: June 11, 2008, 10:51:05 PM »

try disconnecting all external connections with the exception of the robot arm and see if you still get an alarm. This will determine whether the fault lies within the robot system or part of the external user system.
Logged
Lehas
Newbie
*
Offline Offline

Posts: 4


« Reply #3 on: June 12, 2008, 09:35:42 PM »

Thanks. this problem was with blown fuse. I work with NX100.
But now new problem with "clean" program . I have clean program, in Teach mode (test+interlock) it work well, but when i use with master program it did not work.
Master program example: What problem now it will be ?
/JOB
//NAME MASTER
//POS
///NPOS 0,0,0,0,0,0
//INST
///DATE 2006/09/27 11:47
///ATTR SC,RW
NOP
CALL JOB:R1-SAFE
CALL JOB:S1-SAFE
CALL JOB:S2-SAFE
SET D000 0
*START
'Waiting for start...
DOUT OT#(18) ON
DOUT OT#(20) ON
JUMP *S1 IF IN#(17)=ON
JUMP *S2 IF IN#(19)=ON
JUMP *START
*S1
TIMER T=0.50
PULSE OT#(17)
DOUT OT#(18) OFF
'--------------------------------
'Job in STATION 1:
CALL JOB:2651
'--------------------------------
CALL JOB:S1-SAFE
DOUT OT#(18) ON
JUMP *CLEANING
END
« Last Edit: June 12, 2008, 09:38:14 PM by Lehas » Logged
Jack
Newbie
*
Offline Offline

Posts: 11


« Reply #4 on: June 13, 2008, 12:11:41 PM »

Hi, The master program you show has a jump to *cleaning, this is just a jump to label command.
I guess you were getting a alarm label does not exist ?
If you replace this line and make it CALL JOB; CLEAN it will then work.
Logged
Stormtrooper
Jr. Member
**
Offline Offline

Gender: Male
Posts: 51



« Reply #5 on: July 01, 2008, 01:26:30 PM »

In addition to the jump *CLEAN command you have also used a jump *S2 which is not defined.
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!