109
Batch Flowrate Capture (Block Model 014)
Section 6-18
RETURN(1);
6: Main Batch Output Display
The status of the main batch output is displayed with a bit lamp, as shown in
the following table.
7: Pre-batch Output Display
The status of the pre-batch output is displayed with a bit lamp, as shown in the
following table.
8: RESET Button
The accumulation counter RESET button is red while the counter is being
reset.
The button is created as a momentary ON/OFF Button using a Simple Rect-
angle (Type 2), and the display color is determined according to the following
table.
The label displays “RESET” in the rough font.
The following macro is set as a Touch OFF Timing macro, and when touched,
the reset operation is executed.
READCMEM($B32759,[S3],1);
if($B32759==1);
$B32759=0;
else;
$B32759=1;
endif;
WRITECMEM([S3],$B32759,1);
9: START Button
This button executes the run command. When touched, 1 is set in the write
address for tag ITEM S1, Run/stop command. The value of tag ITEM S1 is
referenced to set the display color, as shown in the following table.
Display color
U1 (038)
Green
0
Red
1
Display color
U2 (039)
Green
0
Red
1
Display color
S3 (014)
Yellow
0
Red
1
Display color
S1 (036)
Yellow
0
Red
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...