Chapter 11 - Communications Flashcards
Baud
The rate at which characters can be transmitted along a communication line. Measured in bits per second.
LAN communication conductors
Twisted Pair, Coaxial Cable, Fiber Optics
LAN protocols
Token Passing: Whichever node carrying the token has exclusive, temporary use of the system to send data.
Carrier Sense Multiple Access/Collision Detection: Nodes listen for data being sent, collision occurs when data is submitted simultaneously.
LAN topologies
Ring, Star and Bus
Ring Topology
Nodes are connected in series to form a loop. Popular for token-passing protocols. If any node fails the system crashes. A reamplifier or repeater may be needed if there is a significant distance in cable length
Star Topology
Robots are connected to a central control node, either a computer or another robot. Routing of traffic is done by the control node. Best used for remote robots with a main controller.
Bus Topology
Nodes are linked to a single main communication line. Data is broadcast in either direction and multiple nodes can tap into the bus and communicate with each other. Common for ethernet. If cable is damaged the whole segment is inoperable.
Master/Slave network- uses two pairs of conductors, one for the master to send to slaves and the other for the slaves to send to master.
Broadband
One cable carries several frequencies that are assigned to specific devices connected to the cable, bidirectional
Baseband
Several devices are connected to one cable using time-sharing. Each device has a time slot for data transmission. One directional.
Twisted Pair Cables
Type of transmission media. UTP (unshielded), STP (shielded). UTP is used widely in Ethernet. Capable of transmitting 100 megabaud over distances up to 100m. Low noise immunity.
Coaxial Cables
Tranmission media. Copper conductor wiring. Can be baseband (1in, 10 megabits per second) or broadband (1/2 in, 100 megabaud over 40km). Also can be LAN cables: ThickNet or ThinNet. Very good noise immunity.
Fiber Optic Cables
Use LED or injection lasers to transmit data. Received at the other end at PIN diode and avalanche detector. Can carry 1000 megabaud over 10km. Difficult to install and costly. Excellent noise immunity.
RS-232-C/RS-422
Used to interconnect data terminal equipment, robots, computers, PLCs and peripherals. Transmits 19.2 kilobaud over 10m and <10megabaud over 1000m.
OSI Model
Physical - physical connection between communicating devices
Data Link - breaks data being transmitted into groups or frames
Network - traffic control and routing of data packets (IP)
Transport - error free transmission of data from source to destination (TCP)
Session - provides name/address, allows user access, security
Presentation - data is restructured to allow non-proprietary devices to communicate
Application - provides all services directly comprehensible to application program
Controller Area Network (CAN)
Comprises the first two layers of the OSI model (data and physical). Used to control a robot, lets you connect devices directly to plant floor controllers without hardwiring each device into an I/O module