ATR-TDA2, SC-TDA2: User Manual

Size: px
Start display at page:

Download "ATR-TDA2, SC-TDA2: User Manual"

Transcription

1 Minnesota Department of Transportation Office of Transportation Data Forecast and Analysis ATR-TDA2, SC-TDA2: User Manual Mar 25, 2014, Original Publication Dec, 2017, revised June, 2018, revised By Dr. Take M. Kwon University of Minnesota, Duluth

2 Contents 1. Introduction ATR-TDA Brief Implementation Description How to Use the ATR-TDA2 Software Plot Utility of ATR-TDA ATR Data and Log File Format SC-TDA Brief Implementation Description How To Use the SC-TDA2 Program Output File Data Formats Data Plot Tab Concluding Remark

3 1. Introduction This manual describes two software packages, ATR-TDA2 and SC-TDA2, developed by Dr. Taek Kwon at the University of Minnesota Duluth (UMD) for MnDOT. These software packages are available in MSI formats, which are installable in PC by a simple double click. For software developments, a version of Microsoft Visual Studio with.net Framework 4.5 was used. One of the critical aspects of using the ATR and SC software packages is the assumed file structure used by all UMD developed software packages. A specific directory tree with specific directory names must be manually created before using the software. The directory tree and names should exactly follow Figure 1 without change of the letter case neither the spelling. First, the root directory named traffic must be created. Inside the root directory, two directories should be created, which are defines and processed. Inside the defines or processed directory, ATR and SC directories should be available. The rest of subdirectories and files are automatically created by the software. Figure 1 illustrates this file structure. defines ATR SC traffic processed ATR SC TRADAS-ATR TRADAS-SC Figure 1: The traffic directory structure 2

4 After creating the directory tree as shown in Figure 1, the next step is to copy station definition files to the corresponding directories. To run the ATR-TDA2 program, the user must first place at least one ATR station definition file in the directory, traffic\defines\atr\, which defines the detector IDs for each station. For example, the ATR definition files in the directory may look like: traffic\defines\atr\ ATRDets txt ATRDef txt Test_ATRDef txt Each ATR definition files should include a string ATRDets or ATRDef in the name and inclusion of the created date is recommended as shown in the above examples. The user is required to select one of the available definition files using Settings. Similarly, the SC-TDA2 program also requires a short-duration count (SC) station definition file in the directory, traffic\defines\sc\, for example, the definition files in the directory may look like: traffic\defines\sc\ SCDets txt SCDef txt Test_SCDef txt The SC definition files should include a string SCDets or SCDef in its name. User is required to select one of the definition files before running SC-TDA2. Important Note: As of Dec 20, 2017, ATR-TDA and SC-TDA programs were upgraded to ATR-TDA2 and SC-TDA2 programs. These new versions no longer require the archives generated by ArcCon or ArcCon_Rochester programs and directly obtain traffic data from the RTMC IRIS server through on-line access. 3

5 2. ATR-TDA2 2.1 Brief Implementation Description Automatic Traffic Recorder (ATR) data is a continuous-count traffic data recorded every hour, 24/7, all year, non-stop. The ATR-TDA2 application computes ATR data from the Regional Traffic Management Center (RTMC) traffic data (mostly from loop detectors but there are some radar detectors). For generating the continuouscount data from RTMC data, the basic algorithm imputes missing data based on spatial and temporal inferences of traffic data. The equivalent spatial relation is created by defining primary, secondary, and tertiary detector sets, based on an equivalent traffic flow. Among the three sets of detector data, the program chooses the data set with least missing for computing the ATR data. Temporal relation is created based on the trend that the same day-of-week volume patterns in neighboring weeks are similar. The mathematical description and the detailed algorithm of the imputation process is available in the final report: TMC Traffic Data Automation for Mn/DOT s Traffic Monitoring Program, Minnesota Department of Transportation, Report No. MN-RC , July, The implementation of the software is described for non-programmers, and thus it is focused on description of procedural steps. The following list shows the steps of the ATR computation from 30 second detector data available from RTMC. 1. Load the station definition file specified in Settings. 2. Read in the Last Run Ending date from the Settings. 3. Generate an array of consecutive dates consisting of starting from Monday and ending on Sunday since the Last Run Ending date. 4. Check if the traffic data for the computing dates in the array are available. If data for the entire week is not available, give an error message and abort the computation. 5. Read in the 30 second data for primary, secondary, and tertiary detector set. 6. Compute the missing percentage of each detector set and choose the set with least missing. Spatial imputation. 7. Impute the 30 second detector data for only randomly missing data patterns using the Non-normal Bayesian Linear Regression (NBLR) algorithm, i.e., temporal imputation. 8. Compute the 30 second station data using the imputed detector data. 9. Pack the 30 second station data into 5 minute station data. 10. Impute the 5 minute station data using NBLR algorithm only for the randomly missing patterns. 4

6 11. Pack the imputed 5 minute data into hourly data. 12. For hourly missing data, impute them using the historic imputation algorithm if the option for historic imputation was selected in the Settings. 13. Output the data in an ASCII file format defined by the Office of Mn/DOT TDA. The historic imputation algorithm applied is briefly described. When a large amount of data is missing such as many hours or the whole day, the hourly data is copied from the historic database which is regularly updated whenever a date with no missing data is available. The historic database does not use holidays nor near holidays for the update of the database. Imputation based on the historic database of the detector data is referred to as the historic imputation. Historic data of each hour per day of the week is created using the following relation. Let d(n) be a good data of date n, then the historic data is recursively updated using the exponential moving average: d(n+1) = d(n)*0.5 + d(n-1)*0.5 and the data d(n+1) is kept in the database. This approach assigns a higher weight on the most recent data since d(n-1) was recursively produced using past data. The weight for the averaging is exponentially decreased as the dates get old. 2.2 How to Use the ATR-TDA2 Software In order to run ATR-TDA2, an ATR station definition file must be present and selected. If an ATR definition file was not selected or not present, all processing buttons are automatically disabled so that the user cannot run the ATR-TDA2 program. To select an ATR definition file, press the Settings\Parameters menu which should bring up the Parameter Settings window as shown in Figure 3. The Traffic Data Root Directory is the root node, traffic directory in Figure 1 and should be entered using the Browse Folder button in order avoid spelling mistakes. The textbox below the root directory shows the directory that is accessed by ATR-TDA2, derived from the traffic root directory. The check mark Perform historic imputation based past good data should be checked if historic imputation is desired to be used. The textbox under ATR Station Definition File should have the user selected ATR Definition file. It should be set using the button provided. When the ATR-TDA2 produces ATR data from RTMC traffic data, it can simultaneously produce two formats: the legacy input format for a SAS program and the FHWA volume format for TRADAS. The user is responsible to set the FHWA Export Folder using the Browse button. The ATR-TDA2 will then send all FHWA volume files to this directory. The setting parameters must then be saved using the Save button, otherwise they will be lost. 5

7 Figure 2: ATR-TDA Parameter Settings window Figure 3 shows the main window of ATR-TDA2. There are two options of computing the ATR files, Manual Run or Auto Run. The Manual Run is used to run one week at a time. To use this function, click any day of the week from the calendar. The software will then automatically determine one week (starting from Monday and ending on Sunday) that includes the date the user selected and produce the ATR data for the week. The second option is the Auto Run. This option computes the ATR files from the week after the Last Ending Date to the most recent week. This Auto Run function can be executed from the Windows Scheduler. Configuration of this option is described later. When the check mark Generate FHWA VOL file when ATR files are created is checked, the ATR-TDA2 produces both the regular ATR formatted data as well as the FHWA volume formatted data, which are then saved to the respective directory. The Generate FHWA Vol file from Existing ATR Files button is used when an FHWA formatted volume files need to be produced from ATR files. Clicking this button opens a folder dialog in the ATR data directory from which the user can select multiple ATR files for conversion. 6

