Hi everyone, i need to turn off a digital output when the group 2 is at Home. How to monitor the position of group 2 in teach mode and auto mode?
in auto mode its $SCR_GRP[n].$M_POS_ENB=TRUE, but it doesnt work in teach mode.
Fanuc Robot group 2 position monitoring
-
Robo_NewBie -
April 25, 2024 at 5:58 PM -
Thread is Resolved
-
-
Fubini
April 25, 2024 at 8:04 PM Moved the thread from forum General Discussion of Industrial Robots Only to forum Fanuc Robot Forum. -
Normally you'd use a reference position to check if the robot is at a defined position and map it to a Digital Output (MENU > SETUP > REF POSITION). I don't know if your axes of the second group would show up there though?
-
Yes,it is showing for group 2. A DO value can be assigned but,
I have a gripper which can open and close and also it can rotate. So, I have to turn off the gripper rotation if its at home.
DO [300] = Gripper Open.DO [301] = Gripper Close.
DO [302] = Gripper to 0 Deg.
DO [303] = Gripper to 90 Deg.
So I need the DO 303 to be always off when gripper reach at Home position. How to block it in this situation ?
-
Use the Reference position to turn on another DO, then use BG Logic to monitor the Ref post DO and set the gripper DO.
-
thank you, that was helpful.
-
Robo_NewBie
April 29, 2024 at 3:47 PM Selected a post as the best answer. -
Robo_NewBie
April 29, 2024 at 3:47 PM Selected a post as the best answer.