Omron WS02-NSFC1-EV3 - 12-2007 Operation Manual page 93

Table of Contents

Advertisement

High/Low Alarm (Block Model 111)
78
1: Status Display
Displays the alarm status. The values of tag ITEMs U1 and U2 determine
which status character string is displayed.
Display
U1: High alarm output (012)
NR
0
L
0
H
1
H
1
These buttons are created as ON/OFF Buttons using a Select Shape of type 3
to switch the graphic displaying the NR, H, or L characters.
Control Flag input is disabled.
2: Input Value
The fixed characters "X1" are displayed as a Text object. The numeral display
field is display-only. (A Control Flag is set to disable input.)
The numeral display for X1 uses an engineering unit.
3: H (High Alarm SV) Numerical Value Display and Input
A Numeral Display and Input object is used to display the value of tag ITEM
A1 (ITEM 009) in engineering units. Touch this field to display a ten-key pad
below it.
Data is written to the write address of tag ITEM A1 (ITEM 009) using the
Before Writing Numeral/String macro.
$W2047=GETNUMVAL();
WRITECMEM([A1],$W2047,1);
RETURN(1);
The upper and lower limit values are equivalent to − 320% and 320% with
engineering units.
4: L (Low Alarm SV) Numerical Value Display and Input
A Numeral Display and Input object is used to display the value of tag ITEM
A2 (ITEM 010) in engineering units. Touch this field to display a ten-key pad
below it.
Data is written to the write address of tag ITEM A2 (ITEM 010) using the
Before Writing Numeral/String macro.
$W2047=GETNUMVAL();
WRITECMEM([A2],$W2047,1);
RETURN(1);
The upper and lower limit values are equivalent to − 320% and 320% with
engineering units.
Section 6-10
U2: Low alarm output (013)
0
1
0
1

Advertisement

Table of Contents
loading

Table of Contents