Modicon PLC Flashcards
What is the maximum points that a quantum 651 PLC ccan handle?
64000
What is a PCMCIA Slot?
Personal Computer Memory Card International Association; PCMCIA cards can be used for wireless network capabilities, connecting to the internet, expanding storage capacity, and enabling modem capability.
What is the voltage range that the analog output can be calibrated for?
1-5 Volts
When would you use an EBOOL and BOOL data types?
BOOL: internal bit
EBOOL: internal bit or real output
How are discrete inputs addressed in Modicon PLC?
%Ix;
%- delimiter
I- input
x- memory location
How are discrete outputs addressed in Modicon PLC?
%Mx;
%- delimiter
M- output
x- memory location
How are analog inputs addressed in Modicon PLC?
%IW1.4.1.0;
%- delimiter
I- input
W- word
1- rack
4- slot
1- channel
0- default word for diagnostics
Note: short format %IWx also works
How are analog outputs addressed in Modicon PLC?
%MWx