82
Timer (Block Model 205)
Section 6-11
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
(ITEM 011) 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 (ITEM 011).
$B32766=0;
WRITECMEM([S1],$B32766,1);
9: CONT Button
When this button is touched, the write address of tag ITEM S2 (ITEM 012) is
set to 0. The value of tag ITEM S2 (ITEM 012) 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
(ITEM 012) 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 (ITEM 012).
$B32766=0;
WRITECMEM([S2],$B32766,1);
10: PAUSE Button
When this button is touched, the write address of tag ITEM S2 (ITEM 012) is
set to 1. The value of tag ITEM S2 (ITEM 012) 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
(ITEM 012) is set as display address 1. The label displays “PAUSE” 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 S2 (ITEM 012).
$B32766=1;
WRITECMEM([S2],$B32766,1);
Display color
S2 (012)
Red
0
Yellow
1
Display color
S2 (012)
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...