Validity flag (P-TOOL-00005)
If the data of a tool is allowed to be included, then the validity flag "wz[i].gueltig" must be set to TRUE in the ASCII file.
Variable name | Type | Permissible range | Dimension |
gueltig | BOOLEAN | 0/1 | ---- |
Example: The data of tool 5 should be set to be valid.
Extract from "werkz_d.lis":
# ==========================================================================
# Tool data for tool no. 5
# ==========================================================================
wz[5].gueltig 1 # Tool validity flag is TRUE
..........