EasyManuals Logo

IDEC FT1A Series User Manual

IDEC FT1A Series
393 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #330 background imageLoading...
Page #330 background image
13: S
CRIPTS
13-26 S
MART
AXIS P
RO
/L
ITE
U
SER
'
S
M
ANUAL
FT9Y-B1378
6. Bit Functions
Example 6.1 Set a bit
Script
Operation Description
Turns D0000.01 to 1. The result is the same as [D0000.01] = 1.
Example 6.2 Reset a bit
Script
Operation Description
Turns D0000.01 to 0. The result is the same as [D0000.01] = 0.
Example 6.3 Invert a bit
Script
Operation Description
Inverts 1 and 0 in D0000.01. The result is the same as [D0000.01] = ~[D0000.01].
7. Word Functions
Arithmetic operations
Example 7.1 Maximum value
Script
Operation Description
Out of the values stored in D0100, D0110, D0120, D0130, and D0140, the maximum value is stored in D0200.
Up to 15 arguments can be used.
Example 7.2 Mininum value
Script
Operation Description
Out of the values stored in D0100, D0110, D0120, D0130, and D0140, the minimum value is stored in D0200.
Up to 15 arguments can be used.
Example 7.3 Exponential function
Script
Operation Description
Calculates the exponential function of the value of D0020 and the result is stored in D0010.
Only the data type F (float) can be used.
SET([D0000.01]);
RST([D0000.01]);
REV([D0000.01]);
[D0200] = MAX([D0100], [D0110], [D0120], [D0130], [D0140]);
[D0200] = MIN([D0100], [D0110], [D0120], [D0130], [D0140]);
[D0010] = EXP([D0020]);

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the IDEC FT1A Series and is the answer not in the manual?

IDEC FT1A Series Specifications

General IconGeneral
Programming SoftwareWindLDR
TypeProgrammable Logic Controller (PLC)
DisplayLCD (varies by model)
Communication PortsRS232C/RS485 (built-in), USB (programming), Ethernet (optional)
DimensionsVaries by model
WeightVaries by model
ModelFT1A Series

Related product manuals