38
Basic PID (Block Model 011)
Section 6-1
15: Bar Scale Display
The PV bar and SP bar displays include fixed marks in the graphic indicating
0%, 50%, and 100%. The numerical values for 0% and 100% are displayed
with engineering units using Text objects in the rough font.
16: Switch to CAS Button
This button switches operation to Remote and Auto (CAS) mode. Values are
displayed in red during Remote and Auto mode.
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 “CAS” in the rough font.
By setting a Touch OFF Timing macro as shown below, the display will switch
to CAS (Remote and Auto) mode when touched.
$B32760=1;
$B32761=1;
WRITECMEM ([R/L_SW],$B32760,1) ;
WRITECMEM ([A/M_SW],$B32761,1) ;
A Control Flag is used to reference the tag ITEM CAS_SET (ITEM 024) and if
the value is 1, the object is set for no display and to disable input.
17: Switch to AUTO Button
This button is set as a momentary ON/OFF Button using a Simple Rectangle
(Type 3), and the display color is determined according to the following table.
The label displays “AUTO” in the rough font.
By setting a Touch OFF Timing macro as shown below, the display will switch
to Auto mode when touched.
$B32760=0;
$B32761=1;
WRITECMEM ([R/L_SW],$B32760,1) ;
WRITECMEM ([A/M_SW],$B32761,1) ;
This button is always displayed, without setting a Control Flag to disable the
display and input, which is different from the Switch to CAS Button.
Display color
R/L_SW (ITEM 026)
A/M_SW (ITEM 086)
Yellow
0 (Local)
0 (Manual)
1 (Remote)
0 (Manual)
0 (Local)
1 (Auto)
Red
1 (Remote)
1 (Auto)
Display color
R/L_SW (ITEM 026)
A/M_SW (ITEM 086)
Yellow
0 (Local)
0 (Manual)
1 (Remote)
0 (Manual)
0 (Local)
1 (Auto)
Red
1 (Remote)
1 (Auto)
Summary of Contents for Face Plate Auto-Builder for NS 3.1
Page 2: ...WS02 NSFC1 EV3 Face Plate Auto Builder for NS Ver 3 1 Operation Manual Revised December 2007...
Page 3: ...iv...
Page 5: ...vi...
Page 13: ...xiv...
Page 21: ...6 Upgrades Made for Version 3 1 Section 1 6...
Page 27: ...12 Uninstalling the Face Plate Auto Builder for NS Section 2 2...
Page 28: ...13 SECTION 3 Basic Operation Flow 3 1 Basic Operation Flow 14...
Page 39: ...24 Merging Projects Section 4 2...
Page 141: ...126 Segment Program 3 Block Model 158 Section 6 19...
Page 143: ...128 Revision History...