8 Figure 3: ATR-TDA2 computation tab In order to automatically run the ATR-TDA program at the scheduled time every day, use the following setup for Windows Task Scheduler. 1. Open Windows Task Scheduler by Control Panel/Scheduled Tasks. 2. Double click on Add Scheduled Task. 3. Click the Browse button and browse to select C:\Program Files\Bulldog\ATR- TDA\ATR-TDA2.exe. 4. Select the Every Day option and set the Start time as desired. (you can also set Once a Week option) 5. Enter User Name and Password 6. Click Finish. 7. In the Action, select Start a program and select C:\Program Files\Bulldog\ATR- TDA\ATR-TDA2.exe for the Program/Script. In the Add arguments (optional) textbox, enter -auto. 7

9 2.3 Plot Utility of ATR-TDA2 The second tab named Plot Utility (shown in Figure 4) provides visualization of the ATR data computed. To use this utility, browse and load any ATR data files produced by the ATR-TDA2 program. Next, select ATR stations and dates, and then press one of the three buttons available. An example of Hourly Plot is shown in Figure 5. Figure 4: ATR-TDA2 Plot Utility tab Figure 5: An example of hourly plot 8

10 The daily plot shows daily volume of stations using a bar graph but it can be changed into a line graph using the Edit button. The data plotted can be retrieved using Excel by pressing the Export to a CSV file button which should open up data in Excel, from which data may be saved. 2.4 ATR Data and Log File Format ATR data outputs produced by the ATR-TDA2 program are two text files: ATR data file and log file. The filenames conform to the format where the date is the ending date of the week, i.e., ATRyyyymmddw1.dat ATRyyyymmddw1.log In the filename, w1 indicates that the file contains only one week of ATR data and the format is described next. Format of ATRyyyymmddw1.dat: All characters in the file are ASCII characters. One day data of a station in one direction occupies two rows: 12 hours per each row corresponding to AM in the first row and PM in the second row of the day. The format of a single line is summarized in Table 1. Table 1: Field Description of ATR Data File Digit Number Description Position of Digits 1 1 Always AM=1, PM= Month, Day of the month, Last two digit of the year 9 1 Day of the Week: Sun=1, Mon=2, Tue=3, Wed=4, Thu=5, Fri=6, Sat= Station ID 13 1 Lane direction of the station, E,W,S,N,R A Set of five digits represents the hourly volume. Sixty digits (12*5=60) are consecutively concatenated in the order representing hours 1 st to 12 th depending on AM or PM. 9

11 Interpretation of data by an example Below was taken from top four rows of an actual ATR file, ATR W1.dat E E W W Interpretation of the first line: E Digit Value Meaning Position 1 2 ATR data, always AM January st day Year Day of the Week: Monday Station ID = E Lane Direction, East A set of five digits representing the hourly volume. The data consists twelve five digits. ATR Log-File Data Format: The log file consists of two sections. The first section shows the statistics of missing detectors in the original traffic data and the missing percent of the station. Each set of these statistics is specified for Primary (P), Secondary (S), and Tertiary (T). Let s take an example. > Inspecting missing det files and missing-data (MD) on Tuesday, August 04, :: P: None, MD=.0%: S: None, MD=.0%: T: None, MD=.0% 301-7:: P: None, MD=.0%: S: None, MD=.0%: T: None, MD=.0% 303-1:: P: None, MD=.0%: S: None, MD=.0%: T: None, MD=.0% 303-5:: P: None, MD=.0%: S: None, MD=.0%: T: None, MD=.0% 305-1:: P: None, MD=.1%: S: None, MD=.0%: T: 0,MD=100.0% 305-5:: P: None, MD=.0%: S: None, MD=.0%: T: 0,MD=100.0% 309-1:: P: 341,342,343,MD=100.0%: S: None, MD=.0%: T: 335,336,337,338,-339,-340,MD=100.0% 309-5:: P: 178,179,189,MD=100.0%: S: 95,MD=25.0%: T: -181,-182,183,184,185,186,MD=100.0% 315-1:: P: 494,495,496,MD=100.0%: S: 266,267,525,1038,MD=100.0%: T: 156,268,269,270,533,MD=100.0% 315-5:: P: 256,257,1003,MD=100.0%: S: 1006,1007,1008,MD=100.0%: T: 110,254,255,1002,MD=100.0% 10

12 Line-1: 301-3:: P: None, MD=.0%: S: None, MD=.0%: T: None, MD=.0% Interpretation: The station ID is 301 and the direction is 3. Primary (P), secondary (S), tertiary (T) had no missing detectors. MD=.0% means that the missing data percentage is 0%. This also means no imputation is needed. Line-7: 309-1:: P: 341,342,343,MD=100.0%: S: None, MD=.0%: T: 335,336,337,338,-339,- 340,MD=100.0% Interpretation: The station ID is 309 and the direction is 1. The missing Primary detector IDs from the traffic file are 341, 342,343 and the missing data percentage is 100%. The secondary detectors are 100% available from the traffic file. The tertiary detectors are missing 100% from the traffic file, and the detector IDs are 335,336,337,338,-339, and The detector IDs with a negative sign indicate subtraction of the detector volume from the total station volume. In this case, the ATR- TDA used the secondary detector set. In the second section, the log data shows imputation adjustment details. The first line shows the station ID and direction, total volume of the day, and the percentage of imputation adjusted. The remaining part shows the hourly volume of 24 hours. For each hourly volume, it shows which detector set was used (P, S, or T), what was the volume before imputation (raw data), missing percent of raw data, and the amount of volume adjusted by imputation. The hourly volume follows the format described below: [P, S, T, or B and volume before imputation]:[missing percent]:[the amount adjusted] The letter B indicates that temporal and/or historic imputation occurred. Let s take an example dailyvol=11427 ImpAdj=33.85% P3:.0:0 P1:.0:0 P0:.0:0 P1:.0:0 P7:.0:0 P70:.0:0 P645:.0:0 P2057:.0:0 P1838:.0:0 P862:.0:0 P345:.0:0 P224:.0:0 B243:2.2:-57 B82:66.7:-4 B56:66.7:320 B228:66.7:413 B254:66.7:830 B263:66.7:987 B190:66.7:541 B117:66.7:147 B27:66.7:171 B31:66.7:269 B8:66.7:169 B7:66.7:82 Line 1: dailyvol=11427 ImpAdj=33.85% Station ID is 327-3; the daily total volume was 11,427; and imputation volume adjustment was 33.85% Line 2: P3:.0:0 P1:.0:0 P0:.0:0 P1:.0:0 P7:.0:0 P70:.0:0 Hour 0 Hour 1 Hour 2 Hour 3 Hour 4 Hour 5 Selected Set P P P P P P Raw Volume Missing % Adjusted

