Welcome, Guest. Please login or register.
Did you miss your activation email?
February 22, 2012, 10:17:52 PM
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
| |-+  Kawasaki Robots
| | |-+  Motor current in programing
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Motor current in programing  (Read 670 times)
laviv
Newbie
*
Offline Offline

Posts: 3


« on: September 11, 2011, 01:27:47 AM »

Hello everybody!
I'm using a zzx200 robot in my material handling aplication.
I'm using AS lang. programing.
My products tend to stick to each other when lifting them, and I want to be able to determine that before I start moving them.
I thought of doing that by reading the motors current in my program.
I found the command "WHERE 10" in the manual and it works fine, but this only a monitor command (in KCwin) that I can not use in my AS program.

Do you know a way of reading the motors current in an AS lang. program?
Or you have other idea of solution?

Thanks in advance..

Logged
TygerDawg
Full Member
***
Offline Offline

Posts: 205


« Reply #1 on: September 11, 2011, 01:13:49 PM »

AS & Adept's V+ language are derivatives of the old VAL language.  The V+ language has a command "MCS <string>" which allows one to run a monitor command in a program.  Perhaps AS has something similar?
Logged

TygerDawg
Blue Technik
Virtuoso Robotics Engineering
www.bluetechnik.com
kidekide12
Newbie
*
Offline Offline

Posts: 5


« Reply #2 on: September 12, 2011, 08:16:13 AM »

Hello


What kind of the controller do you use? (I use this command but only in D+ and E controller)
Logged
laviv
Newbie
*
Offline Offline

Posts: 3


« Reply #3 on: September 13, 2011, 06:59:36 AM »

Thanks guys,
Well, there is a command "MC" which allows to run few limited monitor commands in a program, but not the one I need.
 
kidekide12 - I Use the D+ controller.

Maybe there is a way of reading the internal parametrs of the system? (like a "Technician code" or so?)

Logged
kidekide12
Newbie
*
Offline Offline

Posts: 5


« Reply #4 on: September 13, 2011, 08:14:19 AM »

Hello

I was asking about the controller because I think that you mast have controller D+ (2009 not older). But you can tray.

I use IQARM function

Example

I write in autostart.pc

IF IQARM (5)>over THEN
SIGNAL -29
END

That means if current of JT5 =>over sig29 will shut down

You can use also for any other joint

Sorry about my English
Logged
laviv
Newbie
*
Offline Offline

Posts: 3


« Reply #5 on: September 14, 2011, 05:13:51 AM »

WOWWW!!
kidekide12   you are amazing!!
This command works like a charm! It is exactly what I was looking for for more than a week!
Thank you so so much.

I was asking Kawasaki support and even other "experts" and no one could help me!

How come this simple command is not in the manual??
Are there some other magic commands that are out of the manual?

And again: Thank you very much!  icon_smile
Logged
kidekide12
Newbie
*
Offline Offline

Posts: 5


« Reply #6 on: September 14, 2011, 08:00:20 AM »

Hello

You are correct. A lot of commands are not in manuals. If you need something I will tray to help.
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!