Static Solutions CT-8900 Combo Tester Instructions 1/15/2015
58
Possible entries for Days:
MoTuWeThFrSaSu (one or more of)
La (Last day of month)
Fi (First day of month)
Possible entries for Time:
01:23 (hour in 24 hr format : minute). If the data in the log.txt file was generated in a different time zone (such as GMT-1), then add
a “G+01” suffix to the report time. This will change the time that the report was generated, but not change the time search
parameters in a report. For example, to run an exception report for workgroup IAA in Ireland at 4AM GMT, on a server located in
New York (11PM EDST), the line in the GenReport.txt task scheduler script might look like: “MoTuWeThFrSaSu 04:00G-0
Exception IAA joe@xyz.com”, which would run an exception report at 23:00 EDST (i.e. 04:00GMT) of all employees in the IAA
group who had not tested as of 04:00 (AM) the next day, and email the report to joe@xyz.com.
Possible entries for report:
LogSort (Lo) Combines the log.txt files from the test stations and sorts them
Exception (Ex) Report of employees who have not passed the test
2Exception (2E) Report of employees who have not tested before and after a break
Certification (Ce) Report of the status of the employee training certifications
Daily (Da) Report of the daily test log
Monthly (Mo) Report of tests summarized by month
GetNames (Ge) Combines the name.txt files from the test stations
SendNames (Se) Sends the server names.txt file to the test stations
BackupNames (Ba) Backs up the names.txt file through 7 rotations
M1Task (M1) Executes a custom batch program named M1.bat
M2Task (M2) Executes a custom batch program named M2.bat
M3Task (M3) Executes a custom batch program named M3.bat
M4Task (M4) Executes a custom batch program named M4.bat
M5Task (M5) Executes a custom batch program named M5.bat
Training (Tr) Imports the training course status to the names.txt file
Update (Up) Updates and deletes employee info from the names.txt file
Vacation (Va) Report of employees sick and vacation schedules
DownloadLog (Do) Imports the remote data base measurements to the log.txt file
NdownloadNames (Nd) Imports the remote data base names info to the names.txt file
Occupancy (Oc) Report of the employees who have not signed out
OperationMsgs (Op) Sends the Operations.txt operation messages file
LogSort will read all the test stations (that are listed in the netlist.txt file) log.txt files and combine and sort them into one log.txt file on
the server.
Exception will generate an exception report of workers who failed the test or did not test. The exception report will list employees that
have not yet within the last 12 hours that the report was run. To prevent second shift employees (who test at 4PM) from showing up
on the 7AM exception report, assign them different workgroups (like SH1 and SH2) and run the 7AM exception report for the SH1
workgroup only, and run the 4PM exception report for the SH2 workgroup only. To generate a report for interval other than 12 hours,
append the number of hours to “Exception” (or Ex). For example, to generate an exption report for an interval of 23.5 hours, enter
Exception23.5 (orException-23.5 or Ex23.5 or Ex-23.5).
2Exception will generate an exception report of workers who did not test twice within the last 12 hours. Tests must be separated by
3 hours or more. To generate a report for interval other than 12 hours, append the number of hours to “2Exception” (or 2E). For
example, to generate an exption report for an interval of 23.5 hours, enter 2Exception23.5 (or 2Exception-23.5 or 2E23.5 or 2E-23.5).
Certification will generate a report of workers who’s certification period has expired.
Daily will generate a report of test values for the day. If the “exit” feature is used, this will list both the test time and the exit time on
the same line.
Monthly will generate the monthly summary report.
GetNames will read all the test stations’ names.txt files and combine any newly added names into the server’s names.txt file, and call
BackupNames.
SendNames will send the names.txt file to the test stations listed in the netlist.txt file.
M1Task will launch (and execute what ever is in) your custom M1Task.bat file (such as copying report files from one computer to
another), but will not wait for M1Task.bat to finish.