Fanuc not running STEP status is in yellow normally in green color

  • Hi Everyone here i am having problem with one of my Fanuc robot its not running in auto mode but manually all axis are moving .
    The strange thing is no alarms and the STEP status is in yellow color instead of green . Other robot is STEP status is in green color of the same machine .
    Need your hekp guys to fix this issue


    Pictures are attched for reference.

  • Hi Ahmed


    Just press the STEP button on your TP keyboard. It should change the yellow STEP status to green.


    Step can be used to go slowly and controlled to your robot program for testing. If you are in STEP mode (yellow) you can press SHIFT+FWD and the program will execute one line of code and stops again. This can be quite useful sometimes!


  • Hi Ahmed


    Just press the STEP button on your TP keyboard. It should change the yellow STEP status to green.


    Step can be used to go slowly and controlled to your robot program for testing. If you are in STEP mode (yellow) you can press SHIFT+FWD and the program will execute one line of code and stops again. This can be quite useful sometimes!


    I can't count the times i've left a robot in step while trying to get the line to auto run :uglyhammer2:


    I usually run through a program in STEP mode to ensure I don't fire any outputs when i'm teaching points.


    I don't know if this is a system variable or what but a lot of our lines won't even go into auto run mode with STEP mode active on a robot. Some will allow us to go into auto but the robot won't run.

    "I could tell that my parents hated me. My bath toys were a toaster and a radio."

  • Yes that's totally true. Usually I just forget to deactivate it and realize it the earliest when I'm already outside of the security door :stupid:


    The auto mode should normally also run when step is activated. But it will run just one single line of code and then pause again. I think that if you rerun the auto mode that the next line is run (like the FWD command).

  • I usually add this to my bg logic programs:


    DO[78:In Step Mode]=($SSR.$singlestep)


    That way I can put it on an HMI so the operators can figure out why nothing is happening when they start the system and there are no faults ...

  • i want to creat a signal from STEP mode ...To show on PC
    How to creat " ($SSR.$singlestep) " this in BG Logic?

  • I usually add this to my bg logic programs:


    DO[78:In Step Mode]=($SSR.$singlestep)


    That way I can put it on an HMI so the operators can figure out why nothing is happening when they start the system and there are no faults ...

    HHO,


    use this line of code in one of your BG logic tasks. The output will turn on when STEP mode is active.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account
Sign up for a new account in our community. It's easy!
Register a new account
Sign in
Already have an account? Sign in here.
Sign in Now