MDM II Long Answers Question Bank
MDM II Long Answers Question Bank
Components:
- Manipulator: Provides motion (arm + wrist)
- End Effector: Tool attached (e.g., gripper, welder)
- Actuators: Convert control signals to mechanical motion
- Sensors: Feedback for control (vision, proximity)
- Controller: Brain of the robot (CPU + software)
Types of joints:
- Revolute (R): Rotational movement
- Prismatic (P): Linear movement
Notations: R, P, RP, RRP, etc.
Common configurations:
- Cartesian (PPP)
- Cylindrical (RPP)
- Spherical (RRP)
- Articulated (RRR...)
- SCARA (RRP)
Robots can work 24/7, with high consistency and precision. They reduce waste, increase
speed, and minimize downtime.
Robots ensure high accuracy, reduce variability, enable precision in operations, and
integrate inspection systems for quality control.
Used for welding, painting, assembly, inspection, and packaging. Increases speed, reduces
labor costs, and ensures product consistency.
Used in body assembly, painting, parts handling, and quality inspection. Enhances safety
and production throughput.
11. 16. Role of robotics in pharmaceutical industries
Ensures sterile handling, accurate dispensing, sorting, and packaging. Reduces human
contact and increases regulatory compliance.
Automates seeding, irrigation, harvesting, and monitoring. Improves yield, reduces labor,
and enables precision farming.
16. 3. Compute end effector position: L1=500 mm, L2=350 mm, θ1=45°, θ2=30°
17. 4–5. Find joint inclinations for given wrist position (L1=350, L2=250, L3=50)
1. Calculate wrist point by subtracting L3 from final position.
2. Use inverse kinematics to determine joint angles.
3. Compute θ3 from φ - (θ1 + θ2).
End effectors interact with the environment for gripping, welding, painting, measuring, and
assembly.
Tools: Welding torches, screwdrivers, spray guns used for tasks like welding, painting, and
machining.
A sensor detects physical input (light, pressure, etc.). Robots use sensors for feedback,
navigation, safety, and task execution.
1. Tactile
2. Proximity
3. Range
4. Vision
5. Position
6. Environmental
A slotted disc rotates between LED and photodetector. Interruptions create pulses used to
track position.
Depends on task. For pick and place, use proximity and force sensors. For welding, use
temperature, vision, and torque sensors.
SPEED 40
MOVE P1
SPEED 10
GRIP
MOVE P2
SPEED 10
RELEASE
PROC ArcWeld()
SpeedData v40;
MoveL pStart, v40, z0, toolWeld;
ArcStart;
MoveL pEnd, v10, z0, toolWeld;
ArcEnd;
ENDPROC
SPEED 40
MOVE P1
SPEED 10
GRIP
MOVE P2
SPEED 10
RELEASE