13 Line 3: P645:.0:0 P2057:.0:0 P1838:.0:0 P862:.0:0 P345:.0:0 P224:.0:0 Hour 6 Hour 7 Hour 8 Hour 9 Hour 10 Hour 11 Selected Set P P P P P P Raw Volume Missing % Adjusted Line 4: B243:2.2:-57 B82:66.7:-4 B56:66.7:320 B228:66.7:413 B254:66.7:830 B263:66.7:987 Hour 12 Hour 13 Hour 14 Hour 15 Hour 16 Hour 17 Selected Set B B B B B B Raw Volume Missing % Adjusted Line 5: B190:66.7:541 B117:66.7:147 B27:66.7:171 B31:66.7:269 B8:66.7:169 B7:66.7:82 Hour 18 Hour 19 Hour 20 Hour 21 Hour 22 Hour 23 Selected Set B B B B B B Raw Volume Missing % Adjusted In summary, the hourly volumes for the above 5 lines of log data indicate: Hour Before Imp Missing % After Imp Hour Before Imp Missing % After Imp From this data, we can learn that two thirds of detectors did not work during the 12nd 23 rd hours. After imputation, the afternoon peak hour volumes were increased to a normal range. 12

14 3. SC-TDA2 3.1 Brief Implementation Description SC-TDA2 computes Short-Duration Count (SC) data for the defined stations using the RTMC traffic data. For missing data, it applies similar imputation procedures as described in the ATR-TDA2 program. The main difference is that the SC-TDA2 program does not apply corrections based on historic imputation. The implementation of software is described for non-programmers, and thus it is only focused on description of procedures. The following list shows the overall steps of the computation. 1. Load the most recent station definition file. 2. Compute missing statistics of primary, secondary, and tertiary detector set and choose the set with least missing data for each station 3. Compute hourly data for each day using the following steps for each station: a. Impute the 30 second detector data for only randomly missing data patterns using the Non-normal Bayesian Linear Regression (NBLR) algorithm. b. Pack the 30 second detector data into station data. c. Pack the 30 second station data into 5 minute station data. d. Impute the 5 minute station data using NBLR algorithm only for the randomly missing patterns. e. Pack the imputed 5 minute station data into hourly data. f. If a single hour missing data exists, impute it by averaging the neighboring hours 4. Pack hourly data of all stations into a single binary file for each day. This produces 365 binary files since the period is normally selected for one year. 5. Perform week-to-week imputation if the option is chosen. This imputation uses the volume trend of neighboring weeks of the same day. Holidays and near holidays are excluded from the inference of data. 6. Pack the hourly data for all stations into a single binary file and save it as Hryyyymm.yr or Hryyyy-mm.yrImp, depending on whether it processed week-to-week imputation or not. 7. Pack the hourly volume data into daily volume data and save the whole data to a single binary file with the filename formatted with stayyyy-mm.days where yyyymm is the ending month of the period. 8. Search the consecutive zeros lasting longer than 7 days (one week) and mask out as missing data. 9. Search hourly volume for the highest hour, 30 th high hour, and 500 th high hour, and then output the data into the filename formatted as HighHouryyyy.txt. 13

15 10. Filter partial day data. Compute daily average of a station by averaging, excluding missing data. If a single day volume is less than 20% of the average, consider it as a partial day data and remove from the AADT computation. 11. Compute AADT using either by the AASHTO method or by simple averaging, depending on the option chosen by the user and save the result in a file with its name formatted with ADTSampleyyyyAASHTO.txt or ADTSampleyyyy.txt, depending on the AADT computation option chosen. The AASHTO AADT is computed using the following steps: 1. Compute day-of-week (DOW) ADT for each month, i.e., average volume of Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, and Saturday of the month. This produces seven values for each month. Call these values ADT_DOW (i,j) where i=1,2,,12 and j=1,2,, Compute Avg_ADT_DOW(j) = [ i=1 ADT_DOW (i, j) ]/12 for j=1,2,, AASHTO_AADT = [ j=1 Avg_ADT_DOW(j) ]/ How To Use the SC-TDA2 Program The software consists of three tabs, and first two tabs are used for SC data generation (Figure 6). The third tab is only used to retrieve hourly or daily volume data after the computation is completed. As the prerequisite, a SC station definition file must be set from Settings. For generating the SC data, please follow the steps provided below. 1. If the Traffic Data Root Directory is not set, set it using the Browse Folder button of the Settings/Parameters menu. 2. Set the Beginning Date and Ending Date of the computing year. 3. Compute the hourly data of each station by clicking the Generate Daily Vol Files button. This step takes a long time (4 to 5 hours for the entire TC network) since it is processing the data for the entire year for all stations, so the user should let it run overnight until the processing is completed and should not close the program in the middle or processing. 14

16 Figure 6: SC-TDA2 screen Below describes the folder and files produced by selecting the period 1/1/ /31/2010. File or folder HrSta\ Description This folder contains hourly volume of all stations per each day in a binary format, i.e., each file contains hourly data (24 values) for all stations for the date specified in the filename. ADTSample2010AASHTO.txt The final AADT for each station computed from the selected year. The data is stored in a text format. The word AASHTO in the filename does not present if it is a simple averaging AADT. HighHour2010.txt Hr yr Hr yrImp Sta days Hourly volume for the highest hour (1 st ), 30 th high hour, and 500 th high hour. The data is stored in a text format. This contains a table of the individual files in the folder HrSta. The data is stored in a binary format. This file is same as the Hr yr file except that the week-to-week imputation method was applied. This file contains daily volume of each station for the entire year. The data is stored in a binary format. 15

17 Change the tab to the AADT Computation tab (shown in Figure 6). 1. Load the directory traffic\processed\sc\yyyy-mm using the Browse Folder button where yyyy denotes the ending year and mm denotes the ending month of the selected period. 2. Select or deselect the option for week-to-week imputation 3. Select or deselect the option for AADT computation using the AASHTO AADT method or simple averaging. 4. Choose an option for producing TRADAS export files. If this option is selected, the TRADAS Export Directory must be selected using the Browse Folder button. 5. Press the Compute All button. It will then compute and produce the high-hour rank, AADT, and TRADAS export data files along with hourly and daily traffic volume files in the yyyy-mm directory. ***Note: The directories are automatically set to the most recent computation by the software. Consequently, the user just needs to accept the default directory set by the program and press the Compute All button. It may not have the proper directories set if the program was closed in between and reran. Figure 7: SC-TDA AADT Computation Tab 16

18 3.3 Output File Data Formats Although multiple intermediate data files are produced, the final SC outputs of the SC-TDA2 program are two text files that follow the format specified by the Mn/DOT TDA office, i.e., AADT data and hourly order-statistic data. AADT Data File The AADT data is contained in the filename with ADTSampleyyyyAASHTO.txt where yyyy indicates the year computed. It is a text file and consists of five columns separated by comma. The columns are: Column Description number 1 Station ID (Sequence number) 2 Direction code: 1=N, 2=NE, 3=E, 4=SE, 5=S, 6=SW, 7=W, 8=NW, 9=N- S or NE-SW combined, 0=E-W or SE-NW combined. 3 Ending date, MM/dd/yyyy where MM=month, dd=day, yyyy=year 4 AADT of the station (directional) 5 Comment enclosed by double quotations ***. It contains the number of valid days available for computation, data source (TMC), a list of months with no complete week data. Example) The following line show an example of a single row in the AADT data file , 1, 12/31/2011, 31395, "144 TMC " This line is interpreted as: station_id=10974, Lane_direction=North, Ending_Date=12/31/2011, AADT=31395, and the comment which says 144 days were available for AADT computation and the months that did not have at least one complete week are 7, 8, 9, 10, 11, and

