113
Batch Flowrate Capture (Block Model 014)
Section 6-18
The following values are used in communications with the PLC.
The overrun, pre-batch, and flowrate limitation settings are set as follows:
• Storage format: UDINT
• Characters displayed: 5 integer digits and 1 tenths digit
• Units and scaling: Set to ×0.001 during conversion.
Data is written to the write address of each tag ITEM using a Before Writing
Numeral/String macro, as follows:
• Macro for the overrun, pre-batch, and flowrate limitation settings:
$W2047=BCD(GETNUMVAL()/1000);
WRITECMEM([B0/BP/B1],$W2047,1);
RETURN(1);
• Macro for the MV index position:
$W2047=GETNUMVAL();
WRITECMEM([MV_IDX],$W2047,1);
RETURN(1);
2: Realtime Trend Graph
Tag ITEMs Y1 and MV are displayed in graph format. The following table
shows the characteristics of each tag ITEM's line.
The following screen is a Tuning Screen for a Batch Flowrate Capture Block
face plate built using the Face Plate Auto-Builder for NS in a 640
×
480 screen
resolution.
Parameter
Values used in PLC device/
communications
Overrun setting
0 to 9999 (Display ÷ Value of PR)
Pre-batch setting
0 to 9999 (Display ÷ Value of PR)
Flowrate limitation
0 to 9999 (Display ÷ Value of PR)
MV index position
Percent data
Tag ITEM
Color
Minimum
value
Maximum
value
Line
style
Markers
Step
display
Y1 (016)
Green
−
1500
11500
Solid
None
Not used.
MV (089)
Blue (Color
code 229)
−
1500
11500
Solid
None
Not used.
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...