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. AutomationFeen

Posts by AutomationFeen

  • Invalid Parameter Name

    • AutomationFeen
    • May 12, 2021 at 12:59 PM

    I am thinking software issue. I am going to see if we have any other robots with the same software version. This parameter is a way of monitoring if the robot is physically moving. The newer versions have another parameter $ROB_MOVE but the older versions you have to use the $FILTER_EMPT. Basically once all the axis stop moving the "filter" is empty so this parameter goes true.

  • Invalid Parameter Name

    • AutomationFeen
    • May 12, 2021 at 11:10 AM

    Hello All,

    I am not seeing why this is an invalid parameter name. I have used this parameter several times before without issues. What am I missing?

    Images

    • 20210512_035428_autoscaled.jpg
      • 570.87 kB
      • 1,200 × 1,600
      • 28
  • Kawasaki -vs- Fanuc pros & cons

    • AutomationFeen
    • November 27, 2014 at 4:39 PM

    You don't have to use only block teaching on the kawasaki TP. You can program any AS on the TP as well so you don't have to have a PC to do it. It is a pain on the C controller but much easier on the D controller and the E controller as some good points and bad points but is alright once you get the hang of it.

  • What is the most advanced/impressive application you have ever implemented?

    • AutomationFeen
    • November 16, 2014 at 2:54 AM

    I hope to one day do projects like these. I know I have a long way to go but I am determined to get there. I have learned a lot working with Kawasaki robots and next month get to start learning Fanuc. I have come a long way with not having any formal schooling. My hat is off to you guys and these awesome projects. I love robotics!!

  • Kawasaki -vs- Fanuc pros & cons

    • AutomationFeen
    • November 16, 2014 at 2:47 AM

    I have extensive experience with the C controller, D controller, and E controller. To me the D series is by far the easiest to learn and get around. The C controller is way outdated. We have had some issues with the C controller and finding parts for it and the arm. Unfortunately I have not had any experience with Fanuc (but will very soon) so I can't say anything as to how they compare. I don't think there would be any problem for you to learn the AS Language of Kawasaki. It is pretty easy to understand and get the hang of in my opinion.

  • Urgently need teach pendant, for robot currently in production

    • AutomationFeen
    • October 23, 2014 at 3:10 AM

    It may not be the pendant. It could be the board in the controller. By the way you described it with the fading/lines it is very possible that it is the board. What controller is it and do you have any more of the same controller you can try swapping the pendants with to make sure it is the pendant?

  • Joint 3 out of range

    • AutomationFeen
    • October 19, 2014 at 1:57 AM

    If all you are trying to do using the SHIFT command would be much easier. Usually the TRANS command is used with the DECOMPOSE command.

    This should work to draw a straight line by 50 in the x direction:
    POINT pose=SHIFT(start BY 50)
    LMOVE start
    LMOVE pose

    This should work to draw a straight line by 50 in the y direction:
    POINT pose=SHIFT(start BY 0,50)
    LMOVE start
    LMOVE pose

    This should work to draw a straight line by 50 in the z direction:
    POINT pose=SHIFT(start BY 0,0,50)
    LMOVE start
    LMOVE pose

    Also what I meant by transformation values of "pose" is the the values stored into "pose". They would be the x,y,z,o,a,t values of pose. There are also joint displacement values they are the joint angles of jt1,jt2,jt3,jt4,jt5,jt6. These variables have a # in front of them an example would be "#pose".

  • Joint 3 out of range

    • AutomationFeen
    • October 17, 2014 at 3:12 AM

    The problem is probably with your LMOVE TRANS. What are you doing with this program? Can you post the transformation values of "pose"?

  • ONI ... CALL

    • AutomationFeen
    • October 17, 2014 at 2:57 AM

    You need to go to the system switches at AUX 0502 page 2. There you turn on 1 of the 5 autostart.pc switches. This will make the autostart.pc program start automatically. You then make up a program called "autostart.pc" or "autostart2.pc" etc.... It must be called just this or the controller will not recognize it. You write your code in this program. It must not have any motion steps in it. You can also use the command PCEXECUTE autostart.pc (or whatever pc program number you used). You can use the PCEXECUTE autostart.pc -1 to make the program run all the time also.

  • Regarding kawasaki softwares.

    • AutomationFeen
    • October 5, 2014 at 1:08 AM

    Cubic S is a software that can be used to setup a "field" around the EOAT and the obstacles in the cell. The software is used to keep the tooling from coming in contact with the obstacles in the cell.

  • some as language commands(starts with "SA" prefix) ?

    • AutomationFeen
    • September 19, 2014 at 11:40 PM

    SA stands for "Soft Absorber". It allows the robot to receive external forces and move with those forces without hurting the robot motors/gears. Attached is a manual on it. I have also seen this used to allow gravity to "pull" the robot down.

    Files

    90210-1178DED E Series Soft Absorber Function.pdf 308.32 kB – 54 Downloads
  • Is there any application to control Kawsaki Robots from Laptop?

    • AutomationFeen
    • September 12, 2014 at 12:25 AM

    The Kterm and earlier KCWin programs you can use to control the robot and do anything from a computer that you could do on the pendant. It uses the terminal in the software to communicate with the robot and all the syntax is like typing on the keyboard on the pendant. The software is free if you contact KRI.

  • D+ controller DeviceNet IO Configuration

    • AutomationFeen
    • August 22, 2014 at 3:24 AM

    It is a little more involed then that. You have to assign the number of signals like you did but you also have to define all the extra signals as well or it won't know what it is looking at. You would be best to contact KRI to get the General fieldbus IO manual or ask them to help. I know the manual has the procedure for setting up all the signals correctly.

  • LINEAR to LMOVE

    • AutomationFeen
    • July 11, 2014 at 12:37 AM

    Also in the actual program just put "LMOVE #p1" and it will use the (100,50,30,50,30,40) position from the original block step.

  • LINEAR to LMOVE

    • AutomationFeen
    • July 11, 2014 at 12:35 AM

    Yeah use a text editor and copy the block step joint position into the position variables for AS language. Example the Linear block position (100,50,30,50,30,40) into another variable name like "#p1 (100,50,30,50,30,40)". Minus the quotation marks and it should be under JOINTS section of the backup.

  • Error D1513

    • AutomationFeen
    • June 14, 2014 at 2:24 AM

    I am sure you will get the chance to see this again and find the answer. Breakers usually dont trip without a reason.

  • Error D1513

    • AutomationFeen
    • June 12, 2014 at 11:49 PM

    I have only seen this alarm once and it ended up being the MC Unit. After we ohmed all our wiring for shorts/continuity and replaced the KB board we put in a new MC unit and that finally fixed it.

  • Safety Standard

    • AutomationFeen
    • June 1, 2014 at 5:42 PM

    I was wondering if anyone had a copy of ANSI/RIA R15.06-2012 I could get?

  • MANUAL CONTROLLER D-SERIES

    • AutomationFeen
    • April 17, 2014 at 11:26 PM

    If you want pg2 to run then select it just like you would pg1 and put robot in repeat and cycle start it.

  • MANUAL CONTROLLER D-SERIES

    • AutomationFeen
    • April 16, 2014 at 11:05 PM

    It depends on what exactly you are wanting to do. Are you running pg1 or pg2 constantly? Do you want someone to start the program manually or it to call and start pg1 or pg2 by some other equpiment automatically?

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