ClockRite Solo Manual
ClockRite Solo
ClockRite Solo: Updated 05/03/19 for Version 1.0.0.11 and above
ClockRite Solo is designed to download data from ClockRite clocks and save in a CSV file which can be used by customers for their own software. It can also upload employee names and numbers to the clocks.
Installation
This should only be carried out on ONE computer. Running the program on more than one computer at a time is likely to lock up the clocks.
- Create a folder called that will be for data, for example C:\ClockRite.
- Extract the application from the attached zip file to the above location.
- Right Click the ClockRiteSolo.exe and run as Administrator.
Setup
Go to; File > Setup
1. Data Location: Set the data location to the folder you created for data storage (C:\ClockRite).
2. Start Application with Windows - tick to start with Windows.
3. Minimize on Start - tick to start in the System tray.
4. Poll automatically: Tick this box if you want the progra to poll the clocks automatically, you have two options;
- At set intervals, set the interval in minutes using the Up/Down control
- On schedule, to create a time for a download. Set the time in hours and minutes using the Up/Down control and click ‘Add’. To remove a time, select it in the list and click ‘Remove’
- You can disable an individual time by un-ticking the box next to the relevant time.
Clock Details: Enter the following for each clock
- IP Address such as 192.168.1.201.
- Port Number, this is 4370 by default unless accessing the clock through a router.
- Description, being any text to describe the clock such as ‘Office’, ‘Workshop’ etc.
- Reference, this is included in the output file to show which clock the clocking was made at. It can be anything you wish such as 1 or A or Clock1...
From Version 1.0.0.11
Option to save the data in FULL ClockRite format; Click the appropriate radio button for the desired format
Click OK to save the changes
Operation
Click Poll to manually poll the clocks, the status is shown on the screen
Click Names to send names to the clocks from a CSV File
If automatic polling is enabled and you minimize the program, it will sit in the system tray. When in the system tray, right click the icon to show or exit the programme.
Errors
If an error is encountered, such as a clock does not respond then the programme will carry on to the next clock or stage BUTwill log the Error.
A notification is shown on the screen that an Error has occurred. To view the Error file, click Help|View Error Log.
Output and Names Files
- If CSV format is chosen then the data is saved in a CSV file called ClockRiteData.csv in the set folder.
- If ClockRite format is chosen then the data is saved in a file called ClockRiteData.dat
The format of the CSV output is: EmployeeID,Date,Time,InOutMode,VerifyMode,Workcode,ClockRef
Example;
101,11/02/14,11:20,0,2,0,BW
- Employee ID The Employee's clock number
- Date In the format DD/MM/YY
- Time In the format HH:MM (24 hour clock)
- InOutMode Integer indicating the type of clocking (if supported by the device)
- 0 = Clock-In (Default or Unknown)
- 1 = Clock-Out
- 2 = Break-Out
- 3 = Break-In
- 4 = Overtime-In
- 5 = Overtime-Out
- 255 = Unknown
- VerifyMode Integer indicating the method used to make the clocking (if supported by the device)
- 0 = Password or Unknown (Default)
- 1 = Fingerprint
- 2 = RFID Card
- Workcode Integer as entered or configured in the device if used (defaults to 0 if not used)
- ClockRef The reference used for the clock in the setup screen (if no reference has been setup, it will default to ‘Unknown’)
Employee Names
A CSV File can be created by the customer and sent to the clocks. The format should be: EmployeeID,EmployeeName
Example;
101,Joe Bloggs
102,Fred Smith
Updates
When ClockRite Solo starts and the PC is connected to the internet, it will check for any updates and if found please click OK to install the update. You can choo0se to skip if you wish but the updates are usually bug fixes to make your life easier.