Test #8 Flashcards

0
Q

Define sequential process

A

Sequential process consist of a sequence of one or more operations that must be performed in a defined order.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

Define discrete process

A

Consist of a series of distinct operations with a definite condition for initiating each operation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define time-driven sequential process

A

Time-driven sequential processes move from one operation to the next due to a time interval expiring or an absolute time value being reached.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define event driven sequential process.

A

Event driven sequential processes move from one operation to the next due to an event.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does PLC stands for?

A

Programmable logic controller

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Name the five different types of PLC programming languages.

A

Ladder diagram, sequential function charts, functional block diagram, structured text, instruction list.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

State the four different sections of the PLC.

A

Central processing unit, input/output, communication, power supply.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

State the four functions of the input/output interface section.

A

Termination, signal conditioning, isolation, indication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Explain the termination function of the input/output section.

A

The field wiring from devices located on the machine or process attaches at the input/output modules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explain the signal conditioning function of the input/output section.

A

Incoming or outgoing field values are:

1) Converted to the appropriate type;
2) Amplified to the appropriate levels;
3) Filtered;
4) Other signal conditioning depends on the device connected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Explain the isolation function of the input/output section.

A

Signals are both electrically and physically isolated via photo-optical sensors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Explain the indication section of the input/output section.

A

An indicator lamp or LED is driven by the inputn for diagnostics to indicate input or output bit status, or operational status of a device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Name the four modes of operation pf the SLC-500.

A

Run mode, program mode, single scan test mode, continuous scan test mode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Explain the run mode of operation.

A

The PLC executes the program in this mode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Explain the program mode of operation.

A

In this mode, the PLC can upload or accept a download of a program.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Explain the single scan test mode of operation.

A

In this mode, the PLC executes the program once, but the output relays are not energized.

16
Q

Explain the continuous scan mode of operation.

A

In this mode, the PLC executes the program continuously, but the output relays are not energized.

17
Q

Currently, the PLC is operating in run mode and the laptop is offline. You have just finished writing a new program. Explain the steps you would take to have the PLC run your new program.

A

You need to connect the laptop to the PLC and then go online. Once online, you need to put the PLC into program mode and then download the program.

18
Q

Describe the XIC and XIO instructions and the result of each instruction when logic 0 then logic 1 is present at the indicated bit.

A

XIC is false when logic 0 is present and true when logic 1 is present.

XIO is true when logic 0 is present and false when logic 0 is present.

19
Q

What switches are XIC and XIO akin to?

A

XIC is akin to a NO switch, XIO is akin to a NC switch.

20
Q

What is the main difference between a TON and RTO instruction in terms of their operation?

A

The TON instruction has its accumulator reset when the rung goes false. The accumulator of the RTO is not reset when the rung goes false.

21
Q

What do the mnemonics EN, DN, and TT refer to with respect to a timer?

A

EN means enable.
DN means done.
TT means timer is timing.

22
Q

Explain how you would force bit 5 of the input file high as part of a troubleshooting procedure.

A

I would select bit 5 of the input file and install a force ON. Then I would enable the forces.

23
Q

You notice that the FORCED I/O LED is blinking. What should you do?

A

It indicates that forces are installed but not enabled. I would thus enable the forces.

24
Q

How is a subroutine SBR evaluated?

A

The instruction SBR is always evaluated as true.

25
Q

What is required for a rung to be evaluated as true?

A

A continuous path of true instructions.

26
Q

Explain the process involved when a PLC tries to execute a program.

A

The PLC scans the inputs and the output image file.
It then evaluates the ladder diagram from top to bottom, left to right.
It finally updates the outputs and sends them out to the plant.

27
Q

Why is it necessary to identify the processor in the software?

A

It is necessary to identify the processor so that the software can bring up the correct instruction set and input/output configuration.

28
Q

State 4 advantages of the laptop over the HHT when programming a PLC.

A

1) Creation of larger data files;
2) Creation of longer rungs;
3) Ladder logic programs to be documented;
4) Projects can be saved to disk;
5) Complete reports on the project can be printed.

29
Q

Name and describe the four groups of keys on the HHT.

A

Data entry keys, menu function keys, cursor keys, zoom and rung keys.

30
Q

Where are programs stored in the HHT?

A

Programs are stored in the memory.