0% found this document useful (0 votes)
26 views19 pages

IDEC Smart Relay Manual

The document is an operations manual for the IDECSMART Relay Model FL1E-H12RCA, detailing its physical adjustments, programming instructions, and various function blocks. It includes information on general and special function blocks, including AND, OR, and timer blocks, along with their logical functions and programming steps. The manual serves as a comprehensive guide for users to effectively operate and program the Smart Relay.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views19 pages

IDEC Smart Relay Manual

The document is an operations manual for the IDECSMART Relay Model FL1E-H12RCA, detailing its physical adjustments, programming instructions, and various function blocks. It includes information on general and special function blocks, including AND, OR, and timer blocks, along with their logical functions and programming steps. The manual serves as a comprehensive guide for users to effectively operate and program the Smart Relay.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

JULY 23, 2014

OPERATIONS MANUAL
IDECSMART RELAY MODEL FL1E-H12RCA

JAVIER MARTINEZ GARCIA


Content
Physical adjustment of the Smart Relay. 2
Starting to program. 5
How to program blocks?. 7
Function blocks of the Smart relay. 9
General Function Blocks (GF). 9
AND Block. 9
AND block with rising edge detectiona ................................................................................. 10
NAND Block. 10
NAND block with rising edge detector. 11
OR Block. 11
NOR gate. 12
XOR Block. 12
Block NOT ......................................................................................................................................... 13
Special function blocks (SF)......................................................................................................... 14
On Delay Block. 14
Off-Delay Block. 15
On/Off Block Delay........................................................................................................................... 15
Retentive on-delay block. 16
Time interval block. 16
Time delay block with rising edge.. 17
Asynchronous pulse generator block.. 17
Double function switch block. 18
Pulse counter block. 18
Physical adjustment of the Smart Relay
Before starting to work with our Smart relay, it is necessary to make the necessary adjustments to ensure that
this can work correctly.

For this, we will need to obtain a 24v power supply, along with a few cables that will be useful to us.
to empower all outputs.

First, all the outputs located at the bottom of the Smart relay must be identified.
They are marked with the designation from Q1 to Q4. Once identified, bridges need to be connected to them in such a way.
so that the pin #1 of all the outputs are bridged. It should be left in the following way.

Finishing this, it is necessary to power our Smart relay, so we will connect the positive (+)
from our cables to pin P1 at the top of the Smart relay, as well as the negative cable (-) to pin P2.
After connecting them, the screen will turn on, and we will know that we are almost ready to start.
to program.

First of all, it is also necessary to empower our outputs so that they can turn on any
device that we put on it, so we need to make a bridge from P1 to Q1. We also need
leave an open bridge of pin P2, as we need it as a common negative to be able to close the
circuit of everything that is connected to the output.
Including these 2 cables, the Smart relay should be as follows:

(Where coffee is + and blue is -)

For the connection of any input it is necessary to follow the following diagram:

For any sensor:


For any switch:
Starting to code
Before starting to program, it is necessary to know what each of the menus, letters, or
denominations within the Smart relay, so we don't get lost in the programming process.

The Smart relay has different menus, but we will explain each of the screens.
At the beginning, we have the screen:

To program...
Card...
Config…

Start

When selecting the scheduling option, we will see:

Edit... Allows editing the program

Delete prog Allows you to delete the program

Password It allows you to set a password for protection

ConfNotice Allows editing the program

If we select Card, we enter the PC programming mode and the following will appear.
screen
If we select settings, the different configurations of the Smart Relay will appear.
next screen:

(The BM AI NUM option is not available in this model)

Knowing already what screens are, we move on to understanding what keywords are when it comes to
program

Function Abbreviation
Entry I1…I8
Exit Q1...Q4
Active hi
Inactive the
It does not exist x
Function GF
General
Function SF
special
Block B1…B9
Relay M1…M26
Parameters By

