Assignment 4
Assignment 4
Assignment 4
3 K2, CO4 Discuss the lead through programming technique used in robot 5
programming.
Write notes on languages available, features required of programming
4 K2, CO4 language, and classification of commands in respect of robot programming 10
languages.
5 K2, CO4 What are the generations of robot languages? Mention the feature of 5
generation of robot languages.
6 K3, CO4 Write a program for Unloading from press using WAIT, SIGNAL and 5
DELAY commands.
7 K2, CO4 Explain the Robot language structure with a neat sketch. 5
8 K2, CO4 Explain three basic modes of operation for robot programs. 3
Develop a program in VAL II to command a PUMA robot to unload a
cylindrical part of 10 mm diameter from machine 1 positioned at point P1
9 K3, CO4 and load the part on machine 2 positioned at P2. The speed of robot 5
motion is 40 in./s. However, because of safety precautions, the speed is
reduced to 10 in./s while moving to a machine for an unloading or loading
operation.
Suppose we want to drill 16 holes according to the pattern shown in the
Figure. The pendant procedure can be used to teach the 16 locations, but
this would be quite time consuming and using the same program in
different robot installations would require all points to be taught at each
location. VAL II allows location adjustment under computer control. Write
VAL II program for this case.
10 K3, CO4 5