11 PROCESS CONTROL INSTRUCTIONS
11.2 I/O Control Instructions
1231
11
■Input value increment operation processing
In input value increment operation processing, the following processing is performed for the input value (E1).
■Integration value calculation processing
In integrated value calculation processing, the following processing is performed for the input value increment (T1).
*1 In the case of integration stop/reset (e1 = 0), processing is performed by assuming it as integration hold clear (e2 = 0).
■Output conversion processing
In output conversion processing, the following processing is performed for the integrated values (T2, T3).
e1 e2 Input value increment (T1)
00
01
10E1-E1
n-1
11
e1 e2 Integrated value (decimal part) (T2), integrated value (decimal part) (T3)
00T2 = 0
T3 = 0
01T2 = 0
T3 = 0
*1
10T4 = {(T1W)U} quotient <integral part>
T5 = {(T1W)U} remainder <decimal part>
T2 = SUM1 + T4 + [{(SUM2 + T5)U} quotient] <integral part>
T3 = {(SUM2 + T5)U} remainder <decimal part>
11T2 = SUM1
T3 = SUM2
SUMPTN Condition BW1, SUM1 BW2, SUM2
0T2 HILMT BW1 = T2remainder of HILMT
SUM1 = T2remainder of HILMT
BW2 = T3
SUM2 = T3
Others BW1 = T2
SUM1 = T2
BW2 = T3
SUM2 = T3
1T2 HILMT BW1 = HILMT
SUM1 = HILMT
BW2 = 0
SUM2 = 0
Others BW1 = T2
SUM1 = T2
BW2 = T3
SUM2 = T3
Error code
(SD0)
Description
3400H An invalid operation (such as division by zero) is performed.