@robovonak do you remember which Signal was on IN[140]? i have the same problem here...
Posts by JMPLBL_NoGO
-
-
Fanuc dont have any kind of Mastering EMD Device, so you select the "right" Axis Position by looking with you eye on it. So be sure, you will have to teach points again, unless you dont have a User Frame which you can recreate.
BTW: The EE Cables have nothing to do with mastering and if you dont got any error message, you can be sure the master data were already wrong before you changed the kables.
-
Hold Shift an Press Reset - a message on the top should appear "Shift+Reset pressed", now dont release shift. That should bypass all collision errors, but have in miny that you are able to crash the robot even worse.
-
is there an option to use them with adapter for profinet?
-
as far as i know, microsoft sillverlight is the only program which has the ability to create useful HMI's for Fanuc IPendants.
-
Same Question Here -> Push Topic
-
For me it seems easy,
just create a Background Program, look for six(Example 2-8) Group Outputs and fill the BG Program like this:
Check if the Registers or GO's are in use in other Programs before start the BG Program.
Code
Display More1: ; 2: R[20:X POS OUT]=($SCR_GRP[1].$MCH_POS_X) ; 3: R[21:Y POS OUT]=($SCR_GRP[1].$MCH_POS_Y) ; 4: R[22:Z POS OUT]=($SCR_GRP[1].$MCH_POS_Z) ; 5: R[23:W POS OUT]=($SCR_GRP[1].$MCH_POS_W) ; 6: R[24:P POS OUT]=($SCR_GRP[1].$MCH_POS_P) ; 7: R[25:R POS OUT]=($SCR_GRP[1].$MCH_POS_R) ; 8: ; 9: R[20:X POS OUT]=R[20:X POS OUT]*10 ; 10: R[21:Y POS OUT]=R[21:Y POS OUT]*10 ; 11: R[22:Z POS OUT]=R[22:Z POS OUT]*10 ; 12: R[23:W POS OUT]=R[23:W POS OUT] ; 13: R[24:P POS OUT]=R[24:P POS OUT] ; 14: R[25:R POS OUT]=R[25:R POS OUT] ; 15: ; 16: ; 17: GO[3]=R[20:X POS OUT] ; 18: GO[4]=R[21:Y POS OUT] ; 19: GO[5]=R[22:Z POS OUT] ; 20: GO[6]=R[23:W POS OUT] ; 21: GO[7]=R[24:P POS OUT] ; 22: GO[8]=R[25:R POS OUT] ;
-
Hey,
i also have the same issue. What is now the solution? WoV 5.x and KRC 4
-
Hey,
i cant find my RG Cleaner Program any more, maybe my sync program deleted it. I know that i got it from a teacher at the Fanuc academy. Does anybody can send me the program again or send me a link for the download?
FS
-
If you don't want to pay for the cycle time, you also can program it by yourself. Just use the Timer[x] and Write the Value in a register.
Code is like
1. Timer[1]=Start // Program Start
2. Timer[1]=Stop // Program End
3. Register[1] = Timer[1] // Now Register 1 has the Cycle Time in seconds
4. Timer[1]=ResetThen start from 1.
-
Unless you are in control mode, then you "magically" have an option to be able to restart the controller from the TP with the R30iB Mate controller. This as bothered me in years, knowing that it is probably possible to restart the R0iB Mate controller from SW in every case ...But is it possible to active the function for normal hot/cold start? Or is the option only for control mode?
Gesendet von iPhone mit Tapatalk
-
Hey everyone,
in the last time I found different types of cycle power options. Sometimes you can do it without touching the robot controller by select cycle power on the teach pendant (fctn-0-8). But also on different controllers I got the message that I be to switch the controller on and off.
So my question is: when I have to restart the controller by switching off/on and when by TP? It is software version relevant or is the controller version the decisive factor?
Gesendet von iPhone mit Tapatalk
-
Hey,
where is the download link for the application? Is it still working?
FS
-
Hallo together,
i have to create a HMI on a Fanuc teach pendant, because the system does not have a PLC. So the HMI should have the following options:
- Run different tp programs via different buttons (program like "Open Gripper" or "PNS1"...)
- Change register values (already done)
- Stop the robot, Run the Home program and maybe continue the program.Attention: The robot does not have the KAREL option. The whole HMI has to be programed without any Karel code.
Actual im done with the design by using microsoft sharepoint designer 2007. But the most important step where i am stucking is, run different programs via different buttons. I already tried the option by creating a custom menu and adding an image by a button and add a HTML Hyperlink "/Softpart/GENLINK?Current=menupage,31,250" to the image. But dont understand how to run a second tp program with that option. Is there a different way to run TP Programs by a button?
Does anybody have a list with an overview of all Softpart ID's and Screen ID's? Then i would create more custom menus and add tp programs to the menus.Thanks for the help!
-
Hey all together,
following situation: I should change the speed of some points in a program of an fanuc R2000 with 6 axis+ one 4 meter linear axis.
My question is, which factors affects the way how "smooth" or "fluid" move the robot in a program?actually the points are in the program:
J P1 35% CNT 100
J P2 35% CNT 100
L P3 250 mm/sec CNT 100
L P4 300 mm/sec CNT 100
L P5 300 mm/sec FINE
L P6 100 mm/sec FINEIs it the speed? or the kind of movement? or the CNT/Fine change? what could be the reason that the robot does not move fluid?
Thanks for answers, and yes: I am new in fanuc robot programming...