A - 13
4.3 Branch and Coupling Chart List............................................................................................................... 4- 5
4.4 Motion SFC Program Name .................................................................................................................... 4- 9
4.5 Steps......................................................................................................................................................... 4-10
4.5.1 Motion control step ............................................................................................................................ 4-10
4.5.2 Operation control step....................................................................................................................... 4-11
4.5.3 Subroutine call/start step................................................................................................................... 4-12
4.5.4 Clear step .......................................................................................................................................... 4-14
4.6 Transitions ................................................................................................................................................ 4-15
4.7 Jump, Pointer ........................................................................................................................................... 4-17
4.8 END .......................................................................................................................................................... 4-17
4.9 Branches, Couplings................................................................................................................................ 4-18
4.9.1 Series transition................................................................................................................................. 4-18
4.9.2 Selective branch, selective coupling................................................................................................. 4-19
4.9.3 Parallel branch, parallel coupling...................................................................................................... 4-20
4.10 Y/N Transitions....................................................................................................................................... 4-22
4.11 Motion SFC Comments ......................................................................................................................... 4-26
5. OPERATION CONTROL PROGRAMS 5- 1 to 5-94
5.1 Operation Control Programs.................................................................................................................... 5- 1
5.2 Device Descriptions ................................................................................................................................. 5- 7
5.3 Constant Descriptions.............................................................................................................................. 5- 9
5.4 Binary Operations .................................................................................................................................... 5-10
5.4.1 Substitution : =................................................................................................................................... 5-10
5.4.2 Addition : +......................................................................................................................................... 5-12
5.4.3 Subtraction :
.................................................................................................................................. 5-13
5.4.4 Multiplication : * ................................................................................................................................. 5-14
5.4.5 Division : / .......................................................................................................................................... 5-15
5.4.6 Remainder : %................................................................................................................................... 5-16
5.5 Bit Operations........................................................................................................................................... 5-17
5.5.1 Bit inversion(Complement) : ˜ ........................................................................................................... 5-17
5.5.2 Bit logical AND : & ............................................................................................................................. 5-18
5.5.3 Bit logical OR : |................................................................................................................................. 5-19
5.5.4 Bit exclusive logical OR : ^................................................................................................................ 5-20
5.5.5 Bit right shift : >>................................................................................................................................ 5-21
5.5.6 Bit left shift : <<.................................................................................................................................. 5-22
5.5.7 Sign inversion(Complement of 2) :
............................................................................................... 5-23
5.6 Standard Functions.................................................................................................................................. 5-24
5.6.1 Sine : SIN........................................................................................................................................... 5-24
5.6.2 Cosine : COS..................................................................................................................................... 5-25
5.6.3 Tangent : TAN ................................................................................................................................... 5-26
5.6.4 Arcsine : ASIN ................................................................................................................................... 5-27
5.6.5 Arccosine : ACOS ............................................................................................................................. 5-28
5.6.6 Arctangent : ATAN ............................................................................................................................ 5-29
5.6.7 Square root : SQRT .......................................................................................................................... 5-30
5.6.8 Natural logarithm : LN ....................................................................................................................... 5-31
5.6.9 Exponential operation : EXP............................................................................................................. 5-32
5.6.10 Absolute value : ABS ...................................................................................................................... 5-33
5.6.11 Round-off : RND.............................................................................................................................. 5-34