S
MART
AXIS P
RO
/ L
ITE
U
SER
'
S
M
ANUAL
FT9Y-B1378
13-23
13: S
CRIPTS
4. Arithmetic Operators
Example 4.1
Addition
Script
Operation Description
The values of D0100 and D0200 are added together and the result is stored in D0300.
Example 4.2
Subtraction
Script
Operation Description
The value of D0200 is subtracted from the value of D0100 and the result is stored in D0300.
Example 4.3
Multiplication
Script
Operation Description
The values of D0100 and D0200 are multiplied together and the result is stored in D0300.
Example 4.4
Division
Script
Operation Description
The value of D0100 is divided by the value of D0200 and the result is stored in D0300.
Example 4.5
Modulo
Script
Operation Description
The value of D0100 is divided by the value of D0200 and the remainder is stored in D0300.
[D0300] = [D0100] + [D0200];
[D0300] = [D0100] - [D0200];
[D0300] = [D0100]
*
[D0200];
[D0300] = [D0100] / [D0200];
[D0300] = [D0100] % [D0200];
Summary of Contents for SmartAXIS FT9Z-1A01
Page 1: ...FT9Y B1378 7...
Page 10: ...TABLE OF CONTENTS Preface 9 SMARTAXIS PRO LITE USER S MANUAL FT9Y B1378...
Page 212: ...7 DEVICE ADDRESSES 7 16 SMARTAXIS PRO LITE USER S MANUAL FT9Y B1378...
Page 230: ...8 INSTRUCTIONS FUNCTION BLOCKS REFERENCE 8 18 SMARTAXIS PRO LITE USER S MANUAL FT9Y B1378...
Page 344: ...13 SCRIPTS 13 36 SMARTAXIS PRO LITE USER S MANUAL FT9Y B1378...
Page 386: ...APPENDIX Appendix 16 SMARTAXIS PRO LITE USER S MANUAL FT9Y B1378 Japanese Font JIS X0201...
Page 393: ......