Download TFTP software. Steps Yes No Description 7. To download/upload the configuration files, etc. to/from the clock, you will need to get TFTP. 0 0 If your operating system is Windows Vista or higher, you will need to download a TFTP client which is compatible with your operating system. 8. Download TFTP 0 0 Our technical team (IB) found a site which has an free TFTP software: http://tftpd32.jounin.net/tftpd32.html Unzip and install on your local machine where your clock files are located (c:\clock). Upload the newly edited clock file using TFTP. Steps Yes No Description 9. Start the TFTP app, click on the “Tftp client” tab. 0 0 In the “Host” field, enter the IP address of the clock (recorded in step 2). The port can be null (app will select a default port). 10. Upload (PUT) the app.conf file. 0 0 In the “Local File” field, input or browse for the path of the local directory where the edited file, app.conf, is located. In the “Remote File” field, enter the following for the path within the clock: \ramdisk\app.conf Click “PUT”. This will upload the file to the clock. 11. Upload (PUT) the App.jar file. 0 0 In the “Local File” field, input or browse for the path of the local directory where the file, App.jar, is located. In the “Remote File” field, enter the following for the path within the clock: \flashdisk\App.jar Click “PUT”. This will upload the file to the clock. 12. The clock will now reboot. 0 0 When the clock finishes initializing it will display the title change you made when you edited the app.conf file. 13. The clock will now be ready for enrollment or further configuration. 0 0 Depending on what level of configuration you did for your initial edit of the app.conf file, you may need to edit more settings prior to enrolling an employment. Please review the section detailing the configuration attributes. Edit the app.conf file according to your needs prior to enrolling the employee. Otherwise, you can follow the screen prompts on the clock to enroll an employee. You will be able to verify the employee is enrolled by review ITCC in ePersonality. Clock Maintenance Description Steps Clearing the queued punches 1. Press “F1” 2. Password= “9” (or whatever you set in the app.conf) 3. Select “CLEAR ALL” to clear all punches, 4. It will require you to press “9” ten times. Clearing the saved bio templates. 1. Press “F1” 2. Password= “9” (or whatever you set in the app.conf) 3. Select “REMOVE ALL” to clear all saved bio templates. 4. It will require you to press “9” ten times. Known Issues
Description Employee ID Currently an issue with dropping leading zeroes. Cost Centers Currently only numbers can be used for cost centers. Additional Notes: Configuration Attributes Source Document: This can also be found with addition details within the internal wiki at HLC : Genus Clocks
Configuration Attributes
Attribute Description 1. DEBUG = true #DEBUG = true | false - toggle for debugging
Configuration Attributes (Application Configuration) Attribute Description 1. TITLE = HL (Devel) Time Clock #TITLE = High Line Time Clock - main screen title 2. WELCOME_MESSAGE = Welcome #WELCOME_MESSAGE -Idol page Welcome message. Only referenced by a G2 application. 3. PASSCODE = 9 #PASSCODE = <passcode> - clock administrator passcode 4. ALLOW_KEYING = false #ALLOW_KEYING = true | false - toggle for allowing keying of employee/badge numbers 5. VALID_KEYED_VALUES = 56,5000 #VALID_KEYED_VALUES = -Employee Badge or Person codes which are allowed to be keyed when ALLOW_KEYING = false. (Spaces not supported.) 6. USE_BADGE = true #USE_BADGE = true | false - toggle for use of badge numbers (true= badge in ITCC, false=person_code) 7. MIN_BADGE_LEN = 2 #MIN_BADGE_LEN = 4 - minimum length of badge/employee number 8. MAX_BADGE_LEN = 6 #MAX_BADGE_LEN = 10 - maximum length of badge/employee number 9. ENTER_JOB = true #ENTER_JOB = true | false - toggle for allowing a list of assignment Authorized jobs for selection during IN punches. 10. ENTER_COST_CENTER = false #ENTER_COST_CENTER = true | false - toggle for entering cost center information 11. VALID_COST_CENTERS = 1234,5678 #VALID_COST_CENTERS = - comma delimited list of valid cost centers. (Spaces not supported.) 12. VALIDATE_PUNCHES = false #VALIDATE_PUNCHES = true | false - toggle for validating punches on server ( validation will occur regardless if Keyed.) 13. STORE_BIO = false #STORE_BIO = true | false - toggle for storing biometric templates on server. 14. QUEUE_FULL = Clock Out of Order. Please advise your manager. #QUEUE_FULL - an "Out of Order" message displayed Once the punch queue is full. ( G1 20 Characters Max.) 15. QUEUE_FULL2 = Advise your manager. #QUEUE_FULL2 - Used in G1 applications for 2nd line text messages ( G1 20 Characters Max.)
16. QUEUE_LIMIT = 200 #QUEUE_LIMIT - Used to define the MAXIMUM number of queued punches allowed to be in the queue IF less than the maximum physical limit. 17. THAW_LIMIT = 0 #THAW_LIMIT - Used to define the number of queued punches allowed to be in the queue and automatically thaw the clock to accept punches.
Configuration Attributes (Terminal Configuration)
Attribute Description 1. BIO_SENSITIVITY = 4 #BIO_SENSITIVITY = 0 to 7 - biometric sensitivity level
2. BIO_QUALITY = 1 #BIO_QUALITY = 0 to 2 - biometric quality level
3. MIFARE_POLL_INTERVAL = 10 #MIFARE_POLL_INTERVAL - Mifare Card reading interval in ms.
4. MSG_TIME = 3000 #MSG_TIME = 3000 | <milliseconds> - milliseconds to wait for display messages
5. DELAY_TIME = 5000 #DELAY_TIME = 5000 | <milliseconds> - milliseconds to delay screens
6. IDLE_TIMEOUT 5000 #IDLE_TIMEOUT 5000 | <milliseconds> - milliseconds between idle screen refreshes
7. QUEUE_SLEEP_TIME = 50000 #QUEUE_SLEEP_TIME = 50000 | <milliseconds> - time between connections to the server
8. DATA_SERVER_TYPE = HTTP #DATA_SERVER_TYPE = HTTP | ORACLE | WEB - data transfer method
9. PING_SLEEP_TIME = 0 #PING_SLEEP_TIME = 30000 | <milliseconds> - time between pings to the server storing device information.
Configuration Attributes (Web Configuration) Attribute Description 1. HOST_URL = http://192.168.97.165:8988/selfService/clock.process #HOST_URL = http://<host>:<port>/<webapp>/<process> - server connection string
Configuration Attributes (Database Configuration – NOT USED – INFORMATION ONLY) Attribute Description 1. DATABASE_DRIVER = oracle.jdbc.driver.OracleDriver #DATABASE_DRIVER = oracle.jdbc.driver.OracleDriver - database driver class
2. DATABASE_URL = jdbc:oracle:thin:@NSI:1521:NSI #DATABASE_URL = jdbc:oracle:thin:@<host>:<port>:<sid> - database URL
3. DATABASE_USER = P2K #DATABASE_USER = <user> - database user name
4. DATABASE_PSWD = p2k #DATABASE_PSWD = <password> - database password
5. DB_RETRY_INTERVAL = 60000 #DB_RETRY_INTERVAL = 60000 | <milliseconds> - retry frequency for invalid connection attempts
Other important files on the clock: File Location on clock. 1. errors.txt \ramdisk\errors.txt The location of the errors file on the clock. This is a log used for troubleshooting enrollment, and clock punch issues. You can download (GET) this file using the TFTP app. 2. Genus \config\g2_4_3_04 \flashdisk\Genus The location of the Genus files on the clock. The version path will change depending on the release. Accessed via TFTP. 3. Classes \config\G2-Classes-1.0.91.jar \flashdisk\Classes.jar The location of the latest classes on the clock. Accessed via TFTP.
4. terminal.conf \ramdisk\terminal.conf Parameters and options will be maintained in a central configuration file that can be transferred to the terminals at any time. This configuration information will initially be held in permanent memory on the terminal. This information is loaded into memory only when the time clock is booted (application starts up). Accessed via TFTP.
Screen captures are meant to be indicative of the concept being presented and may not reflect the current screen design.
If you have any comments or questions please email the Wiki Editor
All content © High Line Corporation