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

MoveC abb

#1
Hello,

I am working on project to transform a old abb irb6400 robot with s4 controller to a CNC machine. The problem in the preprocessor is that the move circular is not included. I want to include my self but er must reason why it is not implemented?
#2
The new version includes a post processor with the MoveC command (see post processor attached) and a couple more improvements such as allowing multiple modules generated by RoboDK to remain in the robot controller at the same time.

With the newest version you can also transfer files automatically through FTP or other protocols:
1- Right click a program
2- Select: Send program to robot
The FTP parameters from the robot connection menu will be used to run the following post processor method once the program has been generated:
    def ProgSendRobot(self, robot_ip, remote_path, ftp_user, ftp_pass)

For ABB robots you can then use ABB RAPID's Load method to load modules that have been transferred through FTP.

[img] http://www.robodk.com/forumimg/Send-prog...-robot.png[/img]


Attached Files
.py   ABB_RAPID_IRC5.py (Size: 15.6 KB / Downloads: 1,405)
  




Users browsing this thread:
1 Guest(s)