FE MONITOUCH V8 SERIES Reference: Additional Functions page 370

Table of Contents

Advertisement

23 Macro
Overview
• You can obtain a sine, cosine, or tangent of trigonometric functions by using macro commands.
• A conditional branch macro is added for a comparison macro so that a comparison command can
be executed more simply.
• You can designate a file name when creating a CSV file or using the hardcopy function.
Macro Commands List
The macro commands given below have newly been added.
Category
Command Name
ABS
NEG
SIN
Mathematics/
COS
trigonometric
TAN
ASIN
ACOS
ATAN
DEG
RAD
CLND_TO_GRE
GRE_TO_CLND
Conversion
FORMAT_DATA
FORMAT_STR
IF
Comparison
ELSE
ENDIF
SMPL_CSV2
CF Card
(Sampling)
SMPL_CSVBAK2
Mnemonic
F0 = ABS (F1) (W)
F0 = ABS (F1) (D)
F0 = ABS (F1) (F)
F0 = NEG (F1) (W)
F0 = NEG (F1) (D)
F0 = NEG (F1) (F)
F0 = SIN (F1) (F)
F0 = COS (F1) (F)
F0 = TAN (F1) (F)
F0 = ASIN (F1) (F)
F0 = ACOS (F1) (F)
F0 = ATAN (F1) (F)
F0 = DEG (F1) (F)
F0 = RAD (F1) (F)
CLND_TO_GRE (F0) (F1)
(F2)
GRE_TO_CLND (F0) (F1)
(F2)
FORMAT_DATA (F0) (F1)
(F2)
FORMAT_STR (F0) (F1)
(F2)
IF (F0 (condition) F1) (W)
IF (F0 (condition) F1) (D)
IF (condition 2) (F0) (B)
ELSE
ENDIF
SMPL_CSV2 (F0) (F1)
SMPL_CSVBAK2 (F0) (F1)
Contents
Absolute value
Sign inversion
Sine
Cosine
Tangent
Arcsine
Arccosine
Arctangent
Convert radian to degree
Convert degree to radian
Conversion from calendar
data to GMT-based UNIX time
Conversion from GMT-based
UNIX time to calendar data
Conversion from a string to
numerical data
Conversion from numerical
data to a string
Conditional branch
CSV file creation
(file name designation)
CSV file backup saving
(file name designation)
23
Macro
23
Refer to:
page 23-3
page 23-4
page 23-5
page 23-6
page 23-7
page 23-8
page 23-9
page 23-10
page 23-11
page 23-12
page 23-13
page 23-15
page 23-17
page 23-21
page 23-25
page 23-27
page 23-29
23-1

Advertisement

Table of Contents
loading

Table of Contents