Mitsubishi Electric MELSEC FX Series Structured Programming Manual page 209

Hide thumbs Also See for MELSEC FX Series:
Table of Contents

Advertisement

FXCPU Structured Programming Manual
(Application Functions)
Program example
In this program, a device specified in
turns ON from OFF, and the device specified in
1) Function without EN/ENO(R_TRIG)
[Structured ladder]
g_bool1
[ST]
R_TRIG_Instance(_CLK:=g_bool1);g_bool2:=R_TRIG_Instance.Q;
2) Function with EN/ENO(R_TRIG_E)
[Structured ladder]
X000
g_bool1
[ST]
R_TRIG_E_Instance(EN:=X000,_CLK:=g_bool1);Y010=R_TRIG_E_Instance.ENO;
g_bool2:=R_TRIG_E_Instance.Q;
turns ON when the bit data stored in a device specified in
d
R_TRIG_Instance
R_TRIG
g_bool2
_CLK
Q
R_TRIG_E_Instance
R_TRIG_E
EN
ENO
_CLK
Q
remains ON only for 1 operation cycle.
d
Y010
g_bool2
6 Standard Function Blocks
6.1 R_TRIG(_E)
s
207
1
2
3
4
5
6
A

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fx-kp-ok-e09r927

Table of Contents