Welcome, Guest. Please login or register.
Did you miss your activation email?
May 23, 2012, 05:30:39 AM
Home Help Login Register
News: Any Problems or Experience with Industrial Robots ?
Register and place your Question / Answer to worldwide Robotexperts right here !

+  Robotforum | Support for Robotprogrammer and Users
|-+  Industrial Robot Help and Discussion Center
| |-+  Fanuc Robot Forum (Moderators: Sven Weyer, Jim Tyrer, Lerak, Napierian)
| | |-+  Mapping the fault LED to a Digital Output
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Mapping the fault LED to a Digital Output  (Read 395 times)
Petewalz
Newbie
*
Offline Offline

Posts: 4


« on: February 01, 2012, 09:19:02 PM »

Is there an easy way to turn on a digital output when the robot is faulted on a RJ3 controller . I looked in the Interchange IO and under ES and faulted is not an available item for mapping. How do I get SOP output 3 (Fault LED mapped to DO 10). I am already using the first six DO for hardwired inputs to our PLC so I don't think I can map the entire SOP to the same rack/ slot.
Logged
joker
Full Member
***
Offline Offline

Gender: Male
Posts: 206


"Hell...Yesterday it was workinG... I sweaR" :o)


« Reply #1 on: February 01, 2012, 10:18:44 PM »

Try to use monitor.
Logged
Nation
Full Member
***
Offline Offline

Gender: Male
Posts: 145


Parrot don't stop.


WWW
« Reply #2 on: February 01, 2012, 10:30:46 PM »

There is a fault UOP output, which always goes high when the fault led is on, you could map that directly to your outputs.

Or you could write a short background program consisting of one line:

Code:
1: DO[1:Fault Map Output]=(UO[6:Fault]) ;
Logged
Petewalz
Newbie
*
Offline Offline

Posts: 4


« Reply #3 on: February 02, 2012, 09:34:21 PM »

How do you use monitor to turn on a DO?
Logged
robodog
Full Member
***
Offline Offline

Gender: Male
Posts: 217


« Reply #4 on: February 03, 2012, 04:23:38 PM »

I agree with nation. i do this when I install stack lights. I turn on the red light output when the fault uop is on, the green output when cycle start uop is on, and then turn the yellow light(completed cycle) on at the end of the main program.
Logged
Petewalz
Newbie
*
Offline Offline

Posts: 4


« Reply #5 on: February 04, 2012, 06:35:06 PM »

UOP is not configured on our robots.
There is no way to map SOP 3 (fault LED) to a DO?
Logged
leopard
Jr. Member
**
Offline Offline

Posts: 51


« Reply #6 on: February 07, 2012, 04:22:01 PM »

UOP is not configured on our robots.
There is no way to map SOP 3 (fault LED) to a DO?
You can map a single UI or UO to a physical DI or DO pin.
Logged
luetin
Full Member
***
Offline Offline

Posts: 107


« Reply #7 on: February 08, 2012, 08:20:56 AM »

UOP is not configured on our robots.
There is no way to map SOP 3 (fault LED) to a DO?

You could try this in bglogic:
IF (SO[3:Fault Led]), DO[1]=(ON)
IF (!SO[3:Fault Led]), DO[1]=(OFF)
Logged
Petewalz
Newbie
*
Offline Offline

Posts: 4


« Reply #8 on: February 28, 2012, 09:19:55 PM »

Luetin,

Your solution to use bglogic worked perfectly on the three robots that had bglogic.
I have one older robot that does not have BGlogic. Any ideas for this older robot?

I found a hard contact that follows the fault light on a connector behind the power disconnect
so I am OK.

Thanks for the help!
« Last Edit: February 29, 2012, 03:27:12 PM by Petewalz » 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.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!