19 Hourly Order-Statistic File The HighHouryyyy.txt file contains ordered hourly volume data of 1 st, 30 th, and 500 th highest rank volume. It consists of four columns by following the format described below. Column Description Number 1 Station ID (Sequence number) 2 1 st highest hour: date and hour, the hour volume, directional distribution 3 30 th highest hour: date and hour, the hour volume, directional distribution th highest hour: date and hour, the hour volume, directional distribution Example) The following line show an example of a single row of the hourly high volume ranked data. 9835, 08/29/2011: /(3+7)=0.52, 08/19/2011: /(3+7)=0.54, 01/21/2011: /(3+7)=0.52 It is interpreted as: Station ID = 9835; The highest hourly volume = 11,866 which occurred on 8/29/2011 at 4:00pm, East directional volume was 52%; The 30 th highest hourly volume = 11,316 which occurred on 8/19/2011 at 4:00pm, East directional volume was 54%; The 500 th highest hourly volume = 10,056 which occurred on 1/21/2011 at 4:00pm, East directional volume was 52%; 18

20 TRADAS AADT file format The AADT data is produced to export to TRADAS. The filename follows the following format. AADT-TRADAS-yyyymmdd(begin date)-yyyymmdd(end date).txt. An example filename is AADT-TRADAS txt Inside the file is a text data, consisting of eight columns separated by comma. The columns are: Column Description number 1 V24 2 Station ID (Sequence number) 3 Direction code: 1=N, 2=NE, 3=E, 4=SE, 5=S, 6=SW, 7=W, 8=NW, 9=N- S or NE-SW combined, 0=E-W or SE-NW combined. 4 Beginning date, MM/dd/yyyy where MM=month, dd=day, yyyy=year 5 Ending date, MM/dd/yyyy where MM=month, dd=day, yyyy=year 6 AADT of the station (directional) 7 It contains the number of valid days available for computation, a list of months with incomplete week data separated by space. 8 Data Source, i.e., RTMC Example) The following line show an example of a single row in the AADT data file. V24,98357,01/01/2012,12/31/2012,53914,255 days ,RTMC FHWA Volume Format It contains hourly data for each station for the period defined, typically one year. It follows the standard format defined by Traffic Monitoring Guide, May 1, There are some default values set, which are described including variables in the following table. Column(s) Description 1 Record Type= 3, Traffic volume record 2-3 FIPS State Code= 27, Minnesota 4-5 Functional Classification Code= Station Identification=SC Sequence number in 6 digites 12 Direction of Travel Code=SC Station Direction 13 Lane of Travel= 0, combined lanes Year of Data=yy 19

21 16-17 Month of Data=MM Day of Data=dd 20 Day of Week (1=Sun, 2=Mon, 3=Tue, 4=Wed, 5=Thr, 6=Fri, 7=Sat) 21-25,, Traffic Volume Counted Field=(5digit hourly vol) * Restrictions= 0, no restrictions 3.4 Data Plot Tab When SC-TDA2 runs, it not only produces the final AADT data but also produces hourly (just like ATR) and daily traffic data for the entire year. You can use the Data Plot tab to retrieve hourly and daily traffic volumes in three forms: text, Excel, or graph. This tool is useful when you want to see hourly volumes of a day or daily volumes of entire year. A screen shot of this Tab is shown in Figure 8. Left side of the window is used for hourly volume retrieval, and the right side is used for retrieval of daily volume. For retrieving hourly volume of a day, an hourly volume file with.yr or.yrimp extension should be loaded using the Browse/Load button, which would populate the Stations and Dates ListBox. The user may then select one or more stations and a date. The three buttons on the right side of the dates ListBox provide retrieval options of text, Excel, or graph. Figure 9 shows an example of the hourly plot of four stations selected as shown in Figure 8. Daily volume is retrieved using the right side plane. Loading a daily traffic volume file ( *.days ) populates the station list. The text, Excel, and graph outputs, all of them, provide daily volume for the entire year. An example plot is shown in Figure 9. 20

22 Figure 8: Data Plot tab Figure 9: Hourly volume plot of four stations selected 21

23 Figure 10: Monthly volume plot of two stations 22

24 4. Concluding Remark Although the outside interfaces of the programs described in this manual show simplicity, the internal programs are actually very complex, developed by multiple years of research and development, writing thousands of lines of codes. The mathematical procedures applied for imputation may be understood at the level of a Maters of Science (M.S.) in Engineering or Mathematics. If anyone wishes to explore the mathematical procedures used in the software for multiple imputation, reading of the following two books are highly recommended. [1] Rubin, Donald B., Multiple Imputation For Non-Response in Surveys, Wiley Series in Probability and Mathematical Statistics, [2] Little, R. J. A. and D. B. Rubin, Statistical Analysis with Missing Data, Wiley Series in Probability and Mathematical Statistics, The software packages will be updated regularly, typically triggered by the following events (1) error was found, (2) operating system (OS) versions have been changed, (3) RTMC changed the data format, or (4) after a major upgrade. Presently, the OS supported by the software are Windows 7 and 10 and it requires.net Framework 4.5. The latest versions of the software are distributed through the web site: Lastly, I would like to thank three people contributed towards this work: Mark Flinner, Gene Hicks, and Megan Forbes. Their inputs were invaluable for research, development, and implementation of the final software packages. 23

ATR-TDA, SC-TDA, and ArcCon, ArcCon_Rochester: User Manual

ATR-TDA, SC-TDA, and ArcCon, ArcCon_Rochester: User Manual Minnesota Department of Transportation Office of Transportation Data and Analysis ATR-TDA, SC-TDA, and ArcCon, ArcCon_Rochester: User Manual Mar 25, 2014, Original Publication Dec, 2017, revised By Dr.

More information

Scheduling. Scheduling Tasks At Creation Time CHAPTER

Scheduling. Scheduling Tasks At Creation Time CHAPTER CHAPTER 13 This chapter explains the scheduling choices available when creating tasks and when scheduling tasks that have already been created. Tasks At Creation Time The tasks that have the scheduling

More information

Detector Data Extractor V3.5 User Manual

Detector Data Extractor V3.5 User Manual TDRL, DetectorExtractor V3.5 Manual, Page 1 Detector Data Extractor V3.5 User Manual Provided by Transportation Data Research Laboratory A Division of Northland Advanced Transportation Systems Research

More information

Conditional Formatting

Conditional Formatting Microsoft Excel 2013: Part 5 Conditional Formatting, Viewing, Sorting, Filtering Data, Tables and Creating Custom Lists Conditional Formatting This command can give you a visual analysis of your raw data

More information

Payflow Implementer's Guide FAQs

Payflow Implementer's Guide FAQs Payflow Implementer's Guide FAQs FS-PF-FAQ-UG-201702--R016.00 Fairsail 2017. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced, disclosed, or used

More information

DRAFT. Trail Counter Update. Central Iowa Trail Count Program. Trail counters in Central Iowa

DRAFT. Trail Counter Update. Central Iowa Trail Count Program. Trail counters in Central Iowa Trail Counter Update Trail counters in Central Iowa Central Iowa Trail Count Program In October 2011, the MPO began the Central Iowa Trail Count Program with 40 infrared trail counters from TRAFx Research

More information

MONITORING REPORT ON THE WEBSITE OF THE STATISTICAL SERVICE OF CYPRUS DECEMBER The report is issued by the.

MONITORING REPORT ON THE WEBSITE OF THE STATISTICAL SERVICE OF CYPRUS DECEMBER The report is issued by the. REPUBLIC OF CYPRUS STATISTICAL SERVICE OF CYPRUS MONITORING REPORT ON THE WEBSITE OF THE STATISTICAL SERVICE OF CYPRUS DECEMBER The report is issued by the Monitoring Report STATISTICAL DISSEMINATION AND

