Chapter 16 PLC Function Applications
MS300
(High Speed Model)
16-25
16-5-1 Introduction to device functions
Input/output contact functions
Input contact X functions: Input contact X is connected with an input device, and reads input signals
entering the PLC. The number of times that contact A or B of input contact X is used in the program is
not subject to restrictions. The On/Off state of input contact X will change as the input device
switches On and Off; a peripheral device (WPLSoft) cannot be used to force contact X On or Off.
Output contact Y functions
The job of output contact Y is to send an On/Off signal to drive the load connected with output contact
Y. Output contacts consist of two types: relays and transistors. While number of times that contact a
or b of each output contact Y is used in the program is not subject to restrictions, it is recommended
that the number of output coil Y be used only once in a program, otherwise the right to determine the
output state when the PLC performs program scanning will be assigned to the program's final output
Y circuit.
Numerical value, constant [K] / [H]
Constant
Single-byte
K Decimal
K-32,768 ~ K32,767
Double-byte
K-2,147,483,648~K2,147,483,647
Single-byte
H Hexadecimal
H0000 ~ HFFFF
Double-byte
H00000000 ~ HFFFFFFFF
The PLC can use five types of numerical values to implement calculations based on its control tasks;
the following is an explanation of the missions and functions of different numerical values.
Binary Number, BIN
The PLC's numerical operations and memory employ binary numbers. Binary nibbles and relevant
terms are explained as follows:
Bit
Bits are the fundamental units of binary values, and have a state of either 1 or 0
Nibble
Comprised of a series of 4 bits (such as b3-b0); can be used to express a
one-nibble decimal number 0-9 or hexadecimal number: 0-F.
Byte
Comprised of a series of two nibbles (i.e. 8 bits, b7-b0); can express a
hexadecimal number: 00-FF.
Word
Comprised of a series of two bytes (i.e. 16 bits, b15-b0); can express a
hexadecimal number with four nibbles: 0000-FFFF.
Double Word
Comprised of a series of two words (i.e. 32 bits, b31-b0); can express a
hexadecimal number with eight nibbles: 00000000-FFFFFFFF
Summary of Contents for VFD11AMS21AFSHA
Page 5: ...IV This page intentionally left blank...
Page 8: ...Chapter 1 Introduction MS300 High Speed Model 1 3 1 2 Model Name 1 3 Serial Number...
Page 20: ...Chapter 3 Installation MS300 High Speed Model 3 3...
Page 21: ...Chapter 3 Installation MS300 High Speed Model 3 4 This page intentionally left blank...
Page 24: ...Chapter 4 Wiring MS300 High Speed Model 4 3 4 1 Wiring...
Page 25: ...Chapter 4 Wiring MS300 High Speed Model 4 4 Figure 1...
Page 27: ...Chapter 4 Wiring MS300 High Speed Model 4 6 4 2 System Wiring Diagram...
Page 43: ...Chapter 6 Control Terminals MS300 High Speed Model 6 6 This page intentionally left blank...
Page 91: ...Chapter 8 Optional Cards MS300 High Speed Model 8 8 Frame F Fig 8 16...
Page 115: ...Chapter 9 Specification MS300 High Speed Model 9 10 This page intentionally left blank...
Page 123: ...Chapter 10 Digital Keypad MS300 High Speed Model 10 8 This page intentionally left blank...
Page 293: ...Chapter 13 Warning Codes MS300 High Speed Model 13 6 This page intentionally left blank...
Page 303: ...Chapter 14 Error Codes MS300 High Speed Model 14 10 This page intentionally left blank...