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. Rafael Schroer

Posts by Rafael Schroer

  • Change TSG Gantry Axis Sequence

    • Rafael Schroer
    • January 27, 2022 at 7:42 PM

    Hy,

    I need to start a Motosim system with a TSG gantry in a YRC1000 controller. This TSG uses YXZ axis sequence but the controller uses XYZ sequance. How can I change the order os axis in the controlleer to match the sequence of TSG Base Axis?

    Thanks in advance

  • ARM & TOOL INTERFERENCE using base axis

    • Rafael Schroer
    • February 26, 2021 at 7:37 PM

    Hello again 95devils, The ARM INTERFERENCE function is different of the Interference area.

    The ARM INTERFERENCE is a way to robots see each other in the controller and avoid collision between these robots, the Interference area is to monitor robots inside or outside a area.

    I need a way to use the ARM INTERFERENCE to avoid collisions between two robots mounted each one in a base axis when these robots are in a closest movement, like two fixed robot in a floor.

    This way (fixed robots) I use every day, but with moving robot i never seen before.

  • ARM & TOOL INTERFERENCE using base axis

    • Rafael Schroer
    • February 26, 2021 at 4:02 PM

    Hello 95devils, I have configured ARM and TOOL in each robot, but when the base axis put the robots in closest positions they colide.

  • ARM & TOOL INTERFERENCE using base axis

    • Rafael Schroer
    • February 25, 2021 at 8:45 PM

    How can I use ARM & TOOL INTERFERENCE functions in a cell with two robots mounted each one in a different ( TSL) Base Axis?

    Note: All robots and Base Axis are in the same controller.

    Thanks!!!

  • TUTORIAL FROM SPOT WELD CELL IN ROBOT STUDIO

    • Rafael Schroer
    • January 25, 2020 at 5:05 PM

    Hello,

    I need a tutorial with how to create a cell with servogun and simulate open and close movements in RobotStudio. I don't have a backup of any real cell and have interest in how to to this cell only in virtual world.

    Thanks in advance.

  • SIMULATE WELD TIME IN DRY RUN MODE

    • Rafael Schroer
    • January 15, 2020 at 2:53 PM

    Hello.

    There's a way to simulate the weld time (servo gun) in a cell running in a dry run mode.

    Thanks in advance.

  • How to add spot Gun(DX 200) or external Axis

    • Rafael Schroer
    • January 2, 2020 at 7:08 PM
    Quote from Asafa

    Thank you

    Do you have some PDF material related to this topic if have please share.

    Asafa,

    Look at this link:

    https://www.motoman.com/getmedia/FDF9B…f.aspx?ext=.pdf

    This is maintenance mode manual from another controller but can be useful for you because the way to add external axis is the same.

  • Motosim

    • Rafael Schroer
    • January 2, 2020 at 7:02 PM

    I have same issue, if anyone solve please post solution here. TKS

  • Why we have defection in comarc arc welding?

    • Rafael Schroer
    • December 27, 2019 at 2:41 PM

    You have made a comarc calibration before these weldings?

  • Support to make this code

    • Rafael Schroer
    • December 27, 2019 at 2:38 PM

    Hello, Why are you using sin and cos functions?

    Use MOVC with points distributed in a circle border.

  • temporarily disable shock sensor

    • Rafael Schroer
    • December 16, 2019 at 2:26 PM

    Hello brian.b,


    Go to the Schock Sens Level menu under [ROBOT] -->[SHOCK SENS LEVEL], find the cond. no 9 and change the detect level acording to your aplicattion. This procedure will chanmge the level only in teach mode.

  • SHCKSET Instruction

    • Rafael Schroer
    • December 12, 2019 at 1:10 PM

    Hello,

    I need more information about SCHKSET instruction and the values in the Shock sensor level screen.

    These values are a percentage of total motor torque? How can I calculate these values?

    Thanks in advance.

  • JRC Controller in Motosim

    • Rafael Schroer
    • November 13, 2019 at 5:54 PM
    Quote from Gilbailey10

    Are you talking about the Motoman controller JRC? I don't think so, I think MRC was the first one supported in Motosim. Do you have a JRC robot working? That would be awesome, I have seen RX robots still running until today, It doesn't surprise me. :hi-bye:

    Motoman controllers:

    RX-JRC-ERC-MRC-XRC-NX-DX100-FS100-DX200

    Yes, is JRC controller with a UPJ robot. The university where I study have one . I learned Motomam programming in one 94's MRC controller, have seen one JRC working side by side with this MRC but never heard before of RX controller.

  • Motosim Cam function with external axis

    • Rafael Schroer
    • November 12, 2019 at 10:20 PM

    Motosim have one manual of CAM function in their documentation. Have you read this?

  • JRC Controller in Motosim

    • Rafael Schroer
    • November 12, 2019 at 4:31 PM

    Hello,

    There's a way to run a JRC controller in Motosim?

    TKS

  • EI / DI / TSYNCRST Instructions

    • Rafael Schroer
    • November 8, 2019 at 5:42 PM
    Quote from 95devils

    EI and DI are part of the Job Interrupt software option. EI is enable interrupt. DI is disable interrupt. This acts as a floating CALL JOB: When the assigned input comes on during the EI and DI instructions the controller will call the assigned job.

    TSYNCRST is TSYNC Reset. It is part of the Coordinated Motion software option. There could be a R1+S1 job and a R2 job running at the same time. The R1 job has control over the positioner. The R2 job is just running to positions relative to itself. Each job would have a TSYNC instruction to synchronize the tasks. The TSYNCRST clears the status of any TSYNC instruction. The TSYNC will have a number after it, such as TSYNC1. Both (or more depending on the tags) jobs would be executing. One job reaches its TSYNC. It will sit and wait until the other job executes its TSYNC of the same number. TSYNCRST is turned on by S2C777=1.

    tks 95devils

  • EI / DI / TSYNCRST Instructions

    • Rafael Schroer
    • November 8, 2019 at 3:45 PM

    I running one simulation with one CMOS received from a customer, in that CMOS have these three instructions( EI / DI /TSYNCRST) under CONTROL at INFORM LIST.

    I never seen this before, which is the use of this instructions?

    TKS

  • Regarding the usage of data from the soft copy...

    • Rafael Schroer
    • October 23, 2019 at 4:03 PM

    Try to create a relative job using this coordinates in excel file, but is hard to find the origin of the UF without Motosim,

  • Motoman Home Position Tool

    • Rafael Schroer
    • October 23, 2019 at 3:07 PM

    Motoman robot have a red arrows in each axis, this arrows is to align the axis in the home position.

    After this alignment go to menu [Robot]--> [Home Position] and set the new home position.

    But BE VERY CAREFULL.

  • Robot Model from Backup files

    • Rafael Schroer
    • June 18, 2019 at 2:25 AM

    Hello, If you are using DX200, look in the controller information file.
    There's a lot information in this file.

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