1. Home
    1. Dashboard
    2. Search
  2. Forum
    1. Unresolved Threads
    2. Members
      1. Recent Activities
      2. Users Online
      3. Team Members
      4. Search Members
      5. Trophys
  3. Articles
  4. Blog
  5. Videos
  6. Jobs
  7. Shop
    1. Orders
  • Login or register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • Blog Articles
  • Products
  • More Options
  1. Robotforum - Support and discussion community for industrial robots and cobots
  2. Forum
  3. Industrial Robot Support and Discussion Center
  4. Fanuc Robot Forum
Your browser does not support videos RoboDK Software for simulation and programming
Visit our Mainsponsor
IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Sponsored Ads

How can I live monitoring the pendent using PC,

  • rong chen
  • March 12, 2023 at 4:59 AM
  • Thread is Unresolved
  • rong chen
    Trophies
    2
    Posts
    7
    • March 12, 2023 at 4:59 AM
    • #1

    Good Evening All,

    I am just wondering if there is a way that I can live monitoring the pendant. For example, I would like to see the live program running step and compare it with live video, then I know which program takes longer cycle time and which position/hand shake can be adjusted or removed.

    Thank you!

  • HawkME March 12, 2023 at 5:45 AM

    Approved the thread.
  • HawkME
    Reactions Received
    567
    Trophies
    10
    Posts
    3,268
    • March 12, 2023 at 4:27 PM
    • #2

    You can watch it live on the pendant or remotely by purchasing the Remote PC Ipendant option.

  • neighbour1
    Reactions Received
    44
    Trophies
    4
    Posts
    405
    • March 13, 2023 at 8:58 PM
    • #3

    What controller do you have?

    You could use ECHO mode using any internet browser.

  • PnsStarter
    Reactions Received
    90
    Trophies
    6
    Posts
    325
    • March 14, 2023 at 9:17 AM
    • #4

    like neighbour and hawkme wrote:

    older controllers:

    ECHO via Internet explorer and activeX control -->http://robot_ip/FRH/CGTP/ECHO.HTM

    at R-30ibP controllers:

    ECHO via any modern browser -->http://robot_ip/FRH/jCGTP/ECHO.HTM

    Backdate/TP-Tools: A small collection of tools that simplify the commissioning and programming of Fanuc robots. (github.com)

  • rong chen
    Trophies
    2
    Posts
    7
    • March 19, 2023 at 11:46 PM
    • #5
    Quote from PnsStarter

    like neighbour and hawkme wrote:

    older controllers:

    ECHO via Internet explorer and activeX control -->http://robot_ip/FRH/CGTP/ECHO.HTM

    at R-30ibP controllers:

    ECHO via any modern browser -->http://robot_ip/FRH/jCGTP/ECHO.HTM

    I have r30ib not plus, it have i pendent option but not remote i pendant option

    TPIF-249 R843 Remote iPendant required.

    Cause: This operation requires R843 Remote iPendant option.

    Remedy: Load the Remote iPendant option R843

  • HawkME
    Reactions Received
    567
    Trophies
    10
    Posts
    3,268
    • March 20, 2023 at 3:58 AM
    • #6

    You have to purchase that option from Fanuc.

  • petefine
    Reactions Received
    1
    Trophies
    1
    Posts
    5
    • March 20, 2023 at 2:59 PM
    • #7

    You could profile your code by creating a karel function that tracks how long each step takes. So, at several places in your code, you call the function, which writes (to a file on the usb drive) the current $FAST_CLOCK, and a short note saying where in the code it's being called for. e.g.

    345345,read timestamp

    345400,read item

    Then collect a as many runs of the program as you can, analyse the data and determine which parts are slow.

  • allWar
    Reactions Received
    2
    Trophies
    3
    Posts
    17
    • March 20, 2023 at 9:18 PM
    • #8

    If you connect the robot to the ethernet network, simply type the IP address in the web browser, using edge or explorer and you will see the robot's web server.

    There you can fin an option called PC REMOTE iPENDANT ACCESS

    then you can click the Monitor iPendant (ECHO)

    And that is it.

    Remember to add the IP addres of the robot to your trusted sites.


    Robotics Specialist

  • Shellmer
    Reactions Received
    52
    Trophies
    5
    Posts
    161
    • March 21, 2023 at 12:45 AM
    • #9
    Quote from allWar

    If you connect the robot to the ethernet network, simply type the IP address in the web browser, using edge or explorer and you will see the robot's web server.

    There you can fin an option called PC REMOTE iPENDANT ACCESS

    then you can click the Monitor iPendant (ECHO)

    And that is it.

    Remember to add the IP addres of the robot to your trusted sites.


    Display More

    Also remember that it will ask for authentication.

    You can unlock completelly the access through "Host Comm", there it will be a panel where access can be unlocked, I usually unlock the access when working and then lock it again when done.

    If you are using Roboguide, you can also re-serialize the robot, add the "IrProgrammer" option if it's not included on the robot backdate.dt and after this, then you can open the IrProgrammer pendant.

    It's a web-based pendant where you can edit code like an IDE... if you have that option you can also open it through the same webpage.

    I know this doesn't solve anything regarding online access unless the option is included on the real robot, but I find it very usseful when coding, much better than programming with the virtual teach pendant or writting the ascii code in notepad and compiling every time...

    You can also run the code there step by step and even move PR points without the need to copy and paste every coordinate, only ctrl+c and ctrl+v on the point itself and coordinates and turn/fut/nut configs can be copied.

    It has some bugs but for me at least is usseful.

  • Nirav Gevariya
    Reactions Received
    1
    Trophies
    1
    Posts
    64
    • September 20, 2023 at 11:37 AM
    • #10

    Hallo Together,

    i bought the IR Programmer option to login in teach pandet on webbrowser. and it was also worked.
    at that time robot was in europ. Now robot is in USA. and i am getting error as in attchment.

    i have ib mate plus controller. Fanuc suggesting to buy a software option called R843 Remote ipandet.
    i think i do not required this option. there is something other issue.

    it would be nice if you share your idea.

    Images

    • GatewayTimeout.PNG
      • 8.03 kB
      • 525 × 205
      • 15
  • HawkME
    Reactions Received
    567
    Trophies
    10
    Posts
    3,268
    • September 20, 2023 at 12:29 PM
    • #11

    Are you still in Europe...

  • Nirav Gevariya
    Reactions Received
    1
    Trophies
    1
    Posts
    64
    • September 20, 2023 at 1:27 PM
    • #12

    yes i am still in europ and trying to open Robot webbrowser in USA with the Team Viewer. is it really matter?

  • HawkME
    Reactions Received
    567
    Trophies
    10
    Posts
    3,268
    • September 20, 2023 at 2:29 PM
    • #13

    Well I noticed it was a local IP address so I was just making sure you weren't trying to connect to a local address when your not in the same continent.

    Do you have a PC local to the robot that you are connecting to over team viewer?

  • Nirav Gevariya
    Reactions Received
    1
    Trophies
    1
    Posts
    64
    • September 20, 2023 at 2:55 PM
    • #14

    i was trying to connect robot with another LAN Port not a local.

    Well, there is one pc with maschine and maschine is intergrated with robot.

    The CPU has 2 Ethernet Port.
    1st Port(LAN) is used for Locl internet with (164.4.148.*)

    2nd Port/LAN(192.168.1.***) is connected with robot controller ethernet PORT 1.(192.168.1.***)

    so robot is directly not connect to the local network.
    In host Comm of roboter the following setting i have done when robot was in europ and it worked.

    Port 1 IP addr: 192.168.1.***

    Subnet : 255.255.255.0

    PC JOG iP: 192.168.1.***(which is same as pc Port 2 ip )

  • HawkME
    Reactions Received
    567
    Trophies
    10
    Posts
    3,268
    • September 20, 2023 at 4:07 PM
    • #15

    Can you successfully remote in to the PC?

  • Nirav Gevariya
    Reactions Received
    1
    Trophies
    1
    Posts
    64
    • September 20, 2023 at 4:09 PM
    • #16

    yes, there is no problem. i can easily remote into the PC.

  • Nirav Gevariya
    Reactions Received
    1
    Trophies
    1
    Posts
    64
    • September 21, 2023 at 2:53 PM
    • #17

    The problem is solved. There was a security issue With Proxy setting.

    Thank you so much for your help.

  • Ramesh E
    Posts
    1
    • November 15, 2024 at 6:53 AM
    • #18

    Fanuc controller R30ib plus without software view teach pendent monitoring in pc it's possible.

Advertising from our partners

IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Advertise in Robotics
Advertise in Robotics

Job Postings

  • Anyware Robotics is hiring!

    yzhou377 February 23, 2025 at 4:54 AM
  • How to see your Job Posting (search or recruit) here in Robot-Forum.com

    Werner Hampel November 18, 2021 at 3:44 PM
Your browser does not support videos RoboDK Software for simulation and programming

Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • robodk
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Thread Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • robodk
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000
  1. Privacy Policy
  2. Legal Notice
Powered by WoltLab Suite™
As a registered Member:
* You will see no Google advertising
* You can translate posts into your local language
* You can ask questions or help the community with your knowledge
* You can thank the authors for their help
* You can receive notifications of replies or new topics on request
* We do not sell your data - we promise

JOIN OUR GREAT ROBOTICS COMMUNITY.
Don’t have an account yet? Register yourself now and be a part of our community!
Register Yourself Lost Password
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on Google Play
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on the App Store
Download