Detailed description
2.9 Program control
Basic logic functions: Mode group, channel, program operation, reset response (K1)
Function Manual, 11/2006, 6FC5397-0BP10-2BA0
153
2.9.5 Basic block display for ShopMill/ShopTurn
Configure basic block display
The basic block display can be configured via the following machine data:
NCK machine data for basic block display Significance:
MD28400 $MC_MM_ABSBLOCK Activate basic block display
MD28402
$MC_MM_ABSBLOCK_BUFFER_CONF[2]
Size of display buffer
Display machine data Position values to be set:
MD9004 $MM_DISPLAY_RESOLUTION For metric measurements
MD9011 $MM_DISPLAY_RESOLUTION_INCH For inch measurements
MD9010 $MM_SPIND_DISPLAY_RESOLUTION
Settable coordinate system for spindle display
resolution
MD9424 $MM_MA_COORDINATE_SYSTEM For actual value display in WCS or SZS
These display machine data are copied to NCK machine data
MD17200 $MN_GMMC_INFO_UNIT[0] to MD17200 $MN_GMMC_INFO_UNIT[3]. allowing
them to be accessed from the NCK.
Activating
The basic block display is activated by MD 28400 $MC_MM_ABSBLOCK by means of
Power On. If MD28400 $MC_MM_ABSBLOCK is set to 1, a channelspecific display buffer
(FIFO) is created during power-up.
Size of display buffer (FIFO) = (MD28060 $MC_MM_IPO_BUFFER_SIZE + MD28070
$MC_MM_NUM_BLOCKS_IN_PREP) multiplied by 128 bytes. This corresponds to a size of
6KB in the machine data default setting.
Optimize size of display buffer:
The memory requirement can be optimized by entering a value between 128 and 512. The
display blocks preprocessed in the display buffer are transferred to the HMI via a
configurable upload buffer.
Maximum size of upload buffer is obtained by multiplying (MD28402
$MC_MM_ABSBLOCK_BUFFER_CONF[0] +
MD28402 $MC_MM_ABSBLOCK_BUFFER_CONF[1] + 1) by the block length configured in
MD28400 $MC_MM_ABSBLOCK.
The number of blocks before the current block is configured in
MD28402 $MC_MM_ABSBLOCK_BUFFER_CONF[0] and the number of blocks after the
current block is configured in MD28402 $MC_MM_ABSBLOCK_BUFFER_CONF[1].