40
Basic PID (Block Model 011)
Section 6-1
This function is set using the following macro as a Touch OFF Timing macro
for Word Buttons.
READCMEM ($B32760,[R/L_SW],1) ;
READCMEM ($B32762,[CAS_SET],1) ;
if ( ($B32760==1) && ($B32762==1) )
MSGBOX (“Cannot set.”,“SP change”,0) ;
RETURN (1) ;
endif;
20: MV Index Position
The value for tag ITEM MV_IDX (ITEM 098) is displayed as a Level Meter
object. The leftmost side is 0%, the rightmost side is 100%, and the color of
the bar is brown.
21: MV Bar Display
The value for tag ITEM MV (ITEM 089) is displayed as a Level Meter object.
The leftmost side is 0%, the rightmost side is 100%, and the color of the bar is
blue (color code 209).
22: MV
The fixed string “MV” is displayed as a Text object.
23: MV Numeral Value Display and Input
A Numeral Display and Input object is used to display the value of tag ITEM
MV (ITEM 089) as percent data. When touched, a ten-key pad is displayed
under this field.
Writing is performed for tag ITEM MV (ITEM 089) using the Before Writing
Numeral/String macro condition, as follows:
$W2047=GETNUMVAL () ;
WRITECMEM ([MV],$W2047,1) ;
The upper and lower limits of the data range are
±
320.00%.
When the ten-key pad is displayed, the tag ITEM A/M_SW (ITEM 086) is ref-
erenced, and if the value is 1, a message is displayed indicating that the MV
cannot be set, and input is disabled.
This function is set using the following macro as a Touch ON Timing macro for
Word Buttons.
READCMEM ($B32761,[A/M_SW],1) ;
if ($B32761==1)
MSGBOX (“Cannot set.”,“MV change”,0) ;
endif
24: Up/Down Buttons to Change MV
These Buttons are used to increase or decrease the value of tag ITEM MV
(ITEM 089).
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...