More information

AIMMS Function Reference - Date Time Related Identifiers

AIMMS Function Reference - Date Time Related Identifiers AIMMS Function Reference - Date Time Related Identifiers This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit www.aimms.com Aimms 3.13 Date-Time

More information

Example. Section: PS 709 Examples of Calculations of Reduced Hours of Work Last Revised: February 2017 Last Reviewed: February 2017 Next Review:

Example. Section: PS 709 Examples of Calculations of Reduced Hours of Work Last Revised: February 2017 Last Reviewed: February 2017 Next Review: Following are three examples of calculations for MCP employees (undefined hours of work) and three examples for MCP office employees. Examples use the data from the table below. For your calculations use

More information

BUT2 7day 11/4/07 11:07 PM Page 1. Introduction

BUT2 7day 11/4/07 11:07 PM Page 1. Introduction BUT2 7day 11/4/07 11:07 PM Page 1 Introduction This booklet will give you easy to follow instructions to allow you to set your BUT2 Timeswitch to the 7 Day, (different times every day) program. Contents

More information

Elixir Schedule Designer User Manual

Elixir Schedule Designer User Manual Elixir Schedule Designer User Manual Release 8.4.1 Elixir Technology Pte Ltd Elixir Schedule Designer User Manual: Release 8.4.1 Elixir Technology Pte Ltd Published 2012 Copyright 2012 Elixir Technology

More information

Minnesota Department of Transportation BullConverter: User Manual

Minnesota Department of Transportation BullConverter: User Manual Minnesota Department of Transportation BullConverter: User Manual Contents 1. Start Tab... 1 2. Site Name Edit Tab... 3 3. IRD Binary Tab... 4 4. Kistler DL Data Conversion... 5 5. Intercomp Data Conversion...

More information

Calendar Excel Template User Guide

Calendar Excel Template User Guide Calendar Excel Template User Guide Excel-based simple Calendar Template Version 3 This Excel-based template provides a calendar template for each month of a year. It also incorporates an hourly schedule

More information

Minnesota Department of Transportation BullConverter: User Manual

Minnesota Department of Transportation BullConverter: User Manual Minnesota Department of Transportation BullConverter: User Manual Contents 1. Settings.ini File Location... 1 2. Site Name and ID Database Entry... 2 3. Classification Scheme Selection... 3 4. Multiple

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

BUP2 5/2 12/4/07 12:49 AM Page 1. Introduction

BUP2 5/2 12/4/07 12:49 AM Page 1. Introduction BUP2 5/2 12/4/07 12:49 AM Page 1 Introduction This booklet will give you easy to follow instructions to allow you to set your BUP2 Programmer to the Weekday/Weekend, (same times Monday - Friday, different

More information

Schedule/BACnet Schedule

Schedule/BACnet Schedule Object Dictionary 1 Schedule/BACnet Schedule Introduction Note: The Johnson Controls Schedule object is considered a BACnet Schedule object because it supports BACnet functionality. In addition, this object

More information

Installing the Sample Files

Installing the Sample Files (610) 594-9510 Installing the Sample Files Our sample files are available for you to download from the Internet onto your own computer. Each course has a set of sample files which have been compressed

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 8.00 Generating Fiscal Periods Document Release Date: July 2009 Software Release Date: July 2009 Legal Notices Warranty The only warranties

More information

The Year argument can be one to four digits between 1 and Month is a number representing the month of the year between 1 and 12.

The Year argument can be one to four digits between 1 and Month is a number representing the month of the year between 1 and 12. The table below lists all of the Excel -style date and time functions provided by the WinCalcManager control, along with a description and example of each function. FUNCTION DESCRIPTION REMARKS EXAMPLE

More information

Generating Reports CHAPTER. Manual Reports

Generating Reports CHAPTER. Manual Reports CHAPTER 16 Cisco Prime CM enables you to generate comprehensive usage reports to: Identify problem areas and helps you to prevent future outages. Facilitate capacity planning for future deployment. It

More information

TB-2 The Universal Text Trade Database File Format

TB-2 The Universal Text Trade Database File Format TradeSim Advanced Trading Simulator and Back Tester Technical Brief 2 The Universal Text Trade Database File Format TradeSim Professional Edition TradeSim Enterprise Edition Last Update 29 March 2007 Page

More information

Etarmis. LITE User Guide

Etarmis. LITE User Guide LITE User Guide Contents Creating A New Personal Record 3 Changing A Password 6 Creating a Site Administrator 7 Deleting An Employee 8 Making A Correction 10 Deleting A Correction 12 Modifying A Booking

More information

Preposition Configuration Mode Commands

Preposition Configuration Mode Commands Chapter 3 Preposition Configuration Mode Commands To create and modify preposition directives on a WAAS device for prepositioning files for WAFS, use the accelerator cifs preposition global configuration

More information

INFORMATION TECHNOLOGY SPREADSHEETS. Part 1

INFORMATION TECHNOLOGY SPREADSHEETS. Part 1 INFORMATION TECHNOLOGY SPREADSHEETS Part 1 Page: 1 Created by John Martin Exercise Built-In Lists 1. Start Excel Spreadsheet 2. In cell B1 enter Mon 3. In cell C1 enter Tue 4. Select cell C1 5. At the

More information

CIC Scheduled Reports

CIC Scheduled Reports CIC Scheduled Reports User Guide 2018 R2 Last updated 2018-02-08 (See Change Log for summary of changes.) Abstract Scheduled Reports is a reporting tool that schedules Crystal Reports to run and distributes

More information

Help on the SPECTRUM Control Panel

Help on the SPECTRUM Control Panel Help on the SPECTRUM Control Panel The SPECTRUM Control Panel is a convenient Point and Click interface that provides facilities that let you configure SPECTRUM resources, start and stop SpectroSERVER,

More information

2014 FALL MAILING SEASON Update for the Mailing Industry. August 18, 2014

2014 FALL MAILING SEASON Update for the Mailing Industry. August 18, 2014 2014 FALL MAILING SEASON Update for the Mailing Industry August 18, 2014 Agenda Service Actions Taken in 2014 Fall Mailing Season 2013 Review Drop Ship Profile Machine Utilization FSS Holiday Preparedness

More information

Posting Bridge Game Results to VCBridge.org by Bob Gruber

Posting Bridge Game Results to VCBridge.org by Bob Gruber Posting Bridge Game Results to VCBridge.org by Bob Gruber To post bridge game results to VCBridge.org the Ventura Unit, Unit 547, web site you need three things: 1. an Internet connection, 2. ACBLscore

More information

About the SPECTRUM Control Panel

About the SPECTRUM Control Panel About the SPECTRUM Control Panel The SPECTRUM Control Panel is a convenient Point and Click interface that provides facilities that let you configure SPECTRUM resources, start and stop SpectroSERVER, start

More information

ESTIMATING PARAMETERS FOR MODIFIED GREENSHIELD S MODEL AT FREEWAY SECTIONS FROM FIELD OBSERVATIONS

ESTIMATING PARAMETERS FOR MODIFIED GREENSHIELD S MODEL AT FREEWAY SECTIONS FROM FIELD OBSERVATIONS 0 ESTIMATING PARAMETERS FOR MODIFIED GREENSHIELD S MODEL AT FREEWAY SECTIONS FROM FIELD OBSERVATIONS Omor Sharif University of South Carolina Department of Civil and Environmental Engineering 00 Main Street

More information

Help on the SPECTRUM Control Panel

Help on the SPECTRUM Control Panel Help on the SPECTRUM Control Panel The SPECTRUM Control Panel is a convenient Point and Click interface that provides facilities that let you configure SPECTRUM resources, start and stop SpectroSERVER,

More information

Austin Community College Google Apps Calendars Step-by-Step Guide

Austin Community College Google Apps Calendars Step-by-Step Guide The topics that will be covered in this workshop: Access (p.2) Calendar Settings (p.2) o General Tab (p.2) o Calendar Tab (p.3) Change Calendar Color (p.3) Calendar Notifications (p.4) Sharing (p.4) o

More information

What if Analysis, Charting, and Working with Large Worksheets. Chapter 3

What if Analysis, Charting, and Working with Large Worksheets. Chapter 3 What if Analysis, Charting, and Working with Large Worksheets Chapter 3 What we will cover Rotating Text Using the fill handle to create a series of month names Copying and pasting What we will cover Inserting,

More information

TutorTrac for Staff LOGINS: Kiosk Login Setting up the Kiosk for Student Login:

TutorTrac for Staff LOGINS: Kiosk Login Setting up the Kiosk for Student Login: LOGINS: TutorTrac for Staff Kiosk Login Setting up the Kiosk for Student Login: Click on the TutorTrac icon: This goes to http://tutortrac.davenport.edu (or type in the URL, if the shortcut is not available).

More information

The Scheduler & Hotkeys plugin PRINTED MANUAL

The Scheduler & Hotkeys plugin PRINTED MANUAL The Scheduler & Hotkeys plugin PRINTED MANUAL Scheduler & Hotkeys plugin All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information

User Guide. 3CX Audio Scheduler. Version

User Guide. 3CX Audio Scheduler. Version User Guide 3CX Audio Scheduler Version 15.5.21 "Copyright VoIPTools, LLC 2011-2018" Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted

More information

User Guide on Online Resource Booking System (ORBS) Centre for Genomic Sciences HKU

User Guide on Online Resource Booking System (ORBS) Centre for Genomic Sciences HKU User Guide on Online Resource Booking System (ORBS) Centre for Genomic Sciences HKU July 2013 Introduction to Online Resource Booking System The Online Resource Booking System (ORBS) is a convenient web-based

More information

Solar Eclipse Scheduler. Release 9.0

Solar Eclipse Scheduler. Release 9.0 Solar Eclipse Scheduler Release 9.0 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates

More information

KisDA: User Manual Contents

KisDA: User Manual Contents KisDA: User Manual Contents 1. Parameter Setup... 1 2. Three Buttons... 2 3. Task Scheduled Runs... 3 4. Archived File Columns and Error/Warning Code Description... 6 By Taek M. Kwon, Ph.D. Transportation

More information

Demand Impact Model User Manual

Demand Impact Model User Manual Final Demand Impact Model User Manual Part of the Massachusetts Residential Retrofit and Low Income Program Area Evaluation June 2012 Prepared by: The Cadmus Group, Inc. Energy Services Division 720 SW

More information

Study Area and Location District PSA Ward ANC Phase Description A Proposed I-395 Southwest after Exit 4, Eastbound

Study Area and Location District PSA Ward ANC Phase Description A Proposed I-395 Southwest after Exit 4, Eastbound Speed Limit and Safety Nexus Studies for Automated Enforcement Locations in the District of Columbia I-395 SW after Exit 4 E/B Study Area and Location District PSA Ward ANC Phase Description 1 71 8 8A

More information

Speed Limit and Safety Nexus Studies for Automated Enforcement Locations in the District of Columbia Inside Southern part of 3rd Street Tunnel

Speed Limit and Safety Nexus Studies for Automated Enforcement Locations in the District of Columbia Inside Southern part of 3rd Street Tunnel Speed Limit and Safety Nexus Studies for Automated Enforcement Locations in the District of Columbia Inside Southern part of 3rd Street Tunnel Study Area and Location District PSA Ward ANC Phase Description

More information

Development of Data Warehouse and Applications for Continuous Vehicle Class and Weigh-in-Motion Data

Development of Data Warehouse and Applications for Continuous Vehicle Class and Weigh-in-Motion Data 2009-33 Development of Data Warehouse and Applications for Continuous Vehicle Class and Weigh-in-Motion Data Take the steps... Research...Knowledge...Innovative Solutions! Transportation Research Technical

More information

OPERATING MANUAL- MODEL : BS-101

OPERATING MANUAL- MODEL : BS-101 OPERATING MANUAL- MODEL : BS-101 Refer the attached connection diagram to install Slave units in all classrooms of your premises. Part Id is mentioned on the sticker pasted on right side of each Slave

More information

Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center)

Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center) Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center) System Phone Number 578-6618 Help Desk Phone Number 631-4868 (6:00 a.m. 4:30 p.m.) Write your Access number here Write

