Function List; How To Read Function Table - Mitsubishi Electric M800VW Series Programming Manual

Plc programming
Hide thumbs Also See for M800VW Series:
Table of Contents

Advertisement

M800V/M80V Series PLC Programming Manual (1/2)
6 Explanation of Instructions and Functions

6.2 Function List

6.2 Function List

6.2.1 How to Read Function Table

The function tables have been made according to the following format.
Function
Argument
name
(s1) (s2) ...(s28) (d)
ADD_E
MUL_E
(s1) (s2) ...(s28) (d)
SUB_E
(s1) (s2) (d)
DIV_E
(s1) (s2) (d)
(1)
(1) Indicates a function name used in a program.
"Function name(_E)" is used as a function with EN/ENO. Without "_E", it is used as a a function without EN/ENO.
For the explanations on functions with EN/ENO of application function, refer to "10 Application Functions".
(2) Indicates the argument of functions.
Symbol
(s)
Source
(d)
Destination
(3) Indicates processing details of each function.
(4) Indicates that the function is usable in Structured Text.
○ : Function that is usable in Structured Text
-: Function that is not usable in Structured Text
Outputs the sum of the input values. ((s1) + (s2) + ... + (s28))
Outputs the product of the input values. ((s1) × (s2) × ... × (s28))
Outputs the difference between the input values.((s1) - (s2))
Outputs the quotient of the input values.((s1)/(s2))
(2)
Name
Stores data prior to operation.
Indicates a destination where data will be sent after an operation.
Processing details
(3)
Description
93
S T
(4)
IB-1501667-B

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents