37
Basic PID (Block Model 011)
Section 6-1
and CAS_SET are referenced and if R/L_SW is 1 and CAS_SET is 1, a mes-
sage is displayed indicating that the SP cannot be set, and input is disabled.
This condition is active when the following macro is set with the Before Input-
ting Numeral/String macro condition.
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;
11: Unit
The unit (engineering unit) is displayed as a Text object (up to 8 standard
characters).
12: Alarm Setting
The alarm set values are displayed as a Bar graph. The set values for HH, H,
L, and LL alarms are displayed from right to left.
The set value for each alarm is displayed in alignment with the PV bar display
on the right, with the top value as 115% and the bottom value as
−
15%.
• LL and HH are displayed in red, and L and H are displayed in light blue
(color code 219).
• The maximum value displayed is 11500 (115%) and the minimum value
displayed is
−
1500 (
−
15%).
• The zero point is specified to be displayed.
13: PV Bar Display
The tag ITEM PV (ITEM 007) is displayed using a Level Meter object. The
meter color is green, the maximum value displayed is 11500 (115%), and the
minimum value displayed is
−
1500 (
−
15%). The bar is set to display the zero
point.
14: SP Bar Display
The tag ITEM SP (ITEM 029) is displayed using a Level Meter object. The
meter color is yellow, the maximum value displayed is 11500 (115%), and the
minimum value displayed is
−
1500 (
−
15%). The bar is set to display the zero
point.
R/L_SW (ITEM 26)
0 (Local)
1 (Remote)
CAS_SET (ITEM 24)
(Set point setting
mode)
0 (Local only)
SP input enabled
SP input enabled
1 (Remote/local)
SP input enabled
SP input enabled
Alarm type
Alarm setting tag ITEM
LL (Low/low alarm)
LL_SP (ITEM 011)
L (Low alarm)
L_SP (ITEM 010)
H (High alarm)
H_SP (ITEM 009)
HH (High/high alarm)
HH_SP (ITEM 008)
Содержание 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...