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. ABB 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 get the axes motor current?

  • owenlee
  • September 23, 2023 at 11:46 AM
  • Thread is Unresolved
  • owenlee
    Trophies
    1
    Posts
    5
    • September 23, 2023 at 11:46 AM
    • #1

    I currently have a project that requires monitor the current position of ABB with the PC, the torque and current of each axis motor. My method is to use ABB's PC SDK or Robot Web Services for reading, but I cannot find a method to read it. Does anyone know how to read it?

  • Fubini September 23, 2023 at 12:15 PM

    Approved the thread.
  • Mertkan Koca
    Reactions Received
    1
    Trophies
    1
    Posts
    53
    • September 25, 2023 at 9:24 AM
    • #2

    Usually multiple ways to see that also a software for checking signals which called by SignalViewer but it depents what model do you using, which controller ?

  • owenlee
    Trophies
    1
    Posts
    5
    • September 25, 2023 at 1:08 PM
    • #3

    Do you mean the model of the robot? The model of the robot is IRB 1600. I have checked and found that a control module of 616-1 has been installed

    Quote from Mertkan Koca

    Usually multiple ways to see that also a software for checking signals which called by SignalViewer but it depents what model do you using, which controller ?

  • Mertkan Koca
    Reactions Received
    1
    Trophies
    1
    Posts
    53
    • September 25, 2023 at 2:53 PM
    • #4
    Quote from owenlee

    Do you mean the model of the robot? The model of the robot is IRB 1600. I have checked and found that a control module of 616-1 has been installed

    Nice we got the version , and what about controller model ? IRB5 or S4C/S4C+ Do you have RobotStudio CD or RobInstall CD ? What is writing on controller ?

  • owenlee
    Trophies
    1
    Posts
    5
    • September 26, 2023 at 5:53 AM
    • #5
    Quote from Mertkan Koca

    Nice we got the version , and what about controller model ? IRB5 or S4C/S4C+ Do you have RobotStudio CD or RobInstall CD ? What is writing on controller ?

    I checked the controller label and it marked 'type: IRC5 Single '. I have a version of RobotStudio that is 2019.5.5。

    And I tried using the PC SDK and was able to access the operating mode robot. GetController (0). OperatingMode normally. But still cannot found the electric current.

  • Mertkan Koca
    Reactions Received
    1
    Trophies
    1
    Posts
    53
    • September 27, 2023 at 6:56 AM
    • #6

    manual way i think you can check from axes drives inside the control panel . and the other way is

    Test Signal Viewer

    The Test Signal Viewer enables you to display motion test signals

    (e.g. external axes signals).

    this software should be inside the robotstudio installation files

    for more information like input and output currents please check controller pdf

    Files

    IRC 5_product specification_2019.pdf 8.09 MB – 127 Downloads
  • owenlee
    Trophies
    1
    Posts
    5
    • September 28, 2023 at 10:18 AM
    • #7
    Quote from Mertkan Koca

    manual way i think you can check from axes drives inside the control panel . and the other way is

    Test Signal Viewer

    The Test Signal Viewer enables you to display motion test signals

    (e.g. external axes signals).

    this software should be inside the robotstudio installation files

    for more information like input and output currents please check controller pdf

    Display More

    Thanks a lot, I will read the pdf carefully. But in fact, I have also checked a lot of information, and basically can only check the torque of each axis normally. However, I can find no information about the current, and I hope I can find it in the PDF.

  • panbucik
    Trophies
    2
    Posts
    5
    • October 2, 2023 at 12:03 PM
    • #8

    Hello all,

    I'm sticking to the post question and expanding a little - is it possible to get via ABB RWS (web services) current values of the below parameters?

    - joint velocity

    - joint acceleration

    - joint torque

    - joint temperature

    - joint current

    It seems the only available joint current value is joint position.

    Many thanks for any hints :grinning_squinting_face:

  • Mertkan Koca
    Reactions Received
    1
    Trophies
    1
    Posts
    53
    • October 5, 2023 at 6:56 AM
    • #9

    hello i am not much familiar with RWS but if you can reach and comminicate with robot for expample RAPID files you can see joint acceleration,velocity,torque and current.About temperature i think your robots model must have joint temperature sensors like , PT100 or else depents on your robot model specs

    Here is services about RWS , main services

  • owenlee
    Trophies
    1
    Posts
    5
    • October 9, 2023 at 8:43 AM
    • #10

    Thank you for everyone's attention.

    I also tried RWS, but I couldn't find the variable for current yet.

    What was mentioned upstairs is correct; I just want to read these parameters except temperature:

    - joint velocity

    - joint acceleration

    - joint torque

    - joint current

  • panbucik
    Trophies
    2
    Posts
    5
    • October 10, 2023 at 12:16 PM
    • #11
    Quote from Mertkan Koca

    hello i am not much familiar with RWS but if you can reach and comminicate with robot for expample RAPID files you can see joint acceleration,velocity,torque and current.About temperature i think your robots model must have joint temperature sensors like , PT100 or else depents on your robot model specs

    Here is services about RWS ,

    Thank you Mertkan for your thoughts! It's true you can get to the RAPID files via RWS and read parameters of a specific line, e.g. MOVEJ jTarget, speed, but this would be a target speed (which might be even not achieved during the movement if the consecutive points lie close too each other) and the question is if there is a way to read the current value of the joint/tcp speed via web services and regardless what is written in RAPID code?

  • blueicaro
    Reactions Received
    3
    Trophies
    3
    Posts
    31
    • October 17, 2023 at 9:36 AM
    • #12
    Quote from panbucik

    Thank you Mertkan for your thoughts! It's true you can get to the RAPID files via RWS and read parameters of a specific line, e.g. MOVEJ jTarget, speed, but this would be a target speed (which might be even not achieved during the movement if the consecutive points lie close too each other) and the question is if there is a way to read the current value of the joint/tcp speed via web services and regardless what is written in RAPID code?

    Hello, to read the tcp speed, you should use a system output attach a analog signal. Then you can subscribe to that signal using RWS

    /BlueIcaro

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

