110
Batch Flowrate Capture (Block Model 014)
Section 6-18
The button is built as a momentary ON/OFF Button using a Simple Rectangle
(Type 2). The write address is not set, and the read address for tag ITEM S1 is
set as display address 1. The label displays “START” in the rough font.
The following macro is set as a Touch OFF Timing macro, and when touched,
the fixed value 1 is written to the write address of tag ITEM S1.
$B32766=1;
WRITECMEM([S1],$B32766,1);
10: STOP Button
This button disables the run command. When this button is touched, the write
address of tag ITEM S1 is set to 0. The value of tag ITEM S1 is referenced to
set the display color, as shown in the following table.
The button is built as a momentary ON/OFF Button using a Simple Rectangle
(Type 2). The write address is not set, and the read address for tag ITEM S1 is
set as display address 1. The label displays “STOP” in the rough font.
The following macro is set as a Touch OFF Timing macro, and when touched,
the fixed value 0 is written to the write address of tag ITEM S1.
$B32766=0;
WRITECMEM([S1],$B32766,1);
11: CONT Button
This button disables the interrupt (pause) command. When this button is
touched, the write address of tag ITEM S2 is set to 0. The value of tag ITEM
S2 is referenced to set the display color, as shown in the following table.
The button is built as a momentary ON/OFF Button using a Simple Rectangle
(Type 2). The write address is not set, and the read address for tag ITEM S2 is
set as display address 1. The label displays “CONT” in the rough font.
The following macro is set as a Touch OFF Timing macro, and when touched,
the fixed value 0 is written to the write address of tag ITEM S2.
$B32766=0;
WRITECMEM([S2],$B32766,1);
Display color
S1 (036)
Red
0
Yellow
1
Display color
S2 (037)
Red
0
Yellow
1
Содержание CXONE-ALD-V4 - 10-2010
Страница 2: ......
Страница 4: ...iv...
Страница 6: ...vi...
Страница 14: ...xiv...
Страница 22: ...6 Upgrades Made for Version 3 1 Section 1 6...
Страница 28: ...12 Uninstalling the Face Plate Auto Builder for NS Section 2 2...
Страница 29: ...13 SECTION 3 Basic Operation Flow 3 1 Basic Operation Flow 14...
Страница 40: ...24 Merging Projects Section 4 2...
Страница 142: ...126 Segment Program 3 Block Model 158 Section 6 19...
Страница 144: ...128 Revision History...