SmartAXIS Touch User's Manual 12-27
2 Ladder Program
12
Control Function
DTMS
1-msec Dual Timer
While input is on, destination device D1 repeats to turn
on and off for a duration designated by devices S1 and
S2, respectively.
The time range is 0 through 65.535 sec.
NO
TTIM
Teaching Timer
While input is on, the ON duration is measured in units of
100 ms and the measured value is stored to a data
register designated by destination device D1.
The measured time range is 0 through 6553.5 sec.
NO
RAD
Degree to Radian
When input is on, the degree value designated by source
device S1 is converted into a radian value and stored to
the destination designated by device D1.
S1·S1+1° /180 → D1·D1+1 rad
YES
DEG
Radian to Degree
When input is on, the radian value designated by source
device S1 is converted into a degree value and stored to
the destination designated by device D1.
S1·S1+1 rad 180/ → D1·D1+1°
YES
SIN
Sine
When input is on, the sine of the radian value designated
by source device S1 is stored to the destination
designated by device D1.
sin S1·S1+1 → D1·D1+1
YES
COS
Cosine
When input is on, the cosine of the radian value
designated by source device S1 is stored to the
destination designated by device D1.
cos S1·S1+1 → D1·D1+1
YES
TAN
Tangent
When input is on, the tangent of the radian value
designated by source device S1 is stored to the
destination designated by device D1.
tan S1·S1+1 → D1·D1+1
YES
ASIN
Arc Sine
When input is on, the arc sine of the value designated by
source device S1 is stored in radians to the destination
designated by device D1.
asin S1·S1+1 → D1·D1+1 rad
If the S1·S1+1 value is not within this range, an
indefinite value is stored to D1·D1+1.
The S1·S1+1 value must be within the following range:
-1.0 S1·S1+1 -1.0
If the S1·S1+1 value is not within this range, an
indefinite value is stored to D1·D1+1.
YES
ACOS
Arc Cosine
When input is on, the arc cosine of the value designated
by source device S1 is stored in radians to the
destination designated by device D1.
acos S1·S1+1 → D1·D1+1 rad
If the S1·S1+1 value is not within this range, an
indefinite value is stored to D1·D1+1.
The S1·S1+1 value must be within the following range:
-1.0 S1·S1+1 -1.0
I
f the S1·S1+1 value is not within this range, an
indefinite value is stored to D1·D1+1.
YES
ATAN
Arc Tangent
When input is on, the arc tangent of the value
designated by source device S1 is stored in radians to
the destination designated by device D1.
atan S1·S1+1 → D1·D1+1 rad
YES
LOGE
Natural Logarithm
When input is on, the natural logarithm of the binary
data designated by source device S1 is stored to the
destination designated by device D1.
log
e
S1·S1+1 → D1·D1+1
YES
LOG10
Common Logarithm
When input is on, the common logarithm of the binary
data designated by source device S1 is stored to the
destination designated by device D1.
log
10
S1·S1+1 → D1·D1+1
YES
Symbol Name and Diagram Function
Interrupt
Program
Execution
D2
*****
S2
*****
DTMS S1
*****
D1
*****