Function Key Label Configuration

A function key label can be configured for each function key on the screen of the 9000 in the clock.xml file. The label describes the action associated with that function key. Labels can be six to ten characters long and use one or two lines. Use \n for line breaks.

The number of characters that you can use on the label varies depending upon the size of the characters that you use. For example, an upper case M takes more space on the display than a lower case i. If your label uses mostly large characters, then the space on the label limits you to fewer characters.

The labels are divided into sections based on the mode in which the toolbar is accessed This is an example from the clock.xml file of some of the values that you can configure:


<toolbar mode="EMPLOYEE" >
	<item order="1" action="IN"/>
	<item order="2" action="TIMECODE_CHANGE" name="START_MEAL" data ="MEAL"/>
	<item order="3" action="DEPARTMENT_CHANGE" />
	<item order="4" action="SUPERVISOR_MODE" />
	<item order="5" action="OUT"  />
	<item order="6" action="TIMECODE_CHANGE" name="END_MEAL"  data ="WRK"/>
	<item order="7" action="JOB_CHANGE"  />	
	<item order="8" action="VIEW_SCHEDULE" />
	<item order="9" action="APPROVE_TIME"  />	
	<item order="10" action="VIEW_SWIPES"  />
	<item order="11" action="NONE" />
	<item order="12" action="CLOCK_INFORMATION"  />
	<item order="13" action="NETWORK_INFORMATION"  />
	<item order="14" action="ADMIN_MODE" />
</toolbar>			
	
<toolbar mode="SUPERVISOR" >
	<item order="1" action="IN"  />
	<item order="2" action="TIMECODE_CHANGE" name="START_MEAL" data ="MEAL"/>
	<item order="3" action="FINGERPRINT_ENROLL"/>
	<item order="4" action="DEPARTMENT_CHANGE" />
	<item order="5" action="OUT"  />
	<item order="6" action="TIMECODE_CHANGE" name="END_MEAL"   data ="WRK"/>
	<item order="7" action="FINGERPRINT_UNENROLL"/>
	<item order="8" action="JOB_CHANGE"  />	
	<item order="9" action="VIEW_SCHEDULE" />
	<item order="10" action="VIEW_SWIPES" />
</toolbar>

<toolbar mode="ADMIN" >
	<item order="1" action="SETUP_STATIC_IP" />
	<item order="2" action="SETUP_DHCP" />		
</toolbar>