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

Default Parameters Invalid KSS01518

  • s2007.ravi
  • December 21, 2016 at 2:30 PM
  • Thread is Resolved
  • s2007.ravi
    Reactions Received
    14
    Trophies
    4
    Posts
    585
    • December 21, 2016 at 2:30 PM
    • #1

    Hi All,

    KR120 R2500 PRO C4 FLR,Robot
    KSS 8.3.9

    I am facing the error mentioned in the subject line on one of the robots on our line when the Robot is executing the line highlighted (in Red) in code shown below:

    But it doesn't face any problem while executing the line highlighted (in BLUE) in the code shown below:

    Code
    LIMIT_R_X=ABS(250-TOOL_DATA[10].X)
          LIMIT_R_Y=ABS(Y_PICK-(VISION_SIDE*TOOL_DATA[10].Y))
          LIMIT_R_ACT=SQRT((LIMIT_R_X*LIMIT_R_X)+(LIMIT_R_Y*LIMIT_R_Y))
          ;
          IF (LIMIT_R_ACT<=LIMIT_R_MAX) AND (LIMIT_R_ACT>=LIMIT_R_MID) THEN
             OK_POS=TRUE
             IF (DEBUG==TRUE) THEN
                [color=blue]MsgNotifyTextPar("Max.Robot Limits within range by:=%1", "ROB:", LIMIT_R_MAX-LIMIT_R_ACT,,,1)[/color]
                [color=blue]MsgNotifyTextPar("Min.Robot Limits within range by:=%1", "ROB:", LIMIT_R_ACT-LIMIT_R_MID,,,1)[/color]
             ENDIF
          ELSE
             IF (LIMIT_R_ACT>LIMIT_R_MAX) THEN
                CONTINUE
                PULSE (SO_ROB_ERR3,TRUE,3)
                CONTINUE
                [color=red]MsgNotifyTextPar("Max.Robot Limits exceeded by:=%1", "ROB:", LIMIT_R_ACT-LIMIT_R_MAX,,,1)[/color]
             ENDIF
             IF (LIMIT_R_ACT<LIMIT_R_MID) THEN
                CONTINUE
                PULSE (SO_ROB_ERR4,TRUE,3)
                CONTINUE
                [color=red]MsgNotifyTextPar("Min.Robot Limits exceeded by:=%1", "ROB:", LIMIT_R_MID-LIMIT_R_ACT,,,1)[/color]
             ENDIF
          ENDIF
    Display More

    I am using the default syntax to display the messages provided in msglib.src and all the other messages are getting displayed without any problem including parameter messages.

    I also tried to tweak a little bit the syntax written to see the error goes away but no success. :wallbash:

    Please suggest what I am missing here.

    Thanks

  • s2007.ravi
    Reactions Received
    14
    Trophies
    4
    Posts
    585
    • December 23, 2016 at 7:22 PM
    • #2

    Anybody... :sadsmiley:

    ???

  • Online
    panic mode
    Reactions Received
    1,267
    Trophies
    11
    Posts
    13,037
    • December 23, 2016 at 7:55 PM
    • #3

    not enough info - program is incomplete. message simply means one of parameters is invalid. make sure all parameters are ok...
    for example check if calculated values are good (initialized?)

    1) read pinned topic: READ FIRST...

    2) if you have an issue with robot, post question in the correct forum section... do NOT contact me directly

    3) read 1 and 2

  • s2007.ravi
    Reactions Received
    14
    Trophies
    4
    Posts
    585
    • January 11, 2017 at 5:31 PM
    • #4

    I found the problem. The reason behind the error was the parameter calculated. My logic calculates the value to be a REAL but the KUKA global function (to display parameter message) has input parameter as INT.

    However, KSS threw error only when the calculated value was in between 0 to 1. In all the other cases, the calculated parameter get rounded up to nearest integer. Any thoughts?

    For now, I have changed the input parameter data type to be Real in MsgLib.src file to resolve my issue.

    Thanks

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