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

touchup disable on a krc 4

  • the leg
  • January 22, 2016 at 1:43 PM
  • Thread is Resolved
  • the leg
    Reactions Received
    4
    Trophies
    4
    Posts
    643
    • January 22, 2016 at 1:43 PM
    • #1

    Has anyone found a way of doing this yet i did a search and found not a lot for the krc 4 and help would be great ???

  • s2007.ravi
    Reactions Received
    14
    Trophies
    4
    Posts
    585
    • January 22, 2016 at 1:45 PM
    • #2

    You can change the properties of the .src and make it read only. Then, the touch up option will not appear. But it has a drawback that it will also not allow Block Selection.

  • the leg
    Reactions Received
    4
    Trophies
    4
    Posts
    643
    • January 22, 2016 at 2:33 PM
    • #3

    yes i did that before but its a bit clunky just thought there must be a simpler solution mmm

  • panic mode
    Reactions Received
    1,267
    Trophies
    11
    Posts
    13,033
    • January 22, 2016 at 4:14 PM
    • #4

    you can prevent operators from touching up if you put motions inside fold (operator cannot expand and view fold) or you can restrict how much they can correct by setting up touchup limits

    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 22, 2016 at 6:00 PM
    • #5

    Well, another solution which I adopted when I last developed an application was that I did not use Inline form of programming the motions. I just declared the motions like:

    PTP My_Motion1 C_PTP
    LIN My_Motion2 C_DIS

    In this way, I could make the program obsolete for the operators to change. Simply, they were not allowed to touch up. On top of that, I just made src files read only.

    Thanks

  • Online
    DannyDJ
    Reactions Received
    62
    Trophies
    6
    Posts
    493
    • January 23, 2016 at 8:21 AM
    • #6

    Hello. Search for the file "C:\KRC\SmartHMI\SmartHMI.exe.Standard". In this file all the HMI is defined. Then in this file search for line "<SoftkeyBar SystemName="SKB_STOP_NORMAL" Aliases="SKB_STOP_PARENT, SKB_STOP_CHILD, SKB_STOP_FOLD">" and under this line there will be buttons defined like button 1, button 2, ... search for button 5 and add the parameter Right="UM20" at the end of the line.
    "<Button Position="5" DBKey="TPBaseTouch" ProcID="2500" ModuleIdent="INLINEFORM" ProcParam="0" Right="UM20"/>. Now you have defined user level to that button. So when operator will be logged in the touchup wil be disabled, when Expert user will log on the Touchup button will be active. Then do a cold boot with reload files.

    You can use this approach for other buttons like for delete, new, ...

    I haven't tested yet what happens if technology package like arctech or any other is installed which adds the lines into this file(does the lock stays or not).

    Edited once, last by DannyDJ (January 23, 2016 at 8:27 AM).

  • pancholiph
    Trophies
    3
    Posts
    23
    • February 4, 2016 at 1:47 PM
    • #7
    Quote from DannyDJ


    Hello. Search for the file "C:\KRC\SmartHMI\SmartHMI.exe.Standard". In this file all the HMI is defined. Then in this file search for line "<SoftkeyBar SystemName="SKB_STOP_NORMAL" Aliases="SKB_STOP_PARENT, SKB_STOP_CHILD, SKB_STOP_FOLD">" and under this line there will be buttons defined like button 1, button 2, ... search for button 5 and add the parameter Right="UM20" at the end of the line.
    "<Button Position="5" DBKey="TPBaseTouch" ProcID="2500" ModuleIdent="INLINEFORM" ProcParam="0" Right="UM20"/>. Now you have defined user level to that button. So when operator will be logged in the touchup wil be disabled, when Expert user will log on the Touchup button will be active. Then do a cold boot with reload files.

    You can use this approach for other buttons like for delete, new, ...

    I haven't tested yet what happens if technology package like arctech or any other is installed which adds the lines into this file(does the lock stays or not).


    Thank you. I was searching for same solution.

  • Meric4n
    Trophies
    3
    Posts
    1
    • September 29, 2017 at 3:13 AM
    • #8

    Hallo,
    @ DannyDJ which KSS, are you using?
    Because i made the changes in my usertech 3.2 (KSS 8.3) and it does not work.

  • nunescol
    Trophies
    3
    Posts
    3
    • December 18, 2020 at 10:12 AM
    • #9
    Quote from DannyDJ

    Hello. Search for the file "C:\KRC\SmartHMI\SmartHMI.exe.Standard". In this file all the HMI is defined. Then in this file search for line "<SoftkeyBar SystemName="SKB_STOP_NORMAL" Aliases="SKB_STOP_PARENT, SKB_STOP_CHILD, SKB_STOP_FOLD">" and under this line there will be buttons defined like button 1, button 2, ... search for button 5 and add the parameter Right="UM20" at the end of the line.
    "<Button Position="5" DBKey="TPBaseTouch" ProcID="2500" ModuleIdent="INLINEFORM" ProcParam="0" Right="UM20"/>. Now you have defined user level to that button. So when operator will be logged in the touchup wil be disabled, when Expert user will log on the Touchup button will be active. Then do a cold boot with reload files.

    You can use this approach for other buttons like for delete, new, ...

    I haven't tested yet what happens if technology package like arctech or any other is installed which adds the lines into this file(does the lock stays or not).

    Just for report that's works for me

    Tks a lot!!

    ✌

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