Handling Station: Technical Significance
Handling Station: Technical Significance
Technical significance
Movement, orientation and assembly of work pieces are a requisite for all automated assembly
systems. These tasks are performed by automated handling machines, the best known and most
powerful of which are the industrial robots (cf. Figure 1).
Industrial robots are freely programmable and have at least four axes (i.e. driven joints), making
them extremely flexible. Industrial robots are also very fast (over 1 m/s) and accurate (repetition
accuracy of better than 50 μm).
Working space, how much space the handling station will take up.
One of the most important components in a handling device is the gripper used to establish
contact with the work piece. There are many different designs of grippers:
Mechanical grippers with two or three gripper jaws grip work pieces like a hand. Since
these grippers' fingers are not as flexible as the fingers on an actual hand, however, it
means that the gripper jaws generally have to be adapted to the work piece to be gripped.
Vacuum grippers hold the work pieces by means of vacuum. They are especially suitable
for flat work pieces but less suitable for porous ones because no vacuum can be built up.
Adhesive grippers where the work pieces are held using an adhesive film. These are used
less frequently because they are very sensitive to soiling.
Since two-axis automated handling machines are most frequently used to remove (pick) work
pieces from a magazine and then deposit or assemble (place) them somewhere else, they are also
called pick and place devices. The handling station for the Mechlab trainer is an example of a
pick and place device.
Two pneumatic linear axes, moves the gripper left, right, up and down.
One pneumatic gripper, opens and closes to pick up and place work piece
Four magnetic proximity sensors for detecting the position of the axes and further
components.
The following table provides an overview of the components, their significance to the handling
station and the corresponding circuit symbol
N/A
Example
Joining the lid and base of a work piece.
Integrated in the handling station is a mechanical two-jaw gripper whose gripper jaws have been
adapted to the cylindrical work piece. This gripper can be exchanged for a vacuum gripper that is
available as an accessory.
The handling station is supplied fully assembled. It may, however, be necessary to readjust the
holders for the work pieces so that the gripper can cleanly pick up and deposit the work pieces.
An aluminum profile plate with slots on which the individual components of the module are
mounted using T-head nuts serves as the base for the handling station. All other components are
likewise bolted on and can be disassembled and assembled using the supplied spanner and Allen
key. The supplied screwdriver is primarily used to adjust the one-way flow control valves.
The pneumatic tubing required can be cut to the correct length using the tubing cutter (do not use
scissors or other knives as this can result in leaks).
For commissioning, the handling subsystem must be connected to the USB port of the PC using
the EasyPort as well as to the power supply using the 24V power supply unit.
Correct wiring of the actuators and sensors must be ensured if the supplied sample programs are
to be used. The correct pin assignment is described in a schematic diagram in the sample
program.
Executing a simple task using the handling station
In a production line, the handling station often represents the interface between two
workstations. It can carry out the conveying of work pieces between two stations. The following
sample exercise explains step by-step the mode of operation of the FluidSIM® software as well
as its interaction with the handling station.
The presented solution process is just one possible version of a solution and is only provided as a
means of explaining the system.
Task
Develop a computer-aided manual control with the following functions:
Advance the x-axis when a pushbutton is actuated, but only if the cylinder is in the
retracted end position.
Retract the x-axis when a pushbutton is actuated, but only if the cylinder is in the forward
end position.
Schematic diagram of the handling setup: To start it is a good idea to produce a schematic
diagram of the mechanical setup to identify the position of the sensors and actuators. A possible
schematic diagram of the components involved in the task could look something like Figure 3.
The schematic diagram can be drawn by hand or created using a computer.
The piston of the horizontal, double-acting cylinder is to advance from its normal
position (retracted). The command for this is issued via a pushbutton in FluidSIM®.
The cylinder may only advance, however, if it is in the retracted end position. This can be
queried using the proximity sensor. This proximity sensor is labeled 1S1 in the schematic
and circuit diagrams.
The return stroke is also to be executed by means of a pushbutton signal. In this case too,
the cylinder may only retract if it was previously fully advanced.
The sensor for the forward end position is labeled 1S2 in the schematic diagram.
The horizontal cylinder is activated using a 4/2-way double solenoid valve. Switching on
the valve solenoid 1M1 advances the cylinder, switching on the valve solenoid 1M2
retracts the cylinder. Since the valve is a double solenoid valve, a short current pulse is
sufficient to keep the valve (and thus also the cylinder) in the respective switching
position.
Circuit diagram creation and programming using FluidSIM®
The supplied FluidSIM® software is used for programming. This enables the circuit to be
simulated first on the computer. If the simulation does not reveal any errors, then the station can
be directly activated and operated.
Since the test setup consists of electrical and pneumatic components, a circuit plan must be
created in the FluidSIM® program for both system components. It is recommended to create the
pneumatic circuit diagram first, followed by the electrical circuit diagram.
In preparation for creating the circuit diagram, it is first necessary to create a new page to get an
active workspace. To this end, FluidSIM® must be opened by double-clicking on the program
icon:
The one-way flow control valves should be rotated to produce a clear circuit diagram. To do this,
right-click on the symbol for the one-way flow control valve in the workspace; in the context
menu that opens, select the menu item "Rotate" followed by "270°".
Next, the tubing between the components must then be installed. This is done by dragging the
mouse over a node point of the symbol until a crosshair is displayed. With the left mouse button
pressed, move to the required node point of the next symbol. Release the left mouse button as
soon as the crosshair symbol confirms the connection.
Labels need to be set so that the link with the electrical circuit diagram and the actual hardware
can be established later. These labels are needed for all electrical components, i.e. valve
solenoids and proximity sensors.
To label the valve solenoids, right-click on the valve solenoid and select the menu item
"Properties". Enter the valve solenoid designation in the "Label" field, in this case 1M1 and 1M2
(for the first or second valve solenoid respectively of the first valve).
There are two proximity sensors on the cylinder; one in the retracted end position and one in the
forward end position. The position of one of the proximity sensors is therefore 0 mm, the
position of the other 100mm. The proximity sensors are labeled 1S1 and 1S2 (for the first and
second proximity sensors of the first cylinder).
The simulation is started by clicking on the Start button. If one of the two manual overrides is
clicked on, the valve reverses and the cylinder retracts or advances.
The components of the electrical circuit are inserted and connected in the same way as the
pneumatic components.
The workspace should look as follows after the components are inserted and wired:
To connect the electrical and the pneumatic components, the electrical components must also be
labeled.
This is done in the same way as for the pneumatic components, i.e. by right-clicking on the
component and entering the labels in an input window. Labels are needed for the valve solenoids
and the sensors.
To be able to enter the control program in the digital module, the digital module must be opened
by double clicking on it. A new window containing the digital module's input and output
channels is displayed.
Valve solenoid 1M1 is switched on when pushbutton S1 and proximity sensor 1S1 are
actuated.
Valve solenoid 1M2 is switched on when pushbutton S2 and proximity sensor 1S2 are
actuated.
This means that two AND gates are needed in the program. Since the AND gate in FluidSIM®
has three inputs, two high gates are used so that the third, redundant one can always be set to
high. Otherwise FluidSIM® would issue an error message that there is one unassigned input.
Figure 14: Digital module with logic gates
Note
Unassigned AND gate inputs are always set to high in FluidSIM®.
The logic gates are now connected and the logic program therefore created (cf. Figure 15).
Closing the input window stores the program in the digital module (or PLC). The simulation can
be started after the window closes.
The symbol for the multi-pin plug distributor is then dragged into the workspace in the
FluidSIM® program.
Figure 17: Multi-pin plug distributor symbol for connecting the station
The labels in the symbol for the multi-pin plug distributor must still be adapted. To do this, open
the symbol by double-clicking on it (Figure 18).
Labels are then modified as per Table 2. The labels must match those used in the pneumatic and
electrical circuit diagrams. The multi-pin plug symbol then establishes the connection to the
station. It is of no importance what the labels are called (1M1 is the usual designation in
engineering; the label could also be called "left valve solenoid"). It is important, though, that the
same labels are used for the same component in the pneumatic and electrical circuit diagrams
and that this component is plugged into the correct slot on the multi-pin plug distributor.
*Note*
The "Priority when hardware connected" box must be ticked. This ensures that the signals for the
actual sensors are used and not those simulated in the program.
If the simulation is now started and the pushbutton S1 is actuated, the cylinder in the station is
advanced. The status of the input and output channels is indicated in color on the multi-pin plug
symbol. On the station's multi-pin plug distributor, the status of the input and output channels is
indicated by LEDs. The program can then be extended step-by-step to incorporate the other
actuators and sensors into the station.
Figure 18: Dialog box of the multi-pin plug distributor before the labels are changed
Figure 19: Dialog box of the multi-pin plug distributor after the labels are changed
The schematic diagram, the circuit diagram and the logic program together form the technical
documentation for the project. These can be supplemented with operating instructions and data
sheets if necessary.