Lab Test 1 Flashcards
manufacturers of PLC
Allen Bradley (we use this), Siemens, Mitsubishi, Automation Direct, etc.
terminals
start at zero
microprocessors have 3 modes
- programming mode
- run mode
- remote mode (remote programming/run)
reverse logic
- on hardwire: normally closed L.S. switch
- input diagram: normally open L.S. switch
- PLC logic: normally closed L.S. switch
two PLCs in lab
- RSLogix500 (address based)
- RSLogix5000 (tag based)
building HMI
use PV550 (panel builder software)
counters
can have C5:0 to C5:99 (up to 100 counters)
B 3/0
internal relay coil (binary coil)
HMIs
dont use address, they use tags
full speed
full speed occurs at 10 volts = 2^15 = 32767 bits = 3600 RPM = 60 Hz
zero speed
0 volts = 0 Hz
motor pulses
there are three pulses for every motor turn
so if you put in 1500, there is 500 turns
things you can set on the variable frequency drive
- min frequency
- max frequency
- acceleration
- deceleration
15 bits
- can only use 15 of the 16 bits because the first bit is a sign bit
- this is where 32767 comes from (2^15)
number of digital inputs and outputs
16 inputs/outputs can be hooked up (I:1/0 through I:1/15 and O:2/0 through O:2/15)