The acronym for Programmable Logic Controller
What is "PLC"?
An output instruction that can turn on a digital output.
What is a coil or OTE?
_____ _____ software is used to program Allen-Bradley PLCs.
What is Studio 5000?
Can be used to verify an output device is working properly by __________ on the output address.
What is Forcing?
The number of PLC Stations in the RMET341 lab.
What is six?
What is Run?
This type of timer begins timing once its rung in (enable) condition transitions from true to false.
What is a Timer Off or TOF?
A ___________ is the only one executed by a Program.
What is the Main Routine?
The first thing to look at when troubleshooting a PLC based automation system.
What are the state of the PLC and module indicators or HMI?
The number of times donuts were brought into RMET340.
What is two?
A component of a PLC system that receives signals from sensors.
What is an input module?
A _____________ will keep a motor output on after release of momentary push button.
What are latch or seal-in?
Used to help organize your logic into smaller more manageable content.
What is a Jump to Subroutine or JSR?
A ________ can be used in Studio5000 to monitor very fast digital signals changing state.
What is a Trend?
Two key requirements for a CAT 3 rated safety system.
What are Redundancy and Diagnostics?
A graphical programming language that resembles electrical relay diagrams
What is Ladder Logic?
Symbol used to represent a _______ contact in ladder logic
What is normally closed (XIO)?
To transfer a completed project from Studio 5000 to the PLC is to
What is download?
This type of logic is very important to detect anomalies and subsequently stop the machine or process.
What is Fault Detection Logic?
A common ___________ is required for two devices to communicate with each other on an industrial Ethernet network.
What is protocol?
This type of module can vary the position of a proportional valve.
What is an analog output module?
Two instructions that can be used as a FIFO to move data to/from an array
What are FFL (FIFO load) and FFU (FIFO unload)?
__________ are four languages typically supported by PLC's.
What are Ladder Logic, FBD, Structured Text, SFC? (Also Instruction List)
A __________ instruction can be used to verify if an input module is running or not.
What is a GSV (Get System Variable)?
The three gain terms that stand for PID in a process control application, such as temperature control.
What are Proportional, Integral and Derivative?