Similar Threads

  • How to communicate with a EtherCAT device in KRL

    • chiachingyen
    • June 12, 2021 at 11:38 AM
    • KUKA Robot Forum
  • Supressing alarms

    • Hummermicke
    • August 14, 2023 at 10:15 AM
    • KUKA Robot Forum
  • Kuka KR-200 Ackn regulator limit exceeded A6

    • Arwin
    • March 9, 2023 at 6:49 PM
    • KUKA Robot Forum
  • Waking up 2 - ZZX200S B Robots after long hibernation

    • colemajr
    • April 19, 2022 at 2:41 AM
    • Kawasaki Robot Forum
  • KR 210-2 2000 with KR C 2 battery question

    • soundwawe
    • March 24, 2022 at 10:04 PM
    • KUKA Robot Forum
  • Endless motion for KUKA external axes

    • capital9
    • February 3, 2022 at 7:42 AM
    • KUKA Robot Forum
  • Down the rabbit hole...Who wants to join in the fun?

    • Elderwild
    • November 30, 2021 at 8:25 PM
    • ABB Robot Forum
  • A1 motor overload

    • JamesTaco
    • January 7, 2022 at 3:04 AM
    • KUKA Robot Forum
  • Resurect a kr150L150 with KRC1 [OVERCURRENT ERROR AXIS 4]

    • tmuthesius
    • July 6, 2020 at 12:47 PM
    • KUKA Robot Forum
  • Oversized servo configuration on brand new KRC4? Is it possible?

    • RAS-Skordos GR
    • May 7, 2021 at 8:16 PM
    • KUKA Robot Forum

Tags

  • motor current
  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