More information

Total Market Demand Wed Jul 26 Thu Jul 27 Fri Jul 28 Sat Jul 29 Sun Jul 30 Mon Jul 31 Tue Aug 01

Total Market Demand Wed Jul 26 Thu Jul 27 Fri Jul 28 Sat Jul 29 Sun Jul 30 Mon Jul 31 Tue Aug 01 MW July 26, 2017 - August 1, 2017 This report provides a summary of key market data from the IESO-administered markets. It is intended to provide a quick reference for all market stakeholders. It is composed

More information

USER GUIDE. Biometric Attendance Software.

USER GUIDE. Biometric Attendance Software. USER GUIDE Product AXES Time Biometric Attendance Software E-mail : Web site: sales@axestime.com Care@axestime.com www.axestime.com Overview Axes Time is an industry leader in terms of both innovation

More information

DOORKING SYSTEMS. PROGRAMMING OVERVIEW Programming from System Keypad Programming through Software Communication from PC to Controller

DOORKING SYSTEMS. PROGRAMMING OVERVIEW Programming from System Keypad Programming through Software Communication from PC to Controller DOORKING SYSTEMS ACCESS CONTROL SOLUTIONS DKS SOFTWARE AND SYSTEM CONNECTIVITY WORKSHOP PROGRAMMING OVERVIEW Programming from System Keypad Programming through Software Communication from PC to Controller

More information

The Direct Excel Connection plugin PRINTED MANUAL

The Direct Excel Connection plugin PRINTED MANUAL The Direct Excel Connection plugin PRINTED MANUAL Direct Excel Connection plugin All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical,

More information

PanelView Plus and Text Historian Guide

PanelView Plus and Text Historian Guide PanelView Plus and Text Historian Guide Version 12.4 SyTech, Inc. The Complete Reporting Solution Information in this document is subject to change without notice. SyTech, Inc. assumes no responsibility

More information

REV SCHEDULER (iseries)

REV SCHEDULER (iseries) Powerful Scheduling made easy Run scheduled jobs in an unattended environment throughout your Enterprise to increase: Throughput, Accuracy, Efficiency. Base Model is native on all platforms Run REV SCHEDULER

More information

CIMA Certificate BA Interactive Timetable

CIMA Certificate BA Interactive Timetable CIMA Certificate BA Interactive Timetable 2018 Nottingham & Leicester Version 3.2 Information last updated 09/03/18 Please note: Information and dates in this timetable are subject to change. Introduction

More information

UNIVERSITY EVENTS CALENDAR TIP SHEET

