Ny-Series Instructions Reference Manual (W560 - Omron NY532-5400 Reference Manual

Ny-series
Hide thumbs Also See for NY532-5400:
Table of Contents

Advertisement

ST
Internal
Variables
Maintenance_Mode
Run_Mode
PushButton_Read
PushButton_Changed
Lamp_Warning_UnitLifeTime
Read
instance
RS_instance
RS_instance2
R_TRIG_instance1
R_TRIG_instance2
R_TRIG_instance3
PushButton_Read_R_TRIG
instance_Done_R_TRIG
PushButton_Change_R_TRIG
External
Variables
NX_Unit
J01_Ch1_In00
J01_Ch1_In01
J01_Ch1_In02
J02_Ch1_Out00
// Get button status.
Maintenance_Mode
Run_Mode
PushButton_Read
PushButton_Changed := J01_Ch1_In02;
R_TRIG_instance1(Clk:= PushButton_Read, Q=>PushButton_Read_R_TRIG);
// Read total power ON time.
Rs_instance( Set:= (Maintenance_Mode & PushButton_Read_R_TRIG),
instance(Execute:=Read, UnitProxy:=NX_Unit);
R_TRIG_instance2(Clk:= instance.Done, Q=>instance_Done_R_TRIG);
R_TRIG_instance3(Clk:= PushButton_Changed, Q=>PushButton_Changed_R_TRIG);
RS_instance2(Set:=(instance_Done_R_TRIG & (instance.TotalPowerOnTime>T#1825d)),
// Output warning to lamp.
J02_Ch1_Out00

NY-series Instructions Reference Manual (W560)

Variable
Variable
:= J01_Ch1_In00;
:= NOT(J01_Ch1_In00);
:= J01_Ch1_In01;
Reset1:=((instance.Done) OR (instance.Error)),
Q1=>Read);
Reset1:=(Maintenance_Mode & PushButton_Changed_R_TRIG),
Q1=>Lamp_Warning_UnitLifeTime);
:= Lamp_Warning_UnitLifeTime;
Data type
BOOL
BOOL
BOOL
BOOL
BOOL
BOOL
NX_ReadTotalPowerOn-
Time
RS
RS
R_TRIG
R_TRIG
R_TRIG
BOOL
BOOL
BOOL
Data type
_sNXUNIT_ID
BOOL
BOOL
BOOL
BOOL
2 Instruction Descriptions
Initial
Comment
value
FALSE
Maintenance mode
FALSE
Run mode
Reading the total
FALSE
power ON time
Completion of Unit
FALSE
replacement
Unit replacement
FALSE
warning
FALSE
Comment
Maintenance mode button
Button to read total power ON
time
Button for completion of Unit
replacement
Unit replacement warning lamp
2
2-861

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents