Welcome, Guest. Please login or register.
Did you miss your activation email?
May 23, 2012, 06:44:05 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
| |-+  Kawasaki Robots
| | |-+  Off-line programming
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Off-line programming  (Read 797 times)
ddenis
Newbie
*
Offline Offline

Posts: 23



« on: February 24, 2011, 07:23:38 AM »

Folks,

Do you know how to perform off-line programming with KCwin? This soft just doesn't work if the computer doesn't connected to the controller. But I tend to believe that I might wright programms using computer with KCwin only and then load them into the robot's memory. Any ideas?
« Last Edit: March 09, 2011, 07:32:32 AM by ddenis » Logged
solega
Newbie
*
Offline Offline

Posts: 10


« Reply #1 on: February 24, 2011, 08:38:36 AM »

Hi ddenis


You need to write the as program to the simulator that is called PC-AS. T
here is handling version and an arc welding version.
Logged
ddenis
Newbie
*
Offline Offline

Posts: 23



« Reply #2 on: February 24, 2011, 09:11:54 AM »

Hi ddenis


You need to write the as program to the simulator that is called PC-AS. T
here is handling version and an arc welding version.

Thanks a lot! Can I download it somewhere or should I contact Kawasaki?
Logged
solega
Newbie
*
Offline Offline

Posts: 10


« Reply #3 on: February 24, 2011, 02:20:58 PM »

Hi ddenis

You need to contact Kawasaki for getting it .
Logged
ddenis
Newbie
*
Offline Offline

Posts: 23



« Reply #4 on: February 24, 2011, 03:38:29 PM »

Ok, thank you, I'll give it a try!
Logged
roboperson
Jr. Member
**
Offline Offline

Posts: 86


« Reply #5 on: March 09, 2011, 06:20:14 AM »

From what I am reading, there is a misunderstanding between off line programming and using KCwin or KCwinTCP/IP.  Kawasaki uses 2 basic programming means. The first is block step. This is using the TP to set each indiviual steps in a simple sequencial manor. The other is AS programming. This is using the language AS (Advanced Superior) to write line in a basic C+ language format. This is where most of the confusion comes in.
If you use a program such as KCwin you are actually writting to the controller as you go. The changes are being made and updated much like block step programming only using commands.
Off line refers more to using a text editor such as Microsoft word or Ultra Edit to write code using the same AS commands as you would using KCwin, but it is not a "real time" change.  Once you have created your code you need to save it as a .AS file. This .AS file can be loaded into the controller using the AUX data menus or KCwin.
AS files can be opened and modified with any text editor. You do not need a simulator to write a file the files. If you are creating a program file it needs to follow this format:
.Program name ()
code
.END
If you are saving an all data save with .Robot, .AUX, etc.. data it needs to  be saved as a .AS file and each indiviual data sets will load.
Best of luck to you!
Logged
ddenis
Newbie
*
Offline Offline

Posts: 23



« Reply #6 on: March 09, 2011, 07:45:04 AM »

Hi Roboperson,

Thanks o lot for your irrefragable answer!

Regards,

Ddenis
 


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!