UNIVERSITY EVENTS CALENDAR TIP SHEET INFORMATION TECHNOLOGY SERVICES UNIVERSITY EVENTS CALENDAR TIP SHEET Discover what s happening on campus with Florida State University s interactive events calendar. The calendar powered by Localist brings

More information

Smart CRM. Powered by: Support: / Mon. Fri. 8:30 AM 9:00 PM Sat. & Sun. 10:00 AM 3:00 PM.

Smart CRM. Powered by: Support: / Mon. Fri. 8:30 AM 9:00 PM Sat. & Sun. 10:00 AM 3:00 PM. Smart CRM Powered by: Support: 909-859-2040 / 800-925-1525 Mon. Fri. 8:30 AM 9:00 PM Sat. & Sun. 10:00 AM 3:00 PM www.crmls.org Smart CRM (Client Relationship Manager/Contact Manager) All rights reserved.

More information

Modifying IPM Components

Modifying IPM Components CHAPTER 4 This chapter provides information on modifying IPM components. IPM components include collectors, source routers, target devices, and operations. Information is provided on viewing, updating,

More information

Jewish Federation of Metropolitan Chicago. Author DP 3/23/2010 5/17/2010 2/6/2012 Reviewer Approver Publisher

Jewish Federation of Metropolitan Chicago. Author DP 3/23/2010 5/17/2010 2/6/2012 Reviewer Approver Publisher VIRTUALL EVENT MANAGEMENT SYSTEM EVENT MANAGEMENT SYSTEM TRAINING RELEASE 2. 0 Jewish Federation of Metropolitan Chicago 30 South Wells Chicago, IL 60606 Jewish Federation of Metropolitan Chicago Rev 1

More information

Amb-OS User Interface FTP Transfer Manual

Amb-OS User Interface FTP Transfer Manual Amb-OS User Interface FTP Transfer Manual Amb-OS Media, LLC Amb-OS User Interface Revision 18v AMR-100 Receiver Firmware Revision 2.21 Revision 03 05/19/14 SUPPORT INFORMATION Email: support@amb-os.com

More information

BGE s Customer Consumption Data Website Guidelines

BGE s Customer Consumption Data Website Guidelines BGE s Customer Consumption Data Website Guidelines BGE s Customer Consumption Data Web (CDWeb) application provides gas and electricity suppliers, brokers, aggregators, third-party consultants and curtailment

More information

Part No. P CallPilot. Programming Record

Part No. P CallPilot. Programming Record Part o. P0941757 01.1 CallPilot Programming Record 2 P0941757 01.1 About the CallPilot Programming Record 3 Use this guide to record how you program your CallPilot 100/150 or Business Communications Manager

More information

CREATING A REGISTRATION FORM - GETTING STARTED

CREATING A REGISTRATION FORM - GETTING STARTED If you are adding an event that requires registration, you will first need to create a registration form. If your registration form has already been created please skip down to page 7 and begin from ADDING

More information

Virtuoso Week Exchange

Virtuoso Week Exchange What is Virtuoso Week Exchange? Virtuoso Week Exchange is a website that enables you to communicate with all registered Virtuoso Week attendees. You can: Book your 10-Minute Attendee-Selected Meetings

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Designing Adhoc Reports Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Designing Adhoc Reports i Copyright 2012 Intellicus Technologies This

More information

Altus Call Recording. Dashboard Admin User Guide. Document Version Maryland Way, Suite 300 Brentwood, TN Tel

Altus Call Recording. Dashboard Admin User Guide. Document Version Maryland Way, Suite 300 Brentwood, TN Tel Altus Call Recording Dashboard Admin User Guide Document Version 1.3 5121 Maryland Way, Suite 300 Brentwood, TN 37027 Tel +1 615.465.4001 WWW.ALTUSUC.COM Table of Contents About This Document... 5 1.1

More information

TURNING MOVEMENT CALCULATOR VERSION 3.0

TURNING MOVEMENT CALCULATOR VERSION 3.0 TURNING MOVEMENT CALCULATOR VERSION 3.0 User Guide February 23, 2008 Whitehouse Group Inc. For support: +1 (202) 241-2008 software@wgianalytics.com TABLE OF CONTENTS INTRODUCTION... 1 Features... 1 Benefits...

More information

Securities Lending Reporting

Securities Lending Reporting Securities Lending Reporting User notes for submitting Borrowed, Loaned and Committed Securities information via ASX Online November 2013 User notes for submitting Borrowed and Loaned Stock information

More information

Import Advice - How do I guide...

Import Advice - How do I guide... Import Advice - How do I guide... June 2018 Version: 3 TABLE OF CONTENTS Register for Import Advice... 2 Log In... 4 Creating a Block Stack... 6 Create a Day Pickup... 8 New Feature of remove group...

More information

HOSTED CONTACT CENTRE

HOSTED CONTACT CENTRE ---------------------------------------------------------------------------- ------ HOSTED CONTACT CENTRE ANALYTICS GUIDE Version 9.4 Revision 1.0 Confidentiality and Proprietary Statement This document

More information

BroadCloud PBX Call Recording

BroadCloud PBX Call Recording BroadCloud PBX Call Recording Dashboard Admin User Guide Document Version 1.1 9737 Washingtonian Boulevard, Suite 350 Gaithersburg, MD 20878 Tel +1 301.977.9440 WWW.BROADSOFT.COM BroadWorks Guide Copyright

More information

Server Edition USER MANUAL. For Mac OS X

Server Edition USER MANUAL. For Mac OS X Server Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion are registered

More information

Real Time Clock. This appendix contains the information needed to install, program, and operate the Real Time Clock (RTC) option.

Real Time Clock. This appendix contains the information needed to install, program, and operate the Real Time Clock (RTC) option. Real Time Clock This appendix contains the information needed to install, program, and operate the Real Time Clock (RTC) option. 1222 Real Time Clock Overview Overview This hardware option is available

More information

Speed Limit and Safety Nexus Studies for Automated Enforcement Locations in the District of Columbia 1100 Block 4th Street NE

Speed Limit and Safety Nexus Studies for Automated Enforcement Locations in the District of Columbia 1100 Block 4th Street NE Speed Limit and Safety Nexus Studies for Automated Enforcement Locations in the District of Columbia 11 Block 4th Street NE Study Area and Location District PSA Ward ANC Phase Description 1 14 6 6C Proposed

More information

RITIS Training Module 4 Script

RITIS Training Module 4 Script RITIS Training Module 4 Script Welcome to the Regional Integrated Information System or RITIS Module 04 CBT. To begin, select the start button or press Shift+N on your keyboard. This training module will

More information

MyOwnDeliveries. a Magento module. User manual

MyOwnDeliveries. a Magento module. User manual MyOwnDeliveries a Magento module User manual Summary Installation 3 On the front office 4 When ordering 4 When subscribing 6 Booking system 7 Delivery sub areas 7 time slots occupation 7 Reservation windows

More information

B.2 Measures of Central Tendency and Dispersion

B.2 Measures of Central Tendency and Dispersion Appendix B. Measures of Central Tendency and Dispersion B B. Measures of Central Tendency and Dispersion What you should learn Find and interpret the mean, median, and mode of a set of data. Determine

More information

Requirements: Installation:

Requirements: Installation: Requirements: SQLite3 is required for the database. Linux users should install SQLite3 using their distributions package manager. Or you can download it from the SQLite website: http://sqlite.org/ For

More information

HN1000/HN2000 Product Manual

