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
Everywhere
  • Everywhere
  • Articles
  • Pages
  • Forum
  • Blog Articles
  • Products
  • More Options
  1. Robotforum - Support and discussion community for industrial robots and cobots
  2. Members
  3. arigatomrroboto

Posts by arigatomrroboto

  • Security mode while power on

    • arigatomrroboto
    • May 6, 2025 at 9:56 PM

    I'm on a YRC1000. I'm looking to lock down the whole system until a password is entered. No play, teach or run until the password is input. Ideally, as soon as the controller is powered on the user is prompted for a password. The user cannot access anything until the password is entered.

  • Security mode while power on

    • arigatomrroboto
    • May 6, 2025 at 6:22 PM

    Sorry for bumping an old thread, but I am looking to password lock the pendant (and controller in general) upon power up, and not allow any operation in any mode until the correct password has been entered. Would the method above allow for this to occur?

  • Weaving and ComArc sensor use for Arc Welding

    • arigatomrroboto
    • January 28, 2025 at 5:01 PM
    Quote from darth0

    Ok so after testing the weave operation i found out that it doesnt smash into the workpiece even if i program the actual seam when the weave pattern is set to TRIANGLE ( I didnt need to take the horizontal/vertical weave distances into account).

    Just FYI, if I'm not mistaken, ComArc can only be used with a Single weave.

  • Weaving and ComArc sensor use for Arc Welding

    • arigatomrroboto
    • January 27, 2025 at 2:33 PM

    To use ComArc, you will have to use a weave, as ComArc tracks the seam by monitoring the current/voltage as the weave traverses across the seam. You will program your weld line as usual, and add in the weave command. The max peak travel away from your seam is defined by the amplitude of your weave setting. Think of weaving as a sine wave traveling back and forth along your weld seam.

    You will first have to "Teach" ComArc the seam you're looking to track. It's a detailed process, I'm not sure if it's included in the manual you're referencing. Generally done using larger than production welds using the same material, makes it easier for ComArc to learn.

    The reference point is used for telling the robot the direction to search for Touch sense, I can't remember if it is also used for ComArc.

  • Need Guidance on Multi-Robot Programming with Yaskawa Robots

    • arigatomrroboto
    • January 21, 2025 at 2:00 PM

    For multi program tasks that are synchronized but not coordinated, you can use the PSTART SUB "X" and PWAIT commands to run to robot programs in parallel, along with TSYNC commands (PWAIT will not advance the master program until all of the parallel jobs have been completed, TSYNC is a command that will hold a control group until the respective TSYNC has been reached in another job). For coordinated moves between robots or an external axis, you'll use the SMOV command, but you'll have to set up your jobs such that one is a master and one a slave (this is traditionally used with a robot and an external axis. You will also have to calibrate the master and slave device). Additionally, when setting up your master job, you'll want to make it a "non-grouped" job. Nested jobs can only take on control of the control groups of the parent job.


    There is a Yaskawa manual called "Standard Jobs and Opportunity Programming" that I think would be of great benefit to your situation for master job structure. There are additional manuals that cover coordinated motion as well as various commands. They are all free on Yaskawa's website.

  • YRC1000 Sending Controller Alarm to AB PLC

    • arigatomrroboto
    • January 20, 2025 at 4:52 PM

    Thank you both for your replies!

    Robodoc, I was worried that this might be the case. I suppose I'll just map out and populate the common alarms an operator might see (no gas flow, wire stick, etc.) For everything else it will be a "go look at the pendant" situation, which isn't ideal but is better than nothing.

    95devils, you're correct! M640 is the for the 16 bit alarm register that will show the current alarm code, however, to tie in with what Robodoc said, it doesn't look like I'll be able to send the alarm code along with the alarm message (not the description, just the title of the alarm) to the PLC without populating a bunch of messages on the PLC for all the possible alarm codes from the controller.

  • Help with rotating Robot turntable.

    • arigatomrroboto
    • January 16, 2025 at 4:24 PM

    On the page for your external axis position register (EX000 or whatever number you're using), you can select where it says "Pulse" and change it to "Angle". It will ask you to clear the data first. Make sure you have the axis you wish to modify selected before hand. The angle is absolute, I believe 0 degrees is parallel to the ground.

  • YRC1000 Sending Controller Alarm to AB PLC

    • arigatomrroboto
    • January 16, 2025 at 2:46 PM

    I'm currently integrating a Yaskawa cell (YRC1000 controllers) with an AB controller with HMI for fixture control. I am looking to send robot alarm information to the PLC/HMI for an operator to easily identify what the issue is without having to look/touch the pendant. I've found some information from Yaskawa regarding discrete messaging but appears that this is not possible to use if FSU Ethernet Safety is being used, and it appears our cell is using this. PLC and YRC are connected via Ethernet/IP. I am hoping to send full alarm messages to the HMI/PLC.

    Any advice or resources is appreciated!

  • Programming of an online path correction

    • arigatomrroboto
    • January 8, 2025 at 8:21 PM

    You could use if/then statements and jump/labels for the various cases along with position variables for various +/- positions. Or you could set up a position variable and modify the Z component based on the different cases. Yaskawa provides free manuals on their website that dive deep and would be a great resource if you're just starting out.

    image.png

    Images

    • image.png
      • 3.39 kB
      • 190 × 200
      • 4
  • Fronius TPS400i (gas cooled) with feeder WF25iR PAP wire retract problem.

    • arigatomrroboto
    • January 3, 2025 at 7:14 PM

    Echoing Spdjack, this was several years ago but I seem to remember we also had a similar issue with our Robacta drive and TPSi400, I believe the culprit was the wire shorting during feeding. As long as the short was present, it would retract slightly after feeding, and sometimes retract when the feed was pressed.

  • YRC1000 Tool Change/Previously Taught Jobs

    • arigatomrroboto
    • October 30, 2024 at 2:51 PM

    Thank you all for the suggestions. It appears we do not have PMT or Relative Job options installed. I have opted to stay with the original torch length in part due to this and also since there is not a drastic difference in torch access between the two.

  • YRC1000 Tool Change/Previously Taught Jobs

    • arigatomrroboto
    • October 29, 2024 at 2:32 PM

    Hi all,

    Fairly new to Yaskawa robots. Recently changed the torches to a longer style torch on our cell and was looking for a way to touch up previously taught points without actually having to jog through all the programs and touch up each point. I'm guessing there is not a blanket option for this, but wanted to check here first.

    Thanks

Advertising from our partners

IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Advertise in Robotics
Advertise in Robotics
  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