Additional tool parameter (P-TOOL-00007)
With the element "wz[i].param[j]", additional parameters for each tool can be defined application dependent.
Variable name | Type | Permissible range | Dimension |
param[j] | REAL64 | MIN(REAL64) < param[j] < MAX(REAL64) | ---- |
j | UNS16 | 0 ... [ WZ_PARAM_ANZ - 1 ] | ---- |
Value WZ_PARAM_ANZ | Significance |
application-dependent | No. of additional info variables per tool |
EXAMPLE: The tool parameters of tool 5 should be allocated in the following manner:
Extract from "werkz_d.lis":
# =============================================================================
# Tool data for tool no. 5
# =============================================================================
wz[5].param[0] 1 # Additional
wz[5].param[1] 20.5 # tool parameters
wz[5].param[2] 120 # for tool 5
..........