' ' This is a general configuration file that highlights many of Entrer ' configuration file commands including conditional fields. ' ' See the instrument CFG files for how to configure calipers and scales ' ' Save the raw data to a file called entrer.dat filename:entrer.dat ' Save the data after each record is entered. savetime:1 ' Beep at 1000hz after errors or caliper measurements. sound:1000 ' Define a field called level for text input, length of 5 characters, and ' have the value carry from record to record. field:level level:prompt Enter the artifact level : level:input text level:carry level:varlen 5 ' Define a menu field called dataclass that will be used in condition statements ' throughout the rest of the file. field:dataclass dataclass:prompt Select the artifact type : dataclass:input menu dataclass:menulist tool broken-tool flake broken-flake field:form form:prompt Select the form : form:input menu form:menulist normal point blade shatter other n/a ' Define a field for the Bordian type, but only prompt on the condition that ' the field dataclass is a tool or broken-tool field:bftype bftype:Prompt Enter the Bordian type : bftype:input numeric bftype:condition dataclass tool broken-tool field:length length:prompt Enter the length : length:input numeric length:condition dataclass tool flake field:width width:prompt Enter the width : width:input numeric width:condition dataclass tool flake field:thick thick:prompt Enter the thickness : thick:input numeric thick:condition dataclass tool flake field:weight weight:prompt Enter the artifact weight : weight:input numeric