108
Batch Flowrate Capture (Block Model 014)
Section 6-18
1: Y1 Value Display
A Numeral Display and Input object is used to display the value of tag ITEM
Y1 in engineering units. Control Flag input is disabled.
2: TOTAL Value Display
A Numeral Display and Input object is used to display the total value, which is
calculated by multiplying the accumulated value (rightmost 4 digits in Q1 and
leftmost 4 digits in Q2) and tag ITEM PR. The address set in the communica-
tions address is a working address.
The storage format is UDINT, which has 10 integer digits and no digits below
the decimal point. The units and scaling are set to “none” during conversion.
Control Flag input is disabled.
3: BM Value Display
A Numeral Display and Input object is used to display the preset quantity
(BM), which is calculated by multiplying the preset value (rightmost 4 digits in
BM and leftmost 4 digits in BMU) and tag ITEM PR. The address set in the
communications address is a working address.
The storage format is UDINT, which has 10 integer digits and no digits below
the decimal point. The units and scaling are set to “none” during conversion.
Control Flag input is disabled.
4: SM Value Display
A Numeral Display and Input object is used to display the batch accumulated
value (SM), which is calculated by multiplying the batch accumulated value
(rightmost 4 digits in SM and leftmost 4 digits in SMU) and tag ITEM PR. The
address set in the communications address is a working address.
The storage format is UDINT, which has 10 integer digits and no digits below
the decimal point. The units and scaling are set to “none” during conversion.
Control Flag input is disabled.
5: SP Value Display
A Numeral Display and Input object is used to display the set point (SP),
which is calculated by multiplying the batch accumulated value (rightmost 4
digits in SP and leftmost 4 digits in SPU) and tag ITEM PR. The address set in
the communications address is a working address.
The storage format is UDINT, which has 10 integer digits and no digits below
the decimal point. The units and scaling are set to “none” during conversion.
Control Flag input is disabled.
Touch this field to display a ten-key pad below it. Tag ITEMs SP_W (rightmost
4 digits) and SPU_W (leftmost 4 digits) are written using the Before Writing
Numeral/String macro condition.
$W32764L=GETNUMVAL();
$W32766=BCD(W32764L%10000);
$W32767=BCD(W32764L/10000);
WRITECMEM([SP_W],$W32766,1);
WRITECMEM([SPU_W],$W32767,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...