HN1000/HN2000 Product Manual HN1000/HN2000 Product Manual TABLE OF CONTENTS 1.0 Introduction...1 2.0 Mounting the HN1000/HN2000... 2 3.0 Setting Up Your Optional upunch Account... 4 3.1 Creating Your Account...4 3.2 Adding Departments

More information

Vyapin Virtualization Management Suite

Vyapin Virtualization Management Suite Vyapin Virtualization Management Suite Last Updated: June 2016 Copyright 2016 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems Private

More information

Study Area and Location District PSA Ward ANC Phase Description A Existing 1700 Block North Portal Drive Northwest Southwest-bound

Study Area and Location District PSA Ward ANC Phase Description A Existing 1700 Block North Portal Drive Northwest Southwest-bound Speed Limit and Safety Nexus Studies for Automated Enforcement Locations in the District of Columbia 17 Block North Portal Drive NW Study Area and Location District PSA Ward ANC Phase Description 4 41

More information

Electra Elite and InfoSet are registered trademarks of NEC America, Inc.

Electra Elite and InfoSet are registered trademarks of NEC America, Inc. reserves the right to change the specifications, functions, or features, at any time, without notice. has prepared this document for the use by its employees and customers. The information contained herein

More information

25 Saving Setting Guide Import/Export Nodes and Symbols

25 Saving Setting Guide Import/Export Nodes and Symbols 25 Saving 25.1...25-2 25.2 Import/Export Nodes and Symbols...25-7 25-1 25.1 When you finish the settings of the entry node(s), symbol(s) and function(s), save these set data as a "Network Project File".

More information

Users Guide For. 'Convert PowerPoint' By SoftInterface, Inc.

Users Guide For. 'Convert PowerPoint' By SoftInterface, Inc. Users Guide For 'Convert PowerPoint' By SoftInterface, Inc. Version 2.x Windows 95/98/2000/XP Contents 'Convert PowerPoint' Users Manual 1 What is 'Convert PowerPoint'?...1 'Convert PowerPoint' Features...2

More information

Chapter 10 Protecting Virtual Environments

Chapter 10 Protecting Virtual Environments Chapter 10 Protecting Virtual Environments 164 - Protecting Virtual Environments As more datacenters move to virtualize their environments and the number of virtual machines and the physical hosts they

More information

GreenThumb Garden Registration

GreenThumb Garden Registration GreenThumb Garden Registration 2015-2019 Garden Name Block Lot CB Jurisdiction Two members must provide full contact information on the license agreement, including phone numbers, addresses and emails.

More information

Monitor Qlik Sense sites. Qlik Sense Copyright QlikTech International AB. All rights reserved.

Monitor Qlik Sense sites. Qlik Sense Copyright QlikTech International AB. All rights reserved. Monitor Qlik Sense sites Qlik Sense 2.1.2 Copyright 1993-2015 QlikTech International AB. All rights reserved. Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik Sense,

More information

RWB29 Programmer. Daily Programming

RWB29 Programmer. Daily Programming RWB29 Programmer Daily Programming RWB29 Controls ON WHEN LIT EXTEND ADVANCE RESET MENU/SELECT UP & DOWN BACK/EXIT Introduction This booklet gives you easy to follow instructions allowing you to set your

More information

Table of Contents Creating a Company Global Software Options Exporting Data (Telescan, OnviSource, amtelco, Startel, Pinnacle) Importing Data

Table of Contents Creating a Company Global Software Options Exporting Data (Telescan, OnviSource, amtelco, Startel, Pinnacle) Importing Data Table of Contents Creating a Company Global Software Options Exporting Data (Telescan, OnviSource, amtelco, Startel, Pinnacle) Importing Data The Data Tab Holidays/Special Days The Forecast Tab Employee

More information

SafeCom Reports Administrator s Manual

SafeCom Reports Administrator s Manual SafeCom Reports Administrator s Manual D60609-08 June 2012 Trademarks: SafeCom, SafeCom Go, SafeCom P:Go, SafeCom epay and the SafeCom logo are trademarks of SafeCom a/s. Company and product names mentioned

More information

Performing Basic Calculations

Performing Basic Calculations 7.1 LESSON 7 Performing Basic Calculations After completing this lesson, you will be able to: Build formulas. Copy formulas. Edit formulas. Use the SUM function and AutoSum. Use the Insert Function feature.

More information

BGE s Customer Consumption Data Website Guidelines

BGE s Customer Consumption Data Website Guidelines BGE s Customer Consumption Data Website Guidelines BGE s Customer Consumption Data Web (CDWeb) application provides gas and electricity suppliers, brokers, aggregators, third-party consultants and curtailment

More information

Application Program H Project Control System (1130-CP-05X) User's Manual

Application Program H Project Control System (1130-CP-05X) User's Manual 111 1 11.M 1 1 Application Program H20-0342-0 1130 Project Control System (1130-CP-05X) User's Manual The 1130 Project Control System serves as the data processing element of a system that helps management

More information

OPS Webportal User Guide - Reporting v.2.1

OPS Webportal User Guide - Reporting v.2.1 OPS Webportal User Guide - Reporting v.2.1 Contents OPS Reporting... 3 OPS Web Portal... 4 Running Reports... 5 Report Navigation... 5 Group (Client) Selection... 6 Reporting Period... 7 Downloading the

More information

McGhee Productivity Solutions

McGhee Productivity Solutions Chapter 2: Setting up the ContolPanel Go to your Calendar in Outlook Select View from the tabs at the top of your window 1. Choose the Work Week or Week icon on the ribbon 2. Choose the Daily Task List

More information

Directory Integration

Directory Integration Overview, page 1 Import Process and File s, page 2 Configure, page 2 CRON Expressions, page 3 User File s, page 5 Group File s, page 8 Sign in to a Cisco WebEx Organization Enabled with, page 10 Overview

More information

8.18 Overnight Accommodation Booking System (M) The overall aims of the accommodation module are to:

8.18 Overnight Accommodation Booking System (M) The overall aims of the accommodation module are to: 8.18 Overnight Accommodation Booking System (M) The overall aims of the accommodation module are to: Provide a professional service to our guests Provide a simple on-line presence for booking lodgings

More information

Nimsoft Monitor. reboot Guide. v1.4 series

Nimsoft Monitor. reboot Guide. v1.4 series Nimsoft Monitor reboot Guide v1.4 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

Using Trend Reports. Understanding Reporting Options CHAPTER

Using Trend Reports. Understanding Reporting Options CHAPTER CHAPTER 10 To learn about supported services and platforms, see Supported Services and Platforms for Monitoring and Reports, page 1-5. The following topics describe the reporting features available in

More information

ACT! Calendar to Excel

ACT! Calendar to Excel Another efficient and affordable ACT! Add-On by ACT! Calendar to Excel v.6.0 for ACT! 2008 and up http://www.exponenciel.com ACT! Calendar to Excel 2 Table of content Purpose of the add-on... 3 Installation

More information

Title. Syntax. stata.com. datetime business calendars creation Business calendars creation

Title. Syntax. stata.com. datetime business calendars creation Business calendars creation Title statacom datetime business calendars creation Business calendars creation Syntax Description Remarks and examples Also see Syntax Business calendar calname and corresponding display format %tbcalname

More information

Meridian 1 Meridian Integrated Personal Call Director User Guide

Meridian 1 Meridian Integrated Personal Call Director User Guide Meridian 1 Meridian Integrated Personal Call Director Document Number: P0914505 Document Release: Standard 3.00 Date: April 2000 Year Publish FCC TM 1999,2000 All rights reserved Printed in the United

More information