
5. FUNCTIONAL INSTRUCTIONS
B–61863E/15
PMC SEQUENCE PROGRAM
144
Table 5 (a) Types and processing of functional instructions (4) Part 2
Model
Name
SUB
number
Processing Series 16-MODEL C/Series 18-MODEL C
number
PMC-SB5 PMC-SB6
ADDB 36 Binary Addition f f
SUB 20 Subtraction f f
SUBB 37 Binary subtraction f f
MUL 21 Multiplication f f
MULB 38 Binary multiplication f f
DIV 22 Division f f
DIVB 39 Binary division f f
NUME 23 Definition of constant f f
NUMEB 40 Definition of binary constant f f
DISP 49 Message display (Caution) n n
DISPB 41 Extended message display f f
EXIN 42 External data input f f
AXCTL 53 PMC axis control f f
WINDR 51 Window data read f f
WINDW 52 Window data write f f
FNC9X 9X Arbitrary functional ins.
MMC3R 88 MMC3 window data read f f
MMC3W 89 MMC3 window data write f f
MMCWR 98 MMC2 window data read f f
MMCWW 99 MMC2 window data write f f
DIFU 57 Rising edge detection f f
DIFD 58 Falling edge detection f f
EOR 59 Exclusive OR f f
AND 60 Logical production f f
OR 61 Logical Add f f
NOT 62 Logical Negation f f
END 64 End of subprograms f f
CALL 65 Conditional subprogram call f f
CALLU 66 Unconditional subprogram call f f
SP 71 Subprogram f f
SPE 72 End of a subprogram f f
NOP 70 No operation n n
: Cannot be used f : Can be used n : Can be used (with some restrictions)
CAUTION
On the PMC–SB5/SB6, DISP is provided only for the compatibility with Series 16 MODEL A/B. On the
Series 16/18 MODEL C, it is recommended to use DISPB instead of DISP because some extended
functions such as high speed display and display of double sized character are available only with DISPB.
On the Series 16/18 MODEL C, if both DISP and DISPB are used in the same sequence program, double
sized character can not be displayed by DISPB.