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. Yaskawa Motoman 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

YRC1000 display custom message on pendant?

  • rpearls
  • March 10, 2023 at 9:05 PM
  • Thread is Unresolved
  • rpearls
    Trophies
    1
    Posts
    4
    • March 10, 2023 at 9:05 PM
    • #1

    Hello all,

    I'm a new Yaskawa user and am learning my way around programming. In our system we have an air-powered manipulator with an air pressure sensor on the supply line, that is wired to the controller so it will stop operation if the pressure is low. Is there a way to send a warning message to the screen if this happens?

  • SkyeFire March 10, 2023 at 9:06 PM

    Approved the thread.
  • ljuba
    Reactions Received
    33
    Trophies
    5
    Posts
    281
    • March 10, 2023 at 10:30 PM
    • #2

    there is a way to just write a message or you can set the user alarm that would stop the execution. Specify better what exactly you want to do.

  • rpearls
    Trophies
    1
    Posts
    4
    • March 13, 2023 at 1:31 PM
    • #3

    I would say both. I want the program execution to stop (or pause) and a message that might say "check air supply"

  • 95devils
    Reactions Received
    235
    Trophies
    8
    Posts
    1,949
    • March 13, 2023 at 6:04 PM
    • #4

    You could program a user alarm. The text for the alarm could say “check air pressure.” You would need then to program the conditions to trigger the alarm in the concurrent I/O ladder program.

    I know a thing or two, because I’ve seen a thing or two. Don't even ask about a third thing. I won't know it.

  • rpearls
    Trophies
    1
    Posts
    4
    • March 13, 2023 at 7:32 PM
    • #5

    Thanks for the hints, this did what I needed:

    IF ( IN#(1)=OFF ) THEN

    SETUALM 8000 "PRESSURE LOW" 0 SMODE=0

    ENDIF

  • 95devils
    Reactions Received
    235
    Trophies
    8
    Posts
    1,949
    • March 13, 2023 at 8:07 PM
    • #6

    This will only work if the instructions are in the job and the job is executing.

    Like programming, many ways to do the same thing.

    Going through the ladder is harder, if you don’t know the ladder, but works anytime the ladder is running. It is also not job dependent.

    I know a thing or two, because I’ve seen a thing or two. Don't even ask about a third thing. I won't know it.

  • TSGIR
    Reactions Received
    81
    Trophies
    6
    Posts
    715
    • March 14, 2023 at 2:54 PM
    • #7
    Quote from rpearls

    Thanks for the hints, this did what I needed:

    IF ( IN#(1)=OFF ) THEN

    SETUALM 8000 "PRESSURE LOW" 0 SMODE=0

    ENDIF

    If the system job function is actives on your robot, you can use your program.

    IF ( IN#(1)=OFF ) THEN

    SETUALM 8000 "PRESSURE LOW" 0 SMODE=0

    ENDIF

    The system job is always running in back of robot, if the IN#(1) = OFF the system give alarm.

    For use system job, go to JOB Menu and select CREATE NEW JOB and see in JOB TYPE are there SYSTEM JOB or not. if there are you can create a new job with SYSTEM JOB type and write your codes on it.

  • rpearls
    Trophies
    1
    Posts
    4
    • March 14, 2023 at 6:24 PM
    • #8
    Quote from TSGIR

    The system job is always running in back of robot, if the IN#(1) = OFF the system give alarm.

    For use system job, go to JOB Menu and select CREATE NEW JOB and see in JOB TYPE are there SYSTEM JOB or not. if there are you can create a new job with SYSTEM JOB type and write your codes on it.

    My choices are "ROBOT JOB" or "CONCURRENT JOB". Might that be the same thing? I'm looking thru my manuals but have not found an explanation yet.

  • TSGIR
    Reactions Received
    81
    Trophies
    6
    Posts
    715
    • March 14, 2023 at 6:54 PM
    • #9

    If you couldn't find SYSTEM JOB under JOB TYPE, this function isn't active on your robot and need contact Yaskawa for active it.

  • potis
    Reactions Received
    1
    Trophies
    3
    Posts
    245
    • March 15, 2023 at 9:02 AM
    • #10

    you need to be in management mode (3 keys) in order to build or see any system job assuming that the function is enabled

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