89
ON/OFF Valve Manipulator (Block Model 221)
Section 6-13
This button is created as a momentary ON/OFF Button using a Simple Rect-
angle (Type 3) and the display color is determined according to the following
table.
The label displays “OFF” in the rough font.
By setting the following Touch OFF Timing macro, operation will turn the valve
OFF when touched. When the button is touched, tag ITEM S1 is referenced
and if S1 = 1, the message “Could not set.” will be displayed and the setting
will not be accepted.
Likewise, if tag ITEM S4 = 1, the message “Could not set.” will be displayed
and the setting will not be accepted.
READCMEM($B32760,[S1],1);
if($B32760==1)
MSGBOX("Could not set.","OFF Operation",0);
RETURN(1);
endif;
READCMEM($B32760,[S4],1);
if($B32760==1)
MSGBOX("Could not set.","OFF Operation",0);
RETURN(1);
endif;
$B32761=1;
WRITECMEM([S3],$B32761,1);
5: MAN Button
This button switches operation to manual mode and is displayed in red during
manual mode. The button is created as a momentary ON/OFF Button using a
Simple Rectangle (Type 2), and the display color is determined according to
the following table.
The label displays “MAN” in the rough font.
By setting the following Touch OFF Timing macro, operation switches to man-
ual mode when touched.
Display color
S1: A/M Switch Input (086)
S3: MAN Input (013)
Yellow
0
0
Red
0
1
Yellow
1
0
Yellow
1
1
Display color
S1: A/M Switch Input (086)
Red
0
Yellow
1
Содержание Face Plate Auto-Builder for NS 3.1
Страница 1: ...Face Plate Auto Builder for NS Ver 3 1 Cat No W418 E1 05 SYSMAC WS02 NSFC1 EV3 OPERATION MANUAL...
Страница 2: ...WS02 NSFC1 EV3 Face Plate Auto Builder for NS Ver 3 1 Operation Manual Revised December 2007...
Страница 3: ...iv...
Страница 5: ...vi...
Страница 13: ...xiv...
Страница 21: ...6 Upgrades Made for Version 3 1 Section 1 6...
Страница 27: ...12 Uninstalling the Face Plate Auto Builder for NS Section 2 2...
Страница 28: ...13 SECTION 3 Basic Operation Flow 3 1 Basic Operation Flow 14...
Страница 39: ...24 Merging Projects Section 4 2...
Страница 141: ...126 Segment Program 3 Block Model 158 Section 6 19...
Страница 143: ...128 Revision History...