IAI America TT-C3 User Manual
Page 77

67
INTELLIGENT ACTUATOR
Chapter 3 X
SEL Lanhuage Data
1.
V
alues
and
Symbols
Used
in
SEL
Language
1-7 Subroutines
By taking out the parts of a program that are used repeatedly and registering them as
“subroutines,” the same processing can be performed with fewer steps. (A maximum of 15 nests
are accommodated.)
They are used only in each program.
Command Operand
1
EXSR
Subroutine number (Integer between 1 and 99;
variable is also supported)
Subroutine execution command
Command Operand
1
BGSR
Subroutine number (Integer between 1 and 99)
Subroutine start declaration
Command Operand
1
EDSR
---
Subroutine end declaration
Subroutines are called.
Subroutines