Welcome, Guest. Please login or register.
Did you miss your activation email?
May 23, 2012, 07:21:33 PM
Home Help Login Register
News: Any Problems or Experience with Industrial Robots ?
Register and place your Question / Answer to worldwide Robotexperts right here !

+  Robotforum | Support for Robotprogrammer and Users
|-+  Industrial Robot Help and Discussion Center
| |-+  KUKA Robot Forum (Moderators: Werner Hampel, Martin H, SkyeFire)
| | |-+  How to connect the kuka robot with PC
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: How to connect the kuka robot with PC  (Read 627 times)
kanna
Newbie
*
Offline Offline

Posts: 16


« on: January 16, 2012, 12:02:26 PM »

I think we are making some mistake in setting the IP address with standard windows interface. Let me tell you the procedure we did.
- We went into kuka controller's control panel-lan-properties and we copied the IP address (for e.g. 192.68.2.1)
- In the PC side we went to control panel-lan-properties and we wrote this IP address here.
- While running the Example. programme of imaging lab. There i gave the kuka controller ip address(192.68.2.1)

and while running the progamme. Its showing network connection error.
Can you please help with this. Eagerly waiting for your reply.
Logged
TygerDawg
Full Member
***
Offline Offline

Posts: 230


« Reply #1 on: January 16, 2012, 12:54:54 PM »

Isn't it like this?  IP addresses should be unique for each device.
If your KRC has IP addr 192.68.2.1, then your PC should be given IP addr 192.68.2.<some other unique number 0<=n<=255>, with subnet mask 255.255.255.0.
Logged

TygerDawg
Blue Technik
Virtuoso Robotics Engineering
www.bluetechnik.com
kanna
Newbie
*
Offline Offline

Posts: 16


« Reply #2 on: January 16, 2012, 02:16:39 PM »

I went to kuka controller-start-controlpannel-network-lan.rightclick-status-i noted the ip address as 169.254.25.16

then i went to pc-start-controlpanel-network-lan-rightclick-propties-TCP/IP4-there i enter the IP address as 169.254.25.52 with submask 255.255.255.0

but still its showing network not identified  

Can you please tell me where am i making the mistake and how to make the connection
« Last Edit: January 16, 2012, 03:20:37 PM by kanna » Logged
levi_zhang
Newbie
*
Offline Offline

Posts: 7


« Reply #3 on: January 16, 2012, 02:56:27 PM »

As i know, kuka has two network connection in control panel.
One is physical, and one is virtual in vxwork system.
Make sure you change the right connection.
Logged
MeanRobot
Full Member
***
Online Online

Posts: 239


« Reply #4 on: January 16, 2012, 03:14:46 PM »

Just as TygerDawg stated, you can't have the same IP address on both machines.

Change the IP address of your PC from 169.254.25.16 to something like 169.254.25.17.

Also make sure you disable the firewall on the KRC (assuming it is not connected to the internet).

After that, do a ping test, to confirm the two can see each other.
Logged
kanna
Newbie
*
Offline Offline

Posts: 16


« Reply #5 on: January 16, 2012, 03:20:17 PM »

I went to kuka controller-start-controlpannel-network-lan.rightclick-status-i noted the ip address as 169.254.25.16

then i went to pc-start-controlpanel-network-lan-rightclick-propties-TCP/IP4-there i enter the IP address as 169.254.25.52 with submask 255.255.255.0

but still its showing network not identified   

Can you please tell me where am i making the mistake and how to make the connection
Logged
MeanRobot
Full Member
***
Online Online

Posts: 239


« Reply #6 on: January 16, 2012, 03:28:32 PM »

Did you disable the firewall on the KRC?

Did the ping test fail as well?

How are the KRC and PC connected?  (Through a switch, crossover cable, or something else?)
« Last Edit: January 16, 2012, 03:55:41 PM by MeanRobot » Logged
kanna
Newbie
*
Offline Offline

Posts: 16


« Reply #7 on: January 16, 2012, 04:08:06 PM »

-i have diabled firewall test
-ping tesk is showing 4 sent and 4 recieved(ping test shows ok)
-connected through ethernet-RJ45
Logged
MeanRobot
Full Member
***
Online Online

Posts: 239


« Reply #8 on: January 16, 2012, 04:29:23 PM »

If the ping was successful, then the problem is in the software.

Since I have not heard of this "imaging lab" software, I am not sure where to advise you to look next.

What does this "imaging lab" do?  And how does it communicate?  I would assume some dll.  But if it say OPC, do you have the OPC server installed?
Logged
kanna
Newbie
*
Offline Offline

Posts: 16


« Reply #9 on: January 16, 2012, 04:45:12 PM »

imaging lab is software from ni Labview. For connection KUKA robot with labview. We can run, read, write parameter between labview and robot. I have installed imaging lab in kuka controler also. It communicates with ehternet card connected via RJ45.
http://www.imaginglab.it/eng/KukaLib_DataSheet.php
Logged
SkyeFire
Global Moderator
*****
Offline Offline

Posts: 1784



« Reply #10 on: January 16, 2012, 09:59:17 PM »

So, ImagingLab is supposed to provide a LabView GUI for interfacing with the KRC.  But the website has no details on how this is accomplished.

The two halves of the KUKAbot's brain (the Windows side and the VxWorks side) operation in substantial isolation from each other.  They communicate through a virtual network connection (the VxWIN RTACC Shared Memory Driver, which must NEVER be tampered with in the Windows control panel).

Simply setting up the IP address will not be enough.  The ImagingLab software must include elements to be installed on the KRC, to act as a communication bridge between the KRC and the external PC.  The KRC does not support external applications like ImageLab natively.

The ImagingLab documentation should include a list of what hardware/software options on the KRC are required to support the use of ImagingLab, and the Install instructions should describe how to install the additional ImagingLab-specific software onto the KRC.
Logged
kanna
Newbie
*
Offline Offline

Posts: 16


« Reply #11 on: January 18, 2012, 10:51:50 AM »

Thanks for your reply. ya they gave the  software pack for KRC side. I have installed in it.

I Think it might be problem with OS. Rite now am using win7 64bit. Let try to change to win XP 32bit. It might sole te problem . Lets see.
Logged
kanna
Newbie
*
Offline Offline

Posts: 16


« Reply #12 on: January 19, 2012, 03:06:25 PM »

Finally we have solved the connection problem. Thanks a lot for your help. The problem was The imaging lab software in the KRC didnt start. Then we re installed and started and now its working. icon_smile
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!