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

Posts by IlFincoITA

  • STOP BUTTON in AUTO EXT

    • IlFincoITA
    • September 21, 2023 at 9:52 AM

    Hi! I need to understand something. When we are in AUTO and the drives are on and the program is running if I pressed to stop button (that squared red on the KCP) the robot stop and the drives still remain on. The same thing doesn't seem possible in AUTO EXT where there is no input for this purpose. The only similar thing that seemed possible to me was through the management of MOVE_ENABLE, but it's not the case. Or rather, according to the graph on page 294 of the "Operating and Programming Instructions for System Integrators," where the "Restart after motion enable" is described, if MOVE_ENABLE switches to false, the drives should remain on. However, in the description of the system variable $MOVE_ENABLE, it is explicitly stated that the drivers are turned off.

  • INTEGRATIONE OF LINEAR AXIS

    • IlFincoITA
    • June 20, 2023 at 11:04 PM

    A linear axis robot system has just arrived at the company. However, in the loaded project on the controller, the axis has not been included, and I only have the robot. The insertion of the KL 4000 axis is done by importing the object from the catalog in WorkVisual. I would like to summarize below what I have done to make sure I understood correctly.

    The system appears as shown below.

    Now it seems to me that the robot is mounted at 90° and the rack is in position 1

    This following part is completely unclear to me, but according to the manual, I should simply enter the values related to how the robot is mounted on the axis. These values are reported in the manual.


    What I expect now is that this is a unified system and that each registered point will now consist of X, Y, Z, A, B, C, and E1.

    So, if I register a point relative to a base, all the coordinates will be relative to that base, including the linear axis. In other words, if I move the base, the entire system will follow it, just as it happens without the linear axis.

  • RAW KRL MOTION WITH $VEL.CP and $ACC.CP

    • IlFincoITA
    • June 9, 2023 at 7:49 AM

    This is a very good idea... thanks a lot...

    QUOTE: "What you can do manually is to assign your desired values using Display-> Variable->Single. That is actually what the HMI Is doing for you under the hood when you touch up points. Assume e.g. you have a point called xP1. Than you can assign it with the above mentioned menu $Pos_act."

    I was thinking of using something like this... mainly for the customer if they need to review certain points.

    SLIN XPress_Spindle WITH $VEL.CP=MyVel

    IF FALSE THEN

    SLIN Press_Spindle Vel=0.01 m/s CPDAT2 Tool[1] Base[0]

    ENDIF

    If I may ask, is there a more concise way to write "acceleration for all axes"?

    $ACC_AXIS[1], $ACC_AXIS[2], $ACC_AXIS[3] and so on

    SLIN XPress_Spindle WITH $VEL.CP=MyVel, $ACC_AXIS[1]=MyAcc, $ACC_AXIS[2]=MyAcc, ... etc.

  • RAW KRL MOTION WITH $VEL.CP and $ACC.CP

    • IlFincoITA
    • June 9, 2023 at 12:06 AM

    OK but with raw KRL how do you touch up the point? Without in line forms do you loose the ability to touch up the point.. Wouldn't there be a way to mantain the inline forms and still have speed and acceleration under variable MySpeed and MyAcceleration so I could change them on the fly?

  • RAW KRL MOTION WITH $VEL.CP and $ACC.CP

    • IlFincoITA
    • June 8, 2023 at 11:18 AM

    Hi! It's my first time attempting to program movements without inline forms. The goal would be to control the speed, acceleration, and deceleration of certain movements using variables. I tried to write the movement like this:

    SLIN XPress_Spindle WITH $VEL.CP=MyVel, $ACC.CP=MyAcc

    What I see is that the speed is working, but I don't notice any differences in acceleration/deceleration, and it seems that the movement is not accelerating at all.

  • LINEAR UNIT KL 4000

    • IlFincoITA
    • May 28, 2023 at 3:23 PM

    I played around with the interface within WorkVisual and I saw that it's possible to change the configuration. Tomorrow, I will try loading it to see if it works correctly.

  • LINEAR UNIT KL 4000

    • IlFincoITA
    • May 27, 2023 at 4:48 PM

    Hi! Just got my first linear unit assembled. What seems strage to me is that the unit works using negative values. I mean with this configuration each E1 point will be rapresented by negative values... why is that? Is there a way to change it?

  • KUKA to/from OMRON PLC vie EtherCat

    • IlFincoITA
    • May 17, 2023 at 4:33 PM

    Hi! In the end, I managed to establish communication between KUKA and Omron PLC using the EL6692 Bridge. This time by the correct ESI file which was not provided by Beckhoff but likely developed by Omron.

    Files

    Beckhoff EL6692_Omron v1.12.xml.zip 68.37 kB – 57 Downloads
  • KUKA to/from OMRON PLC vie EtherCat

    • IlFincoITA
    • May 11, 2023 at 7:22 AM

    KUKA answered to me that thay have not such ESI file for EL6692... now I'm in big trouble...

    Is any other possible comunication available for OMRON PLC... like ETHERNET/IP?

  • KUKA to/from OMRON PLC vie EtherCat

    • IlFincoITA
    • May 10, 2023 at 11:11 AM

    This morning I've reached BECKHOFF support and they told me that I need a customized ESI file from KUKA like the one they give me for the EL6695-1001
    I'm awayting the answer from KUKA.

    The Italian support doesn't have a practical example of an application made with this EL6692 with OMRON PLC.

    The strange thig is That KUKA imself sells EL6692 module... the only reason that I've choose EL6692 is that EL6695-1001 is not available within 8 months

  • KUKA to/from OMRON PLC vie EtherCat

    • IlFincoITA
    • May 10, 2023 at 8:33 AM

    The problem is that on OMRON side, importing the ESI file description as secondary, doesn't show up the possibility to insert the 32 DWORD Inputs and Outputs.

    Images

    • EL6692_1.png
      • 216.17 kB
      • 1,920 × 1,080
      • 58
    • EL6692_2.png
      • 198.12 kB
      • 1,920 × 1,080
      • 38
    • EL6692_3.png
      • 155.01 kB
      • 1,920 × 1,080
      • 33
  • KUKA to/from OMRON PLC vie EtherCat

    • IlFincoITA
    • May 9, 2023 at 2:26 PM

    This is what I've mapped and as IO and intended to exchange with the Omron's PLC

    Images

    • Errore EtherCat2.png
      • 63.15 kB
      • 1,159 × 466
      • 61
  • KUKA to/from OMRON PLC vie EtherCat

    • IlFincoITA
    • May 9, 2023 at 2:20 PM

    Hi! Today I get the module and I've connected the OMRON PLC. But this connection doesn't work.

    Images

    • EtherCat.jpeg
      • 223.48 kB
      • 1,600 × 1,200
      • 65
    • Errore EtherCat.png
      • 37.19 kB
      • 605 × 190
      • 44
    • Errore EtherCat1.png
      • 66.02 kB
      • 1,159 × 482
      • 53
  • KUKA and EUROMAP67

    • IlFincoITA
    • April 24, 2023 at 12:26 PM

    I see... if you buy a built in E67 you will find the E67 connector ready to be used. I only know that there is a tecnology cabinet wich has onboard the E67.

    Files

    MA_KR_C4_SC4_1_AS_PS_E67_Rehau_en.pdf 3.3 MB – 44 Downloads
  • KUKA and EUROMAP67

    • IlFincoITA
    • April 24, 2023 at 11:59 AM

    For the safety signals they must be connected to a safety device. Have you got something connected to the extension BUS (SYS-X44)? Usally I put there the EK100 (BECKHOFF) EtherCat coupler and from there a bunch of Inputs and outputs with EL1809 and EL2809 (BECKHOFF terminals). Those terminals have an ESI file description that can be mapped into workvisual.

  • KUKA and EUROMAP67

    • IlFincoITA
    • April 24, 2023 at 11:37 AM

    EUROMAP67 is an interface that you need to built using both safety and Input output signals. All of them will be wired to a double connector of 25 pins going from Robot to the Moulding Machine and 25 pins coming from the Moulding Machine to the robot.

    No DTM is necessaty to do that...

  • KR 6 R700 Z200 (SCARA) TOOL FLANGE ORIENTATION

    • IlFincoITA
    • April 24, 2023 at 10:58 AM

    Hi! I'm going to receive a KUKA SCARA soon and I just want to know, since I've never used one of them. Wich is the nullframe flange tool orientation? Is it oriented like into this picture that shows the robot in the calibration orientation I suppose?

  • CHAR to INT in KRL

    • IlFincoITA
    • April 7, 2023 at 8:54 AM

    This is what I need to convert. I receive the order number on Profinet Bus mapped on 8 bytes:

    OrderNo[1]

    OrderNo[2]

    OrderNo[3]

    OrderNo[4]

    OrderNo[5]

    OrderNo[6]

    OrderNo[7]

    OrderNo[8]

    Since OrderNo's CHARs are only numbers I need to convert it into INT

  • CHAR to INT in KRL

    • IlFincoITA
    • April 5, 2023 at 7:15 AM

    Hi! Is there a way to convert CHAR ARRAY into INTEGER. I have an array of CHAR that contains only number and I need to put the entire number stored into the array into an Integer...

  • KUKA to/from OMRON PLC vie EtherCat

    • IlFincoITA
    • April 3, 2023 at 6:09 PM

    I'm sorry I didn't get it. Let's mantain KRC and PLC as master... If I do not need FSoE I put in my KRC hardware EK100 and EL6692. On EK1100 I'm connected to X44 EBus and I'll use "Beckhoff EL66xx.xml" to configure the IO to exchange data with PLC (for example 128 Bytes Input and Output)

    On EL6692 I connect the PLC in wich I use the same "Beckhoff EL66xx.xml" to configure the same IO Map of 128 Bytes

    I know... maybe it is difficult to understand for me because I do not use OMRON PLC and my client will implement it... but he doesn't know KUKA so... :smiling_face: :smiling_face:

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