
4.REFERENCING THE DATABASE USER CUSTOMIZE B-75074EN/04
- 466 -
4.4.2.2 Data display processing procedures
GetDispMode :: Sheet1
This procedure acquires the display mode.
Based on the state of selection from the machine specification button,
workpiece specification button, and display change button, the display
mode is acquired.
SetDispArea :: Sheet1
This procedure displays a header portion and display items on Sheet2.
All cells of Sheet2 are deleted together with the format, then the format
of the cells is changed to character string. The header portion is
displayed with the CreateHeder procedure. The display items are
displayed with the CreateItem procedure.
CreateHeder :: Sheet1
This procedure displays a header portion on Sheet2.
A header portion is created in each acquired display mode, then is set in
cells by using the Range property.
CreateItem :: Sheet1
This procedure displays display items in each display mode on Sheet2.
Display items are created in each display mode, then are set in cells by
using the Cells property.
GetDispData :: Sheet1
This procedure acquires display data then displays the data on a sheet.
Data is acquired and displayed for each display item.
DispMcnCndData :: Sheet1
This procedure displays progress status data.
For the number of display data items, the For…Next statement is
repeatedly executed as a loop, and the progress status data
m_McnCnd() is set in cells by using the Cells property.
DispLastStateData :: Sheet1
This procedure displays machining end state data.
For the number of display data items, the For…Next statement is
repeatedly executed as a loop, and data is acquired from the machining
end state data m_LastState () according to the display mode then is set
in cells by using the Cells property.
DispLogData :: Sheet1
This procedure displays log data.
For the number of display data items, the For…Next statement is
repeatedly executed as a loop, and data is acquired from the log data
m_Log () according to the display mode then is set in cells by using the
Cells property.