When and where under what conditions? The question is far to vague:
Holding in the real-time controller?
On the hard disk on Windows?
While executing?
Any specific problem you encountered?
Check out Dirloader tool. Usually it helps.
Fubini
When and where under what conditions? The question is far to vague:
Holding in the real-time controller?
On the hard disk on Windows?
While executing?
Any specific problem you encountered?
Check out Dirloader tool. Usually it helps.
Fubini
- Office Lite: Virtual robot controller. Used to simulate robot. Most accurate offline controller simulation apart from Office PC (Basically the same PC you have in your robot controller configured for offline use) and real controller with real robot attached to it. You can use Office Lite completely Independent from KUKA.SIM but can use it also together with KUKA.SIM. Office Lite runs internally the same Firmware as the real robot controller but modified to run outside the robot controller hosted on a windows system while the real controller uses a VxWorks operating system.
- Kuka Sim: KUKA branded version of Visual Components. Used for process simulation. In part also supports without addition of optional Office Lite a simple robot simulation with lower timing precision.
- Visual Components (is this now part of Kuka Sim?). The other way round.
- Work Visual (What is this, why this strange name if it is used for Robot configuration). Robot setup tool. Many years ago this tool was designed to additionally do what now is done with KUKA.Sim. That is were "Visual" comes from. The name stuck.
- KSS Kuka operating system (this is like a firmware or what, do we interact with it). The actual robot controller firmware. Consists of VxWorks part (real-time controller for robot) and Windows part (Teach Panel Smart-HMI to create robot programs).
- KUKA User Tech (preprogrammed stuff for different applications?). Addon for end users to create their own inline forms. Inline forms are macros that combine low level KRL (Kuka Robot Programming Language) commands. Every KSS comes with a standard set of inline forms that can be extended by UserTech.
Why are you asking people to commit software piracy by sending you images of kss software. This is illegal and against forum rules. It can get you banned here quickly. Every krc controller comes with software licensed for it. Other versions need to be bought from the copyright owner KUKA.
Fubini
A4 can not move (actually it is not even an axis for a 5 axis palettizer). You have only 5 axes. A1,A2,A3,A5,A6. The axes are indexed the same way as for a standard 6 axes kuka robot. A5 can only move axis specific if $PAL_MODE is not active. If $PAL_MODE is on A5 is calculated automatically from A2 and A3 position (A5 = 90° - A2 - A3 if I remember correctly) such that the flange stays parallel to the robroot x,y plane . It does not matter whether you move A2 or A3 or both simultaneously A5 is always controlled fitting to this condition.
Tool konstant halten - KUKA Roboter - Roboterforum.de - die Industrieroboter und Cobot Community
Then look for your installation CD, No kuka controller is shipped without one. Apart from asking KUKA directly that is the only legal way to get the software.
Fubini
That depends on the KSS version you have. Search for BrakeTestDrv.ini.
Fubini
One resaon is that the special KUKA Windows Embedded Software Image will not have the necessary drivers for custom boards and their components. It is not a standard windows image but one designed for the KUKA boards and Software including everything for Real-time control by VxWorks. Nothing else.
A second reason is that hardware components on the board are selected by higher specification standards than standard private home computers. A standard board with cheaper components will probably not be able to keep up with real-time controlling of a robot. That is not what they are build and designed for.
I know from the past that some people tried but never heard of a successful attempt. Also in this forum some users asked the same questions in the past.
Fubini
No there is not. The board inside KUKA controllers are soecial made for support of VxWin as dual OS with a real-time VxWorks combined with Windows.
Fubini
Ask KUKA they should know. Also checking out the manuals for the different RSI versions inside KUKA XPERT web portal should help. They usually, state the compatible KSS versions.
Fubini
You can lookup $Axworkspace[] inside $machine.dat. Details can also be found in documentation and using the forum search.
Fubini
Yes or whatever percentage value between 1 and 100 you like.
Fubini
BAS (#INITMOV,0)
initialises the ptp velocity to 100 percent meaning as fast as physically possible. On the other hand lin velocity is set to 0.1 m/s by setting $vel.cp. You can set ptp velocity as well by using
$vel_axis[<axis_index>] = <desired percentage value>
So for axis 1 and 10 percent of maximal axis velocity for example
$vel_axis[1]=10
Fubini
Can you share the program?
Fubini
Details matter. See Read First.
What IP exactly. There are mutiple spots where IPs can be modified.
What error exactly? Error message? Which file? ...
Fubini
There are many different versions of KRC4. What exactly do you mean by missing safety card. ESC, SIB, ...? At best provide article numbers. Or do you mean KRC4 is complete but you miss a profisafe or other bus card.still everything depends what type of KRC4 with what options in detail you have. What technology packages and software versions is also important. So please be a lot more specific on details.
Fubini
Please consider the other messages you did not share and check:
Fubini
Lookup system integrators manual for C_PTP.
Fubini
Then assign whatever TCP you need to $TOOL. Also the semicolon ":" operator might be worth checking out. With ":" you could also translate and rotate the current tool
$TOOL = $TOOL : MY_TRANS_AND_ROT
Fubini