Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

kawasaki robot connection problem

#1
Hello there
There is a connection problem with the kawasaki robot. can you help for this
thanks
#2
Can you give more details on the problem and the steps you took to connect?

Jeremy
Find useful information about RoboDK and its features by visiting our Online Documentation and by watching tutorials on our Youtube Channel


#3
hi Jeremy
I set I / P on robot tpc / I / P robot and robodk but the error persisted. Trying on the FTP server failed. I think it might be possible to be another prokotole on the robot side with great excitement. if you have already connected with kawasaki. You can solve this problem. waiting for your help. I started to use the program actively. I send the programs to the robot with a different program.
#4
RoboDK allows connection to a Kawasaki robot?
what is FTP user name and FTP password?
#5
How to modify the Kawasaki post-processor so that it is added to the genetic program subprograms defined in the header

Code:
DEFAULT_HEADER_SCRIPT = """


   .PROGRAM tcpopen()#1
       num = 1; liczba elementow wysylanej tablicy
       tout = 5  ; timeout [s]
       ret = 0
       port = 100 ; numer portu
       socket = 0
       ip[1] = 192
       ip[2] = 168
       ip[3] = 1
       ip[4] = 15
       ;*** otwieranie portu ***
       DO
           TCP_CONNECT socket,port,ip[1],tout
        UNTIL ret>=0
           PRINT "PORT OTWARTY"
       RETURN
   .END

   .
"""
  




Users browsing this thread:
1 Guest(s)