Welcome, Guest. Please login or register.
Did you miss your activation email?
November 22, 2008, 01:50:06 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
| |-+  Fanuc Robots (Moderators: Sven Weyer, Jim Tyrer)
| | |-+  SDOUT SDIN how to use KAREL RH S420
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: SDOUT SDIN how to use KAREL RH S420  (Read 749 times)
paminachristoph
Newbie
*
Offline Offline

Posts: 2


« on: April 23, 2008, 09:48:59 PM »

Hello Friends,
i need your help!
I have a RH-Comtroller with S420. I like to use SDIN ans SDOUT (EE Endeffectorsignal).  In Karel i can read SDIN-Signal.
I don`t have any mapping. If i try to set an Output to "1" (SDOUT(1)=ON i got no error messages. If i run the program i got 6111 - wrong port!
What is missing for using these SDOUT-Signals?
Excuse my bad english!
Logged
ctilley
Newbie
*
Offline Offline

Posts: 9


« Reply #1 on: April 24, 2008, 04:18:11 PM »

The end effector outputs are also referred to as "hand signals". There should be four of them available to use. To use these outputs in a program there are three available instructions....
open hand x, close hand x, and relax hand x (where x is the # of the "hand" you want to operate).
You will need to also set these up in your usat table. The hand signals are described in detail in the karel reference manual.
Logged
Tonichu
Newbie
*
Offline Offline

Posts: 6


« Reply #2 on: May 02, 2008, 12:15:22 PM »

I think you have two posibilities.
1.-You can access End Effector connector signals with RDI1 to RDI8 for inputs signals and RDO1 to RDO8 for outputs signals.

2.- You can acces End Effector signals like a DIN and DOUT signals, for this you must to do:
      - Edit USAT table.
      - Select a DIN free range (in my case 49 to 56 inputs).
      - Edit it: Rack=1, Slot=0, Base=1, Pol=0.
      - Select a DOUT free range (in my case 49 to 56 outputs).
      - Edit it: Rack=1, Slot=0, Base=1, Pol=0.

3.- Now you can acces to first input from end effector (RDI1) like DIN49. The same for outputs. 

If you don't know how edit USAT table, tell me.

I hope this will be good for you.
Logged
Freddy
Newbie
*
Offline Offline

Posts: 13


« Reply #3 on: September 25, 2008, 10:18:09 PM »

Hello,

I am also trying to install gripper signals to the endeffector and program them.

How can I map these in USAT?

Freddy
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!