EasyManua.ls Logo

IDEC SmartAXIS Touch FT1A Series User Manual

IDEC SmartAXIS Touch FT1A Series
1232 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 #885 background imageLoading...
Page #885 background image
SmartAXIS Touch User’s Manual 20-15
4 Script Definition Method
20
Script
Halt and exit
Operator
Device, constant, and temporary device are described as , here, and expression is described as ,
, .
Relational operator
Logical operator
Arithmetic operator
Format Description
break
while ( )
{
if ( )
{
;
break;
}
;
}
;
Process will be as follows while the conditional expression 1 is satisfied.
Execution line 2 is continuously executed while the conditional expression 2 is
not satisfied.
Once the conditional expression is satisfied, it will go out of the loop by break
(not executing execution line 2), and execution line 3 is executed.
break
switch ( )
{
case constant 1:
;
break;
case constant 2:
;
break;
}
;
When the conditional expression 2 matches the constant 1, it will halt the
determination of constant 2 by break after executing execution line 1, and
process will move to execution line 3.
return
return;
It will exit the script, and execute the next parts or script.
Operator Format Description
== ==
Compares if is equal to .
!= !=
Compares if is not equal to .
< <
Compares if is less than .
<= <=
Compares if is equal or less than .
> >
Compares if is greater than .
>= >=
Compares if is equal or greater than .
Operator Format Description
&& ( )
&&
()
Calculates the logical product (AND) of and .
|| ( )
||
()
Calculates the logical sum (OR) of and .
!!()
Reverses the logic of .
Operator Format Description
+ +
Adds and .
- -
Subtracts from .
* *
Multiplies and .
/ /
Divides by .
% %
Calculates remainder after dividing by .

Table of Contents

Question and Answer IconNeed help?

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

IDEC SmartAXIS Touch FT1A Series Specifications

General IconGeneral
ModelFT1A Series
Display TypeTFT LCD
Power Supply24V DC
CertificationsCE, UL, cUL
Display Size5.7 inch
Resolution320 x 240 pixels
Touch PanelResistive
Programming LanguageLadder Logic, Function Block Diagram
Communication PortsEthernet, RS-232, RS-485, USB
Operating Temperature0°C to 55°C
Storage Temperature-20°C to 70°C
Vibration Resistance10 to 57 Hz, 0.075mm amplitude; 57 to 150 Hz, 9.8 m/s² acceleration
Shock Resistance147 m/s², 3 times each in X, Y, Z directions
Protection RatingIP20

Related product manuals