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. KUKA 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

coordinate upgrade syntax

  • iavi
  • July 28, 2023 at 2:32 PM
  • Thread is Unresolved
  • iavi
    Trophies
    2
    Posts
    5
    • July 28, 2023 at 2:32 PM
    • #1

    I should take the actual coordinate of a certain number of points (i.e. XP1.E1, XP2.E1, ...) from dat file and sum to it a value maybe inside a FOR loop before performing SLIN.

    Something like

    [...]

    XP1.E1_new = XP1.E1_old + i*360

    XP2.E1_new = XP2.E1_old + i*360

    [...]

    Which is the correct syntax?

    Many thanks in advance!

  • massula July 28, 2023 at 2:55 PM

    Approved the thread.
  • Online
    SkyeFire
    Reactions Received
    1,051
    Trophies
    12
    Posts
    9,423
    • July 28, 2023 at 3:12 PM
    • #2

    XP1.E1 = XP1.E1 + 360

    However, this will permanently overwrite the value in the .DAT file. So be aware.

  • Florida
    Reactions Received
    6
    Trophies
    4
    Posts
    103
    • July 28, 2023 at 3:23 PM
    • #3
    Quote from iavi

    I should take the actual coordinate of a certain number of points (i.e. XP1.E1, XP2.E1, ...) from dat file and sum to it a value maybe inside a FOR loop before performing SLIN.

    Something like

    [...]

    XP1.E1_new = XP1.E1_old + i*360

    XP2.E1_new = XP2.E1_old + i*360

    [...]

    Which is the correct syntax?

    Many thanks in advance!

    Display More

    assuming XP1.E1_old is the original retained value, it would be like

    XP1.E1 = XP1.E1_old + ( i * 360.0)

    Calculation need to be done inside the local src file, before you have the motion to P1.

    Unless you work with Global positions and variables.

  • iavi
    Trophies
    2
    Posts
    5
    • July 28, 2023 at 3:31 PM
    • #4
    Quote from Florida

    assuming XP1.E1_old is the original retained value, it would be like

    XP1.E1 = XP1.E1_old + ( i * 360.0)

    Calculation need to be done inside the local src file, before you have the motion to P1.

    Unless you work with Global positions and variables.

    ok, as far as I understood before the calculation

    XP1.E1 = XP1_E1_old + ( i * 360.0)

    I have to initialize the variable XP1_E1_old = XP1.E1

    Something like that?

    XP1_E1_old = XP1.E1

    XP1.E1 = XP1_E1_old + ( i * 360.0)

  • Florida
    Reactions Received
    6
    Trophies
    4
    Posts
    103
    • July 28, 2023 at 3:40 PM
    • #5

    if you overwrite XP1_E1_old with the last position of the calculated E1, your point will deviate a lot.

    Always keep a Start value that never changes and do your calculation.

    I don't know your application, so is it a linear slide, and endless running external axis or a spindle kind of thing? It is like Google maps, to calculate the direction to a target you need to know the origin, your start-point

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

Tags

  • KUKA
  • KRL
  • KRL Variables
  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