Finally, if we select Start, the program will run with the latest changes made to the
edit menu.
How to program blocks?
To start programming function blocks, we need to keep something in mind, the logic of the Smart
relay is different from any logic used in ladder (or graphical) programming of a circuit
PLC because we do not have enough space to see the entire network while programming. It is because
this device is programmed from right to left, and not from left to right as
We are used to it.

As we see the
Exit Q1 is
connected to a
block that in itself
is conditioned
to another block
in order to be able to

make it work

Direction when programming the Smart relay.

To program a block, it is only necessary...

Go to the programming menu, in the edit option and enter EditProg.


Select the output we want to activate and click ok.

Use the down arrow (↓) and select the type of input we want to give (In this case
we will use a general function block [GF] and select the desired block

Indicate what the entries of the block will be and once ready, just swipe to the right until you see the
output Q1 again, along with its activator on the left side.
Function blocks of the Smart relay
Before we start programming, we need to know what function blocks exist in the
Smart relay, how to access them and what each one is for.

General Function Blocks (GF)


General function blocks are those blocks that simulate the use of a logic gate, and
this can be programmable depending on the inputs you want to give it. Its main objective is to be
condition that compares 1 or more inputs and, depending on the block being used, have
the result corresponding to the logic of the block.

AND Block
View inside the Smart Relay:

Function:

It only activates when all inputs are activated.

Logical table:

(Where 1 is active and 0 inactive)

Entry 1 Entry 2 Exit


0 0 0
0 1 0
1 0 0
1 1 1
AND block with rising edge detection
View in the Smart Relay:

Function:

It only activates when all inputs are active and only provides the rising pulse within the signal.
digital.

Logical table:

(Where 1 is active and 0 is inactive)

Entry 1 Entry 2 Exit


0 0 0
0 1 0
1 0 0
1 1 1

NAND block
View in the Smart Relay:

Function:

It is the inverse of the AND gate and has the opposite effect of what AND does, as it only deactivates if all
The tickets are active.

Logical table:

(Where 1 is active and 0 inactive)

Entry 1 Entry 2 Exit


0 0 1
0 1 1
1 0 1
1 1 0
NAND block with rising edge detector
View on the Smart relay:

Function:

It is the same as the NAND function, but it only uses the rising edge signal of the digital output.

Logical table:

(Where 1 is active and 0 inactive)

Entry 1 Entry 2 Exit


0 0 1
0 1 1
1 0 1
1 1 0

OR Block
View on the Smart relay:

Function:

This block will activate its output when any of the inputs is active.

Logical table:

(Where 1 is active and 0 is inactive)

Entry 1 Entry 2 Exit


0 0 0
0 1 1
1 0 1
1 1 1
NOR gate
View in the Smart relay:

Function:

This block is the inverse of the OR block and will only activate its output when all inputs are
deactivated

Logical table:

(Where 1 is active and 0 is inactive)

Entry 1 Entry 2 Exit


0 0 1
0 1 0
1 0 0
1 1 0

XOR Block
View in the Smart relay:

Function:

This block will only be activated when the entries have an uneven activation.

Logical table:

(Where 1 is active and 0 inactive)

Entry 1 Entry 2 Output


0 0 0
0 1 1
1 0 1
1 1 0
NOT block
View from the Smart Relay:

Function:

This is just a signal inverter, which converts 0 to 1 and 1 to 0

Logical table:

(Where 1 is active and 0 inactive)

Entry Exit
0 1
1 0
Special function blocks (SF)
These blocks are different from those of general function, as they include parameters, as these blocks are
counters, or timers, that are used for specific tasks. This type of block also uses inputs and
outputs, but it needs time parameters or accounts to be able to be activated or deactivated, any
let that be the case. Before looking at the specific blocks, we will see what words and abbreviations are used
in these blocks.

Word Function
S Set
R Reset
Square Trigger
Cnt Count
Fre Frequency
Dir Address
In Enable
Inv Invest
Ral Reset everything

Now we will talk about the most important special function blocks.

On Delay Block
Description:

The output only activates when the on-time has expired.

Symbol in the Smart Relay Connection Description


Tgr (Trigger) It is the input signal that
will activate the timer in the
parameters
Per (Parameters) T represents the time that to
being expired the output is activated

Exit Q When the time in T expires


this output is activated
Off-Delay Block
Description:

The output is only disabled when the scheduled time has expired.

Symbol in the Smart Relay Connection Description


Tgr (Trigger) It is the input signal that
will activate the timer in the
parameters
Par (Parameters) T represents the time that to
being expired the output is activated

Input R (reset) Reset the elapsed time


in the parameters

Exit Q When the time in T expires


this output is activated

On/Off Delay Block


Description:

Make the output turn on when TH is on for the programmed time and TL turns it off.
for another scheduled time

Symbol in the Smart Relay Connection Description


Tgr (Trigger) It is the input signal that
will activate the timer in the
parameters
Par (Parameters) TH represents the time that to
if expired the output is activated
TL represents the time that to
to be expired the output is
deactivate
Output Q When the time in T expires
this output is activated
Retentive on-delay block
Description:

The output only activates when the scheduled time has expired and remains on even when
the switch is no longer pressed, until the reset restarts the output

Symbol on the Smart Relay Connection Description


Tgr (Trigger) It is the input signal that
it will activate the timer in the
parameters
Par (Parameters) T represents the time that to
being expired the exit is activated

Entry R (reset) Reset the elapsed time


in the parameters

Output Q When the time in T expires


this output is activated

Time interval block


Description:

Make the output activated only from the moment the button is pressed until the programmed time.
expire

Symbol in the Smart Relay Connection Description


Tgr (Trigger) It is the input signal that
will activate the timer in the
parameters
Par (Parameters) Time T is the time by which
that will remain lit
exit

Exit Q When the time in T expires


this output is disabled
Time delay block with rising edge
Descripción:

The output is activated after the TL timer expires and is deactivated as TH expires, but only
Recognizes the rising edge of the desired input

Symbol on the Smart Relay Connection Description


Tgr (Trigger) It is the input signal that
will activate the timer in the
parameters
By (Parameters) TL represents the time that to
being expired the exit is activated and
The time when
finish the output of deactivate

Input R (reset) Reset the elapsed time


in the parameters

Output Q When the time in T expires


this output is activated or
deactivated

Asynchronous pulse generator block


Description:

It serves to create a programmable pulse output.

Symbol on the Smart Relay Connection Description


Entry IN It is used to activate or deactivate the
pulse generator

Par (Parameters) TL can be modified to


change the pulse length

Entry INV It is used to invert the signal of


output of the generated

Exit Q The output is disabled or enabled


according to how this is
accommodated TH and TL
Double function switch block
Description:

It serves to make a button that turns a timer on and off and disables the output.
when time expires

Symbol in the Smart Relay Connection Description


Tgr (Trigger) It is the input signal that
will activate the timer in the
parameters but if it is given a
pulse after being activated,
the timer will end and it
will deactivate the output
Par (Parameters) T represents the time that
the output will be activated

Entry R (reset) Reset the elapsed time


in the parameters

Output Q When the time in T expires


this output is disabled

Pulse counter block


Description:
It is an ascending and descending counter that is activated when it reaches a programmed number and is
deactivates when it reaches 0 or a programmed number

Symbol in the Smart Relay Connection Descripcion


Entrada Cnt (Count) It is the input pulse where
the account of +/- 1 will be made

Par (Parameters) It is where they meet


parameters saved in
where to see what
Input R (reset)
number of prede, to which number
turn it off and the bill at the moment.

Output Q Reset the elapsed account


in the parameters
When you reach the goal
Entry Dir (Address) desired the output is activated or is
deactivate
The account is inactive.
+1 and while the account is active it is
-1

You might also like