EasyManua.ls Logo

IDEC WindO/I-NV4 User Manual

IDEC WindO/I-NV4
1738 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 #1198 background imageLoading...
Page #1198 background image
5 Script Coding Examples
20-42 WindO/I-NV4 User’s Manual
5.5 Bitwise Operators
Script
Operation description
If the bitwise logical AND operation on the values of LM100 and LM101 is 1, LM200 changes to 1.
If the bitwise logical AND operation on the values of LM100 and LM101 is 0, LM200 changes to 0.
The operation is the same as the following ladder diagram.
Script
Operation description
If the bitwise logical OR operation on the values of LM100 and LM101 is 1, LM200 changes to 1.
If the bitwise logical OR operation on the values of LM100 and LM101 is 0, LM200 changes to 0.
The operation is the same as the following ladder diagram.
Script
Operation description
The logical XOR operation on the value of LDR100 and each bit in 0xFF is stored in LDR200.
For example, if the value of LDR100 is 15 (0x0F), then LDR200 is 240 (0xF0).
Example 5.5.1 Logical AND
if ([LM 100] & [LM 101])
{
SET([LM 200)]);
}
else
{
RST([LM 200]);
}
LM100 LM101
LM200
Example 5.5.2 Logical OR
if ([LM 100] | [LM 101])
{
SET([LM 200]);
}
else
{
RST([LM 200]);
}
LM100
LM101
LM200
Example 5.5.3 Logical XOR (exclusive OR)
[LDR 200] = [LDR 100] ^ 0xFF;

Table of Contents

Question and Answer IconNeed help?

Do you have a question about the IDEC WindO/I-NV4 and is the answer not in the manual?

IDEC WindO/I-NV4 Specifications

General IconGeneral
Touch PanelResistive film
Backlight Life50, 000 hours
Communication PortsRS-232C, RS-422/485
Power Supply24V DC
Operating Temperature0 to 50°C (32 to 122°F)
Storage Temperature-20 to 60°C (-4 to 140°F)
Vibration Resistance10 to 57 Hz, 0.075 mm amplitude, 57 to 150 Hz, 9.8 m/s² acceleration
Shock Resistance147m/s² (15G), 3 times in each direction of X, Y, and Z axes
Protection RatingIP65 (front panel)