In order to send the Function Keys remotely, we had to follow the properties of the Command Example, not the Text of the Instructions.

Command
Sending the FKey Command:
Option:
CMD DATA UPDATE
Value;
SHORTKEY {Key String - as defined below}


In the Keystring below, you can skip items you don't use.  For instance, if you are not going to "autoChange", you can leave the "Time=" and weekday Parameters out.  Likewise, if you aren't going to use Job Code Groups and/or Tip Code Groups, you can leave either or both of those parameters out.


Required Parameters

You need to include keyID and keyFun.  

If keyFun is 1, you must use stateCode and mapValue.  

If keyFun is 2, 7, or 9, you must use stateCode


Keystring Parameters
(Value Pairs are separated by tabs)
  • keyID=
    digit 1~8
    Face print clocks only support 1~6
  • keyFun=
    digit 0~9
    • 0=Disabled
    • 1=Attendance State Key
    • 2=Work Code Select
    • 3=View SMS
    • 4=Help (depreciated)
    • 5=Query ATTLog (depreciated)
    • 6=View Last Punch
    • 7=Job Code
    • 8=Self Service
    • 9=Tipe Code
  • stateCode=
    numeric 1~255
  • keyLabel=
    text for display with the Key
    24 character maximum
  • autoChange=
    0, 1
    0=Does not automatically change to "default selection" at predetermined time
    1=Does automatically become "default selection" at predetermined time
  • Time=
    hh:mm
    Time to change if autoChange = 1
  • SUN=
    .......
    SAT=
    0,1
    0=Do Not Change on this day
    1=Do Change on this day
  • JobGroup=
    x.x.x.x.x.x
    0,1 for each x
    Each x corresponds to a JobCodeGroup
    0=Do Not require entry for this Job Code Group
    1=Require entry for this Job Code Group
  • TipGroup=
    x.x.x
    0,1 for each x
    Each x corresponds to a TipCodeGroup
    0=Do Not require entry for this Tip Code Group
    1=Require entry for this Tip Code Group