Chapter 5 Control Block and Status Block: Revision 05/30/2006, EH00
Chapter 5 Control Block and Status Block: Revision 05/30/2006, EH00
For two-way communication and display screen between DOP series and all brands’ PLC, it needs to define
the address of HMI control block and status block in Standard tab. Please choose Options > Configuration to
find the Standard tab in Configuration dialog box (Fig. 5.1 and Fig. 5.2).
HMI can be controlled via PLC by designating the register from control block settings. The register is a
continuous data block and its length is from 0 to 8 WORDs. The length is different depends on function. For
example, it needs at least 7 WORDs for recipe function. When the control block size is set to 0, the control
block function is disabled. If the control block function is enabled, HMI can judge the operation that
commanded by the external controller by reading the setting in control block rapidly and continuously.
The function and explanation of each WORD are listed below. (In the following table, we assume that the
users use Delta PLC, so the available starting addresses in control block are Dn ~ Dn+7 (D0 ~ D7).)
Word Number Register Number Example
0 Register for designating Screen Number (SNIR) Dn (D0)
1 Control Flag Register (CFR) Dn+1 (D1)
2 Curve Control Register (CUCR) Dn+2 (D2)
3 Register for Sampling History Buffer (HBSR) Dn+3 (D3)
4 Register for Clearing History Buffer (HBCR) Dn+4 (D4)
5 Recipe Control Register (RECR) Dn+5 (D5)
6 Register for designating Recipe Group Number (RBIR) Dn+6 (D6)
7 System Control Flag Register (SCFR) Dn+7 (D7)
Word Function
0 Designate screen number
This register SNIR (Dn) is used to designate HMI screen by setting PLC (D0). HMI screen can be switched
automatically by changing D0.
Control the HMI communication. When Bit 1 is set to ON, it will disable HMI communication. When Bit 1
is set to OFF, it will enable HMI communication.
Control HMI back light. When Bit 1 is set to ON, it will turn off HMI back light. When Bit 1 is set to OFF,
it will turn on HMI back light.
Control HMI buzzer. When Bit 2 is set to ON, it will turn off HMI buzzer. When Bit 1 is set to OFF, it will
turn on HMI buzzer.
It is used to clear alarm buffer. Set Bit 3 to be ON to trigger this control flag. It clears alarm buffer when
this flag is triggered to ON. This flag needs be set to OFF and then ON if the users want to trigger again.
It is used to clear alarm counter. Set Bit 4 to be ON to trigger this control flag. It clears alarm buffer
when this flag is triggered. This flag needs be set to OFF and then ON if the users want to trigger again.
PLC can set the user level of using HMI from Bit 8, Bit 9 and Bit 10. The setting level is from level 0 to
level 7. MSB: Bit 10 and LSB: Bit 8.
HMI curve (general curve or X-Y curve) sampling is controlled by PLC. When this control flag is
triggered to ON (Bit 0 ~ Bit 3 is set to ON), HMI will sample ONCE by reading continuous data of curve
on HMI screen and convert the data to graph and show on HMI screen. This flag needs be set to OFF
and then ON if the users want to trigger again.
Clear HMI curve (general curve or X-Y curve) when this control flag is triggered (Bit 8 ~ Bit 11 is set to
ON). This flag needs be set to OFF and then ON if the users want to trigger again.
For the settings of sampling history buffer, the users can refer to the description of “History Setup” in Chapter
2. HMI provides 12 records for tracking sampling register of history buffer. Besides, HMI time interval settings,
sampling or clearing history buffer can be controlled via PLC.
Bit Number Function
0 Control flag for Sampling History Buffer 1
1 Control flag for Sampling History Buffer 2
2 Control flag for Sampling History Buffer 3
3 Control flag for Sampling History Buffer 4
4 Control flag for Sampling History Buffer 5
5 Control flag for Sampling History Buffer 6
6 Control flag for Sampling History Buffer 7
7 Control flag for Sampling History Buffer 8
8 Control flag for Sampling History Buffer 9
9 Control flag for Sampling History Buffer 10
10 Control flag for Sampling History Buffer 11
11 Control flag for Sampling History Buffer 12
12~15 Reserved
Controls sampling history buffer operation of HMI by the external controller, i.e. PLC. It will sample 1
time once the control flag is triggered to ON (Bit 1 ~ Bit 12 is set to ON). This flag needs be set to OFF
and then ON if the users want to trigger again.
HMI history buffer can be cleared by the external controller, i.e. PLC. Once the control flag is triggered
to ON (Bit 1 ~ Bit 12 is set to ON), it will clear HMI history buffer ONCE. This flag needs be set to OFF
and then ON if the users want to trigger again.
RCPNo is the internal system register used for designating recipe group number. RCPNo value can be
changed by writing recipe group number (N) into Designated Recipe Group Number Register (RBIR)
Dn+6 and trigger this control flag to ON (Bit 0 is set to ON). After setting, RCPNo will be changed to N
automatically. This flag needs be set to OFF and then ON if the users want to trigger again.
Before reading a recipe from PLC, the users should designate the recipe group number (N) first
(Please refer to the section “Control flag for changing recipe group number”). Then, trigger this control
flag to ON (Bit 1 is set to ON). After setting, the recipe will be read from PLC and stored in designating
area of HMI. This flag needs be set to OFF and then ON if the users want to trigger again.
Before writing a recipe to PLC, the users should designate the recipe group number (N) first (Please
refer to the section “Control flag for changing recipe group number”). Then, trigger this control flag to
ON (Bit 2 is set to ON). After setting, the recipe will be written to PLC. This flag needs be set to OFF
and then ON if the users want to trigger again.
Word Function
0 Designate receipt group number which
By writing recipe group number (N) into Designated Recipe Group Number Register (RBIR), RCPNo value
can be changed. The users can use the control flag for changing recipe group number of Recipe Control
Register (RECR) to write recipe group number (N) into Designated Recipe Group Number Register (RBIR)
and change RCPNo value.
Store the designating multi-language setting value into this register and command HMI to switch to the
designating language according to the settings in this register.
Printer Flag
When this flag is triggered to ON, the current display or editing screen can be printed out. When this
flag is set to OFF, the printer function is disabled.
When this flag is triggered to ON, the printer will retract the paper and align the paper for the next run
automatically. When this flag is set to OFF, the printing form feed function is disabled.