Date Stamping
To utilise date stamping in the Grade Control module, you will need to use the available
_date
variable. This special variable will return an 11 alphanumeric character string in the
dd-mm-yyyy
format, for example 01-Jan-2003.
The following synonyms can then be used in the header table:
date_holes_updateddate_blast_solid_updateddate_grade_blocks_updateddate_bounds_updateddate_reconciliation_updated
These synonyms should be set as non-primary variables, with appropriate rules (i.e. if 1 then
_date).
Unlike other variables in the blast header table, these synonyms will be nulled if no data of the appropriate type (i.e. grade blocks, holes etc.) is present in the blast, and updated accordingly when the appropriate type is present.
If the currently loaded blast does not contain any grade blocks, then the corresponding
date_grade_blocks_updated
variable will be nulled. However, if grade blocks are added to the blast, then the current date will be assigned to the variable.