Welcome, Guest. Please login or register.
Did you miss your activation email?
February 08, 2012, 11:43:46 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)
| | |-+  MUPS_010 INVALID PARAMETERS????
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: MUPS_010 INVALID PARAMETERS????  (Read 727 times)
regaleira
Jr. Member
**
Offline Offline

Posts: 96



« on: March 15, 2010, 10:03:42 PM »

when I call a specific program i get "MUPS_010 INVALID PARAMETERS" error?!?   
Logged
regaleira
Jr. Member
**
Offline Offline

Posts: 96



« Reply #1 on: March 16, 2010, 08:45:05 PM »

 kopfkratz Huh?
Logged
Fabian Munoz
Global Moderator
*****
Offline Offline

Gender: Male
Posts: 862


Uruguay Campeon de America 2011 !!!!!!!!!!


« Reply #2 on: March 16, 2010, 09:14:54 PM »

Can you give us more clues  ?

Controller type ?  Was it working before ? Error number ? Any particular on that specific program ? Do you have manuals ?


Simple details !!!!!
Logged

somar
regaleira
Jr. Member
**
Offline Offline

Posts: 96



« Reply #3 on: March 16, 2010, 10:16:03 PM »

workink with rj3-ic, cant find any logical reason for any type of error to ocure.

I can forword the program manualy and automaticly but if i call the program from within onother program i get:
 MUPS_010 INVALID PARAMETERS error? never seen it before, cant find it anyware in the manual kopfkratz
Logged
freemanleon
Newbie
*
Offline Offline

Gender: Male
Posts: 15



« Reply #4 on: March 18, 2010, 03:40:27 PM »

MUPS-010 Invalid parameters
Cause: Pass number and direction are not acceptable
Remedy: Check the pass number and direction

I found the error. These are all  the details on the manual, also confused me.
Logged
regaleira
Jr. Member
**
Offline Offline

Posts: 96



« Reply #5 on: March 18, 2010, 10:24:49 PM »

thanx freemanleon.

pass number and direction...  icon_confused
Logged
taz
Newbie
*
Offline Offline

Posts: 37


« Reply #6 on: March 20, 2010, 05:34:12 PM »

Does the program use argument rejisters? Do you see somthing like
'R
  • =AR[1]' or 'IF AR[1] = 1 then JMP[1]'.
When called from a program the call statment will look like "CALL TEST(1)".
This will pass the value '1' as AR[1]. If you step threw the program directally, there is no value asigned to AR[1] giving you this fault.
Logged
regaleira
Jr. Member
**
Offline Offline

Posts: 96



« Reply #7 on: March 21, 2010, 04:47:44 PM »

no arguments passed.
I find it strange because I copied the program to another robot and it doesnt give me thise error
Logged
Fanucboy
Guest
« Reply #8 on: March 21, 2010, 10:06:55 PM »

i assume you have ARCTool software on your robot with Multipass software option on it.
MUPS error refers to an error caused by an error in multipass programming with header information.

you need to know the structure of multipass programming and you have to stick to it.

something like that migh work (maybe some minor things or not correct. dont forget to enter your passes in the header of your WELD program
MAIN.TP
1: CALL WELD(1,0);
2: CALL WELD(2,1);
3: CALL WELD(3,0);
4: END;

first argument is the pass number and the second is the direction (normal or reversed)

the WELD.TP program
1: R[1]=AR[1]
2: R[2]=AR[2]
3: IF R[2]=1, JMP LBL[3]
4:
19:
20:LBL[2:FORWARD PASSES
21: MP Offset PR[99] RPM[3]
22:J PR[3] 10% FINE
: Arc Start[99]
23: Weave Sine[99]
24:L P[4] WELD_SPEED FINE
: Arc End[99]
25: Weave End
26: MP Offset End
27:J P[5] 10% FINE
28: END
29:
30:
31:LBL[3:REVERSE PASSES]
32: LOCK PREG
33:J P[5] 10% FINE
34: MP Offset PR[99] RPM[3]
35:L P[4] 200mm/sec FINE
: Arc Start[99]
36: Weave Sine[99]
37:L PR[3] WELD_SPEED FINE
: Arc End[99]
38: MP Offset End
39:J P[1] 10% FINE
40: UNLOCK PREG
[END]


hope this can give you some direction in the good way




Logged
regaleira
Jr. Member
**
Offline Offline

Posts: 96



« Reply #9 on: March 22, 2010, 08:39:04 PM »

Thanx Fanucboy
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!