Prototype Parking Meter System Phase 3

Size: px
Start display at page:

Download "Prototype Parking Meter System Phase 3"

Transcription

1 Prototype Parking Meter System Phase 3 Status Report Team Code : May05-02 Client : Doug Houghton Captain Department of Public Safety Iowa State University Advisors : Prof. John Lamont, EE/CprE Prof. Ralph Patterson III, EE/CprE Team Members : Chris Dasch, CprE Jesse Pink, EE Peter Stoltenow, CprE Kwan Sin Wing Ted, CprE REPORT DISCLAIMER NOTICE DISCLAIMER: This document was developed as a part of the requirements of an electrical and computer engineering course at Iowa State University, Ames, Iowa. This document does not constitute a professional engineering design or a professional land surveying document. Although the information is intended to be accurate, the associated students, faculty, and Iowa State University make no claims, promises, or guarantees about the accuracy, completeness, quality, or adequacy of the information. The user of this document shall ensure that any such use does not violate any laws with regard to professional licensing and certification requirements. This use includes any work resulting from this student-prepared document that is required to be under the responsible charge of a licensed engineer or surveyor. This document is copyrighted by the students who produced this document and the associated faculty advisors. No part may be reproduced without the written permission of the senior design course coordinator. Submission Date : 15 December 2004

2 Table of Contents List of Figures ii List of Tables iii List of symbols and definitions iv 1. Executive Summary 1 2. Acknowledgement 2 3. Problem Statement General Problem Statement General Solution Approach 2 4. Operating Environment 3 5. Intended Users 3 6. Intended Uses 4 7. Assumptions 4 8. Limitations 4 9. Expected End Result and Other Deliverables Previous Accomplishments Present Accomplishments Required Future Activities Current Project and End-Product Status Recommendation for Continued Effort Documentation of Current Efforts and Results Implementation Activities Testing and Modification Activities Estimated Resources and Schedule Lessons Learned Risk and Risk Management Project team information Closing Summary References 20 Appendix A Parking Enforcement Officer Evaluation Form 21 Appendix B Patron Evaluation Form 22 Appendix C Administrator and Supervisor Flowcharts 23 Appendix D Software Project Headers 57 i

3 List of Figures Figure 1 Parking Lot Sign 5 Figure 2 Gantt Chart, Project deliverables 15 Figure 3 Gantt Chart, Project tasks and subtasks 16 ii

4 List of Tables Table 1 Personnel Effort Requirements (revised) 12 Table 2 Other Resource Requirements 12 Table 3 Financial Requirements 13 iii

5 List of symbols and definitions A Assembly language A low-level computer language that consists of mnemonic codes and symbolic addresses corresponding to machine-language instructions B C D C A high-level object-oriented programming language Dec04-02 The senior design group responsible for the second phase of the project DPS Department of Public Safety, the division of Iowa State University responsible for monitoring parking on the campus E F G H J K L LCD Liquid crystal display, a low-power digital display that uses liquid crystal cells that change reflectivity in an applied electronic field Linux An open source operating system based on UNIX traditionally used for servers. M May04-02 The senior design group responsible for the first phase of the project Motherboard For this project, it is a main circuit board of the embedded computer through which all signals are directed. MySQL MySQL is a fast-relational database manager. A database manager enables adding, retrieving, and processing information stored in a database. The relational aspect of MySQL means that data is stored in separate tables rather than one large table. Relations between each table can be established and information can be retrieved using structured query language (SQL). N O P Q iv

6 R S RAM Random-access memory, the primary working memory in a computer used for the temporary storage of programs and data and in which the data can be accessed directly and modified SQL A standardized language that approximates the structure of natural English for obtaining information from databases T U USB Universal serial bus, a plug-and-play interface between a computer and peripheral devices, such as printers, modems, and keyboards V W Window XP Embedded A compact and modular operating system provided by Microsoft Corporation that allows users to select the exact features and functionality of the OS required for the application or device. X Y Z Wired Ethernet A trademark for a system for exchanging messages between computers on a local area network using wired coaxial, fiber optic or twisted-pair cables v

7 1. Executive Summary There are a number of reasons that a new parking meter system is needed. Currently, the university is planning a number of new parking lots and the current parking meter systems are too expensive to maintain, not configurable enough, and don t allow for communications between individual units within the same lot. This project will address all three of these issues. Currently, the system is relatively inexpensive to manufacture, coming in at around $1,500. If you include man-hours, the system will cost only $15,000. The top of the line systems on the market out there weigh in at over $75,000 and do not have all the planned features that this project will implement. Even with a commercial market mark-up of 400%, the system will still be less expensive than other products. Configuration considerations were also a major reason for beginning this project. Systems that are currently available on the market today do not have the necessary options to facilitate all the different dates (holidays, breaks, etc.) and rate schedules that this project plans to implement. On top of this, there are a number of other options that are also going to be implemented. Finally, the need for individual units to communicate, even though they may be at opposite ends of a parking lot or on different levels of a parking ramp, is paramount. The system will allow for customers to add time to their current stall from any base unit at that lot, regardless of where they first put their money in or where their car is parked in that lot. This will also help parking lot supervisors/attendants to easily manage the lot and find cars that are parked in violation. The system will accomplish many of the aforementioned features by implementing a client-server parking scheme. Throughout a lot a number of client units will allow customers and administrators/supervisors to perform various tasks, such as paying for and adding time to a stall (for customers) to updating rate schedules, adjusting how many stalls are available in a particular lot, checking for parking violations (for supervisors/administrators) and many others. These clients will communicate with a centralized server that can either be located in a physically different location as the client units (such as in a building) or in an enclosure with one of the client units (along with the LCD, coin accepter, printer, etc.) This server will store all the relevant data for a particular parking lot all of the stall information (paid, unpaid, expirations, etc.), the rate structure, and any statistics that may be required. As of this writing, the software required to run the system is approximately 75% complete, and the hardware has all arrived except for one of the cases for a client computer. This leaves the rest of the programming and final integration between the client and the server, as well as connecting all of the components together and 1

8 ensuring operability of the entire system. Finally, an extensive testing process will begin in only a few weeks that will run through the end of the semester. During and after testing, extensive documentation will be created to facilitate administrators and supervisors of the system in maintenance and operation of the units. 2. Acknowledgement The project team would like to thank the following people for their time, ideas and financial contributions to the project: Doug Houghton of the Department of Public Safety, Iowa State University and May04-02, Dec04-02 electrical / computer engineering senior design teams. The group would also like to acknowledge our project advisors, Dr. John W. Lamont, and Professor Ralph Patterson III for their advice and guidance with the project. 3. Problem Statement Below is our General Problem Statement and Approach. 3.1 General Problem Statement Availability of parking on or near campus has become a concern at Iowa State University. Because of this, several pay-for-parking lots have been installed on the Iowa State campus. With traditional parking meters, such as those seen throughout cities along downtown roads (among other places), one is needed for every parking spot. The lots the group are designing the system for uses centralized units that are able to accept money and track multiple spaces from one or more locations. This setup provides advantages over the traditional parking meters, such as monitoring the entire lot and collecting money from fewer locations. However, there are several problems with the current system. The current units lack the ability to communicate with one another. This means that when the lot is checked for offenders, each machine must be checked individually. Also, if a user wishes to add time to a space they have already paid for, they must return to the same exact machine. Finally, the lack of communication means that if one unit is disabled, all the data stored in it is lost. Another problem is the current system s units are very difficult to program. DPS has requested the ability to program in university holidays, as well as change the hourly rates. The current units require that a specialist be flown in from a remote location do this, a process that is both expensive and time consuming. 3.2 General Solution Approach This project will attempt to solve this problem by providing a system to monitor the pay-for-parking lots. This system will be similar to the current pay-for-parking lots 2

9 implemented on the Iowa State University campus, and in many ways improve on it. The new system will be more affordable and user-friendly, as well as easier to maintain. The solution in development will be implemented with many units all of which will communicate with a central server. All units will be able to communicate using a client/server solution, and users of the lot will be able to add time from any machine located at that lot. The new system will allow DPS parking enforcement officers to receive a printout of lot activity. In addition the system will have a redundant central processor and memory, which will create a much more robust solution than is currently available. The new units will have a simple to use interface that will make it easier for customers parking in the lots to use the system as well as allowing DPS to easily administer the system. Finally, the system will be implemented with standard computer hardware. This will make duplication easy and decrease the cost of construction and maintenance of the units. 4. Operating Environment The unit will be installed in an outdoor location on the campus of Iowa State University in Ames, IA. It must be able to withstand all the weather conditions present in this location. The unit will be able to deal with both extremes of temperatures, as well as all forms of precipitation such as rain, snow, and hail. The unit will be used on a regular basis, often by users that may treat the unit roughly. Because of this, the unit must be durable and designed to withstand extended users. Finally, because the unit will be located on a college campus, it must be sturdy, and resistant to attempts at vandalism. 5. Intended Users Three classes of users will use the system. The first class includes college students at Iowa State University, faculty and staff of Iowa State University, and visitors to the Iowa State Campus. The second class of users is DPS parking enforcement officers. They will need additional functionality in order to monitor the parking lots. The third class of user is the administrator. This user will have access to all the features available to the supervisor class, in addition to the ability to change settings of the system, such as the rates and schedules. 3

10 6. Intended Uses The system will have three classes of users (see Section 5), each of which has different functions. The robustness of the system is too great to put a comprehensive list of all features, so below can be found a few examples of functions for each class of user. For the first class of users, customers that park in the lot, the system will: o Allow parking spaces to be paid for by a specified amount of time or money o Allow time to be added to a parking space from any unit connected to the server unit o Print a hard-copy receipt if the user desires For the second class of users, parking enforcement/supervisors, the system will: o Allow users to monitor paid and unpaid parking spots in the lot o Allow users to gather parking lot statistics In addition to the features above, for administrators of the system will: o Allow users to change hourly rates o Allow users to set holidays o Allow users to add and delete second class users 7. Assumptions Below is a list of all the assumptions that the group are taking into account when designing the system. The lot size will be no more the 1000 spaces The units will not provide change AC power will be provided to the unit The units will only except nickels, dimes, and quarters as payment Iowa State University Facilities Department will install the system 8. Limitations The system has a few functional requirements that must be taken into account when implementing the system. Below lists a few of the limitations that either the group set or that our customer had. The time to have the prototype completed is very limited The system must implement all the features of the current system The unit must withstand Iowa outdoor conditions The unit must be theft proof The user interface needs to be compact and easy to use The system must allow for different rates, depending on the time of day, holidays, and break schedules 4

11 The hardware unit must print receipt upon request The server unit must consist of two redundant processors The server unit must have redundant storage The unit must be able to run for four hours or more if power goes out Users should be able to add time to their current remaining amount from any client unit in a lot The hardware must provide the current payment status of the lot for parking enforcement 9. Expected End Result and Other Deliverables The end products for this project will be a fully functional master/slave, multi-space parking meter system, complete user documentation, and a detailed technical specification. These items are detailed below: Multi-space parking meter system This system will consist of one of more slave computers connected to a central master computer. The system will be capable of handling up to 1000 parking spaces. The master unit will store all of the parking lot information. The slave unit(s) will retrieve this information and act as the interface from which parking time is purchased and administrators and/or supervisors can update pay rates, change parking schedules and manage a parking lot. Figure 1 Parking lot sign User Manual The user manual will be a document detailing the operation of all the machines in a non-technical way so that any user of the system will be able to understand it. The operations described in the manual will include monitoring occupancy, making rate changes, as well as other enforcement functions. The final draft of the manual will be delivered no later than April of 2005 with a preliminary draft with the rest of the system in December of Technical Specification The technical specification document will be a document describing the technical specifications of both the hardware and software running on the master and slave units. This document is not designed for common users, but instead is 5

12 intended as a resource for future developers and maintainers of the system. The completed technical specification of the system will be delivered with the rest of the system in December Previous Accomplishments Below is our list of accomplishments with the project so far. Fall Spring 2004 In this timeframe we accomplished: Created complete problems definition which containing uses, assumptions, limitations, functional requirements, management procedures, and success evaluation criteria. This part is completely done and state on the project plan. Research hardware and software to meet the project functional requirements, robustness, has current availability and is within budget. All components have been selected within budget but some of the selected components have been changed in phase 2. Spring 2004 Fall 2004 In this timeframe we accomplished: Selected hardware and software for the project implementation. All components are collected and ready to build the prototype. Completed project design with no design issue during implementation. The design is well completed and stated on the project plan. Define functioning product that meet the design requirement, specification and client needs. 11. Present Accomplishments We ve completed the following this semester: Completed user interface flowcharts Completed installation of Windows XP Embedded to the storage device Completed the classes and functions descriptions Implemented classes 12. Required Future Activities The following are important activities: Highest priority: Complete the function implementation Test the main function implementation Complete the hardware implementation 6

13 Done by delivery: Integrate the hardware and software as a prototype for testing. Include master and slave component Testing for the prototype Next semester s activities: On-site testing Research efficiency and user friendliness Bug analysis and removal 13. Current Project and End-Product Status The following is where we currently are as of early November. Master Component o Hardware is completely assembled o Debian Linux is installed o MySQL server is installed o Server database is under development by Dec04 team Slave Component o Hardware Motherboard, CPU, RAM, Solid-State Hard Disk connected Chassis not yet arrived Coin acceptor not yet powered or connected Liquid crystal display not yet powered or connected Printer not yet powered or connected o Software Main function written, but untested Classes written and tested Utility functions under development User input functions developed and tested System Chassis o Not yet modified to hold new components o Base installed at prototype testing location near Armory on Iowa State University campus 14. Recommendation for Continued Effort At this point in the project, the group recommends that development continue as originally envisioned while leaving the option for future expansion. In order to stay within time constraints, some non-critical features may need to be postponed. For 7

14 instance, a future improvement upon the system for another group could be to implement a magnetic stripe card feature, for use with ISUcards. 15. Documentation of Current Efforts and Results This section of the Status Report details the group s current efforts and the results of such efforts. Project Definition Activities The project was already well defined prior to and no significant changes have been made in the current school session. Research Activities No significant research was conducted on this project this semester. Design Activities Flowcharts The current session has largely been spent devising a low-level design for the multi-space parking meter system, which was already defined and high-level designed by previous teams. First, user interface flowcharts were developed from the Software Functional Description, using Microsoft Visio. The flowcharts provide a step-by-step decision-making and functional description of the system. These are included in Appendix C. 8

15 Header Files The second round of the design was to create a list of function descriptions that would be necessary to implement the system in the form of C++ header files. The list was developed using the functional descriptions in both the software functional description and the flowcharts from the previous activity. Each function and class were described in syntactical detail so that their implementation could be completed using only the header files as reference. Included files: Classes o DateTimeType.h class header for date/time data type o RateType.h class header for rate data type that holds rate information for a single rate period o DayRateType.h class header for dayrate data type that holds rate information for an entire day o StateType.h class header for state data type, which holds information for each state in the finite state machine, including an ID number, LCD display text, and next state information o StateCollectionType.h class header for a dynamic data structure of StateType objects User Interface o Admin.h functions that handle complicated user interactions for an administrator user (for states that do more than determine the next state) o Supervisor.h functions that handle complicated user interactions for an supervisor user (for states that do more than determine the next state) o Customer.h functions that handle complicated user interactions for an a customer user (for states that do more than determine the next state) o User.h functions that take complicated user input, such as a date, time, dollar amount, stall number, or range of these /Output o Coins.h handles functions for interfacing with the coin acceptor unit o Keypad.h handles any necessary interpretation or translation of input from the keypad o LCD.h handles interface with the liquid crystal display o Printing.h handles interface with the thermal printer for printing reports and receipts Utility Functions o RateCalc.h functions for calculating cost of a given time period of parking 9

16 o servercomm.h functions for sending and receiving information from the server unit o stateaction.h switch function for calling functions from User Interface section above Main Function parkingmeter.cpp main function including state machine code and global variables These files are included in Appendix D. 10

17 16. Implementation Activities Implementation of the functions described in the header files is well underway. Each of the sets of functions have been developed independently, and later integrated by the team leader. The status of each is as follows: Classes o DateTimeType.cpp complete and tested o RateType.cpp complete and tested o DayRateType.cpp complete and tested o StateType.cpp complete and tested o StateCollectionType.cpp complete and tested includes function to read states from a text file, which has been completed, but not yet tested User Interface o Admin.cpp not yet developed o Supervisor.cpp not yet developed o Customer.cpp currently in development o User.cpp complete and tested /Output o Coins.cpp not yet developed o Keypad.cpp basically complete slight modifications will be necessary to replace standard keyboard input with 16-key pad o LCD.cpp not yet developed o Printing.cpp not yet developed Utility Functions o RateCalc.cpp complete but not yet tested o servercomm.cpp responsibility of Dec04-02 team o stateaction.cpp currently in development Main Function parkingmeter.cpp complete, but modifications may be necessary to make user experience seamless 17. Testing and Modification Activities Unit testing is taking place during the current implementation phase. Classes and utility functions are being developed and tested independently to ensure that they meet the requirements specified in the header files before they are integrated for use with the entire system. System testing will occur after integration of the system is complete, as specified in the project plan. 18. Estimated Resources and Schedule This section will provide an estimate of the resources required for the project and the project schedules. The effort that will be spent on the project has been divided into tasks as listed below. 11

18 Task 1: Project Familiarization Task 2: Low-Level Slave Design Subtask 2.1: User Interface Flowcharts Subtask 2.2: Class and Function Descriptions Subtask 2.3: Block Diagram Task 3: Slave Implementation and Unit Testing Subtask 3.1: Class Implementation Subtask 3.2: Function Implementation Subtask 3.3: Main Function Implementation Subtask 3.4: Hardware Implementation Task 4: System Integration and Testing Task 5: On-Site Testing Task 6: Bug Analysis and Removal Task 7: Demonstration Task 8: Documentation, Literature Table 1 Personnel Effort Requirements (revised) Personal Effort (in hours) Name Task 2 Task 3 Total Task Task 4 Task 5 Task 6 Task 7 Task 8 Christopher Dasch Ted Kwan Jesse Pink Pete Stoltenow Subtotal Hours Total Hours Table 2 Other Resource Requirements Equipment and Other Resources Item Team Hours Cost Motherboard/Processor 1 0 $ RAM 1 0 $50.00 Storage 1 0 $ Motherboard/Processor 2 0 $ RAM 2 0 $50.00 Storage 2 0 $ LCD 0 $75.00 Keypad 0 $ Misc. Buttons 0 $50.00 Printer Controller 0 $ Ethernet Switch 0 $57.00 UPS Battery Backup Unit 0 $ Housing 0 $0.00 Project Poster 10 $50.00 TOTAL 10 $1,

19 Table 3 -- Financial Requirements Item Cost Parts and materials $ Motherboard/Processor 1 $50.00 RAM 1 $ Storage 1 $ Motherboard/Processor 2 $50.00 RAM 2 $ Storage 2 $75.00 LCD $ Keypad $50.00 Misc. Buttons $ Printer Interface $57.00 Ethernet Switch $ UPS Battery Backup Unit $ Housing $0.00 Project Poster $50.00 Services Shipping and handling $50.00 Binding $30.00 Equipment subtotal $1, Labor ($10.75 / hour) Christopher Dasch $2, Ted Kwan $1, Jesse Pink $1, Pete Stoltenow $1, Previous Group Labor $10, (estimate) Labor subtotal $17, TOTAL (With Labor) $19, Schedule Since May05-02 team has inherited this project from two previous teams, the schedule for this team starts in the later design phase. Some of the project deliverables will therefore be delivered in mid-implementation, though they may need to completed at an accelerated pace. 13

20 Included below is a Gantt chart describing the expected project schedule over the next two semesters, with a complete prototype built and tested by the end of the first semester. 14

21 Figure 2 -- Gantt chart, Project deliverables 15

22 Figure 3 -- Gantt chart, Project tasks and subtasks 16

23 19. Lessons Learned Successes Challenges The project group learned how to successfully implement another team s design, and how to integrate our own design with theirs. The group also learned once completed, the project requirements and design should remain static. To attempt to change either one would push the project time table back, and the project would never be completed. Communication between project groups and members was a reoccurring problem. One group or member would have information that another one would need, and that information would not be shared. The group needs to make ourselves available at all times to other members, and respond to requests for information quickly. Technical Knowledge gained Due to this project, the group has successfully learned several pieces of software. These include Microsoft Project, Microsoft Visio, Microsoft Visual Studio.NET, Microsoft Windows XP Embedded and mysql. Non-technical Knowledge gained The project group has learned about the importance of documentation on any project. Without proper documentation from the previous group, the group would not have gotten far. Also learned was the importance of attending project meetings. Meetings are not of much use if all members are not in attendance. Possible changes if done again If the project design could be done over again, the group would make a few changes. First of all more attention should have been paid to the previous team s (Dec0402) documentation. Often the group would have questions about the project that had already been answered in writing. Also, our project group is in the unique situation of designing and implementing our project in one semester, in order to combine our work with the other group. The group has learned that integration takes more time than one would have thought, and the group should schedule appropriately. 17

24 20. Risk and Risk Management A number of potential risks have been identified: Code integration All code implementation will divide into several parts for each member. Even though the group will have a plan to go by, it is possible that compatibility problems may occur when putting the code together due to different format and variables. Moreover, different writing style may lower the code readability and affect the correction time. Deciding on the variables and styles that the group will be using ahead of time (before actually writing any code) will mitigate this risk. Also, any additional function or information must be reported to every member. Equipment damage Unintended damage to project hardware components will take a toll in both time and replacements costs. Properly handling and storing all equipment will mitigate this risk. Equipment Availability Essential hardware may not be available for some unforeseen reason. Many of the items used are produced in low volume and are not always readily available. This risk will be mitigated by thoroughly researching hardware selections. The hardware that has been chosen will most likely provide the type of requirements that the group need. 18

25 21. Project team information The following is all the contact information for the client, faculty advisors, and the team members working on the project. Client Faculty Advisors Doug Houghton Captain Department of Public Safety 31 Armory Building Ames, IA Vox: 515/ Fax: 515/ Dr. John Lamont 324 Town Engineering Iowa State University Ames, IA Vox: 515/ Fax: 515/ Team Members Professor Ralph Patterson III 326 Town Engineering Iowa State University Ames, IA Vox: 515/ Fax: 515/ Chris Dasch 218 S Walnut No 5 Ames, IA / nasch99@iastate.edu Jesse Pink 311 Ash Ave Ames, IA jlink7@iastate.edu Peter Stoltenow 4226 Frederiksen Court Ames, IA / pas@iastate.edu Kwan Sin Wing Ted 1300 Gateway Hills #311 Ames, IA / kwanted@iastate.edu 19

26 22. Closing Summary Parking has become a growing problem with more and more automobiles on the road. In densely populated areas such as urban centers and corporate and academic campuses, the problem is only worse. As Iowa State works to cope with its parking predicament, it also needs a cost-effective solution to finance the construction and maintenance of new lots. Current multi-space pay-for-parking systems are too expensive and rigid to meet the university s needs, and old-style individual parking meters are not practical for large lots. The design outlined in this document will allow for a system that can handle large parking areas, while at the same time being inexpensive enough to be used widely across campus and flexible enough to allow for diverse parking situations, and create a large source of revenue for Iowa State University. 23. References Prototype Parking Metering System Phase 2: Design Document. Dec 04-02, 6 April Software Functional Description. Dec 04-02, J. Lamont & R. Patterson III, 19 July

27 Appendix A Parking Enforcement Officer Evaluation Form Tester Name: Date Completed: Tester Phone #: Tester Address: Instructions: The purpose of this test is to evaluate the use of this system to monitor and enforce parking lot payments. Before completing the survey below, complete the following tasks: 1) Print the list of paid and unpaid stalls for enforcement. 2) Empty the coin box and retrieve the auditing receipt. 3) Print the diagnostics report. Please circle the number that best describes your response as follows: 1 Very Poor 2 Poor 3 Indifferent 4 Good 5 Excellent Were the instructions clear and easy to understand? Was it clear and easy how to print the enforcement receipt? Did the enforcement receipt have all of the information that you needed? If not, please comment on what info was missing Did the auditing receipt print when you opened the unit to empty the coin box? Did the auditing receipt that printed when you opened the coin box have the information that you desired? If not, please comment on what info was missing. Were you easily able to print a diagnostic report? Did the diagnostic report contain all of the information that you thought was needed? Were the key inputs easy to use? Did the instructions clearly indicate which keys you were to press? What is your overall impression of this machine Please provide any additional comments or suggestions on the back of this form 21

28 Appendix B Patron Evaluation Form Tester Name: Date Completed: Tester Phone #: Tester Address: Instructions: The purpose of this test is to evaluate the use of the parking meter. Before completing the survey below, please complete the following tasks: 1) Pay for a parking space by entering coins first and not by choosing the amount of time you would like to pay for. 2) Add time to the parking space by entering the time you would like to pay for and then depositing coins. 3) Complete the above transactions with and without printing a receipt. 5) Attempt to cancel the sale before you insert coins. Please circle the number that best describes your response as follows: 1 Very Poor 2 Poor 3 Indifferent 4 Good 5 Excellent Were the instructions clear and easy to understand? Was it clear and easy how to enter the stall number? Was it clear and easy to enter the coins first and not choose the amount of time for payment? Was it clear and easy to choose the amount of time to pay for and then insert coins? Was it clear and easy to print a receipt? Did the receipt have all of the information that you thought was necessary? If not, please comment on what was missing Were you able to cancel the transaction before depositing coins? Were the key inputs easy to use? Did the instructions clearly indicate which keys you were to press? What is your overall impression of this machine Please provide any additional comments or suggestions on the back of this form 22

29 Appendix C Administrator and Supervisor Flowcharts 7.1 Administrator/Supervisor Login (contd.) A2 Set User globally Administrator Identify User Supervisor A3 S1 23

30 7.2 Administrator Menu A3 Display Administrator Main Menu (Fig 7-2-1) User Display error message (Figure ) 9, Cancel Value? 0, 4-8, Enter, Arrows 1 3 Display Admin Logout (Fig 7-2-2) A10 2 A20 A30 W1 7.3 Supervisor Menu S1 Display Supervisor Main Menu (Fig 7-3-1) User Display error message (Figure ) 0, Enter, L & R Arrows Scroll Up One Line Display Admin Logout (Fig 7-2-2) W1 9, Cancel A10 1 A Value? S70 U Arrow D Arrow S80 Scroll Down One Line A30 S60 S40 S50 24

31 7.4 Stall List A10, A11 A10 A3 S1 Display Unpaid or Paid Parking Lot Print Menu (Fig 7-4-1) Admin User Admin or Super? Super User Display error message (Figure ) 9 Cancel Value? 1 2 0, 3-8, Enter, Arrows Display Admin Logout (Fig 7-2-2) A11 A16 W Unpaid Stall List A11 A3 S1 Display Unpaid Stall Number Menu (Fig 7-4-2) Admin User Admin or Super? Super User Display error message (Figure ) 9 Value? 0, 3-8, Enter, Arrows Cancel 1 2 Display Logout (Fig 7-2-2/3) Query Server for All Unpaid Stall Numbers Display Enter Range (Fig 7-4-6) W1 Print Unpaid Stall- Number List (Fig 7-4-4/5) Display Printing (Fig 7-4-3) Range Valid? Yes Query Server for All Unpaid Stall Numbers in Range No Display error message (Fig 7-4-7) 25

32 7.4-2 Paid Stall List A12 A12 A3 S1 Display Paid Stall Number Menu (Fig 7-4-8) Admin User Admin or Super? Super User Display error message (Figure ) 9 Value? 0, 3-8, Enter, Arrows Cancel 1 2 Display Logout (Fig 7-2-2/3) Query Server for All Unpaid Stall Numbers Display Enter Range (Fig ) W1 Print Paid Stall- Number List (Fig /11) Display Printing (Fig 7-4-9) Range Valid? Yes No Display error message (Fig 7-4-7) Query Server for All Unpaid Stall Numbers in Range 26

33 7.5 Print Total Parking Lot and Individual Stall Statistics A20 A20 A3 S1 Display Statistics Menu (Fig 7-5-1) Admin User Admin or Super? Super User Display error message (Figure ) 9 Value? 0, 5-8, Enter, Arrows Cancel Display Logout (Fig 7-2-2/3) Display Printing (Fig 7-5-2) Display Printing (Fig 7-5-4) Display Printing (Fig 7-5-6) Display Printing (Fig 7-5-8) W1 Print Lot Stats by Time (Fig 7-5-3) Print Lot Stats by Num of Users (Fig 7-5-5) Print Stall Stats by Time (Fig 7-5-7) Print Stall Stats by Time (Fig 7-5-9) 27

34 7.6 Correcting System Malfunctions A30 (functionality not yet designed/planned) A30? 28

35 S40, S41 S40 / Print system parameters menu screen (Fig ) User Display error message (Figure ) 0, 6, 7, 8, ENTER, L, R 9 Value? Up Arrow Scroll Up One Line Cancel 1 5 Down Arrow Scroll Down One Line S Display Admin Logout (Fig 7-3-2) S41 S42 S43 S44 S45 W1 S41 S1 9 / print rate-structure menu screen (Fig ) 0, 5, 6, 7, 8, ENTER, L, R Display error message (Figure ) User Cancel Scroll Up One Line Value? U Display Admin Logout (Fig 7-3-2) 1 4 D Scroll Down One Line 2 3 S41.1 S41.4 W1 S41.2 S

36 S41.1, S41.11, S41.12 S41.1 in-session rate menu screen (Fig ) 0, 6, 7, 8, ENTER, L, R Display error message (Figure ) User S41 9 U Scroll Up One Line Value? D Scroll Down One Line Display Admin Logout (Fig 7-3-2) 1 5 S S41.15 W1 S41.12 S41.14 S41.13 S41.11 S in-session peakrate-value screen (Fig ) in-session shoulder-rate value screen (Fig ) S41.1 S41.1 D, R, U (Fig ) D, R, U (Fig ) 0-9, ENTER, L 0-9, ENTER, L shown in Fig updated. L ENTER signifies end completion of entry ( ) display in shown in Fig updated. L ENTER signifies end completion of entry ( ) display in Update Insession peakrate value in database S41.1 Update Insession shoulder-rate value in database S

37 S41.13 S41.13, S41.14, S41.15 S41.14 S41.1 in-session off-peak rate-value screen (Fig ) S41.1 in-session weekend-rate value screen (Fig ) D, R, U (Fig ) D, R, U (Fig ) 0-9, ENTER, L 0-9, ENTER, L shown in Fig updated. L ENTER signifies end completion of entry ( ) display in shown in Fig updated. L ENTER signifies end completion of entry ( ) display in Update Insession offpeak rate value in database S41.1 Update Insession weekend rate value in database S41.1 S41.15 Display Printing in-session rate list message screen (Fig ) Print In-session Rate values printout (Fig ) S

38 S41.2, S41.21, S41.22 S41.2 / print non-session rate-value menu screen (Fig ) 0, 4, 5, 6, 7, 8, ENTER, L, R Display error message (Figure ) User S41 9 U Scroll Up One Line Value? D Scroll Down One Line Display Admin Logout (Fig 7-3-2) 1 W1 S S41.22 S41.23 S41.21 S41.22 non-session weekday rate screen (Fig ) non-session weekend rate value screen (Fig ) S41.2 S41.2 D, R, U (Fig ) D, R, U (Fig ) 0-9, ENTER, L 0-9, ENTER, L shown in Fig updated. L ENTER signifies end completion of entry ( ) display in shown in Fig updated. L ENTER signifies end completion of entry ( ) display in Update nonsession weekday rate value in database S41.2 Update nonsession weekend rate value in database S

39 S41.23 S41.23, S41.3, S41.31, S41.32 S41.3 Display Printing non-session rate list message screen (Fig ) / print holiday-rate value menu screen (Fig ) Print non-session rate values printout (Fig ) S41 9 User 0, 3, 4, 5, 6, 7, 8, ENTER, L, R U Display error message (Figure ) Scroll Up One Line S41.2 Value? D Scroll Down One Line Display Admin Logout (Fig 7-3-2) 1 2 W1 S41.31 S41.32 S41.31 holiday rate screen (Fig ) S41.32 S41.3 D, R, U (Fig ) Display Printing holiday rate list message screen (Fig ) 0-9, ENTER, L shown in Fig updated. L ENTER signifies end completion of entry ( ) display in Print holiday-rate values printout (Fig ) S41.3 Update holiday rate value in database S

40 S41.4, S41.41, S41.42 S41.4 / print special event rate value menu screen (Fig ) 0, 3, 4, 5, 6, 7, 8, ENTER, L, R Display error message (Figure ) User S41 9 U Scroll Up One Line Value? D Scroll Down One Line Display Admin Logout (Fig 7-3-2) 1 2 W1 S41.41 S41.42 S41.41 special event rate screen (Fig ) S41.42 S41.4 D, R, U (Fig ) Display Printing special event rate list message screen (Fig ) 0-9, ENTER, L shown in Fig updated. L ENTER signifies end completion of entry ( ) display in Print special event rate values printout (Fig ) S41.4 Update special event rate value in database S

41 S42 S42 S40 9 / print rate schedule times menu screen (Fig ) 0, 4, 5, 6, 7, 8, ENTER, L, R Display error message (Figure ) User U Scroll Up One Line 1 3 Display Admin Logout (Fig 7-3-2) 2 D Scroll Down One Line W1 S42.1 S42.2 S

42 S42.1 S42.1, S42.11, S42.12 / print in-session rate-times menu screen (Fig ) 0, 7, 8, ENTER, L, R Display error message (Figure ) User S42 9 U Scroll Up One Line Value? D Scroll Down One Line Display Admin Logout (Fig 7-3-2) W1 1 S S42.16 S42.12 S42.15 S42.13 S42.14 S42.11 S42.12 in-session peak rate-times value screen (Fig ) pre-peak shoulder rate-times value screen (Fig ) S42.1 S , ENTER, L, R, D, U 0-9, ENTER, L, R, D, U shown in Fig updated. L R tabs between time fields. U/D selects AM/PM. ENTER signifies end completion of entry. Update Insession peakrate-times value in database ( ) display in S42.1 shown in Fig updated. L R tabs between time fields. U/D selects AM/PM. ENTER signifies end completion of entry. Update prepeak shoulder rate-times value in database ( ) display in S

43 S42.13 S42.13, S42.14, S42.15, S42.16 S42.14 post-peak shoulder ratetimes value screen (Fig ) off peak rate-times value screen (Fig ) S42.1 S , ENTER, L, R, D, U 0-9, ENTER, L, R, D, U shown in Fig updated. L R tabs between time fields. U/D selects AM/PM. ENTER signifies end completion of entry. Update Insession peakrate-times value in database ( ) display in S42.1 shown in Fig updated. L R tabs between time fields. U/D selects AM/PM. ENTER signifies end completion of entry. Update prepeak shoulder rate-times value in database ( ) display in S42.1 S42.15 S42.1 in-session weekend ratetimes value screen (Fig ) S42.16 Display Printing in-session ratetime list message screen (Fig ) 0-9, ENTER, L, R, D, U shown in Fig updated. L R tabs between time fields. U/D selects AM/PM. ENTER signifies end completion of entry. Update Insession peakrate-times value in database ( ) display in S42.1 Print in-session rate-time values printout (Fig ) S

44 S42.2 S42.2 / print in-session rate-times menu screen (Fig ) 0, 4, 5, 6, 7, 8, ENTER, L, R Display error message (Figure ) User S42 9 U Scroll Up One Line Value? D Scroll Down One Line Display Admin Logout (Fig 7-3-2) S42.21 W1 S42.22 S42.23 S42.21 S42.22 non-session weekday ratetimes value screen (Fig ) non-session weekend ratetimes value screen (Fig ) S42.2 S , ENTER, L, R, D, U 0-9, ENTER, L, R, D, U shown in Fig updated. L R tabs between time fields. U/D selects AM/PM. ENTER signifies end completion of entry. Update nonsession weekday ratetimes value in database ( ) display in S42.2 shown in Fig updated. L R tabs between time fields. U/D selects AM/PM. ENTER signifies end completion of entry. Update nonsession weekend ratetimes value in database ( ) display in S

45 S42.23 S42.23 Display Printing non-session ratetime list message screen (Fig ) Print non-session rate-time values printout (Fig ) S

46 S42.3, S42.31, S42.32 S42.3 / print holiday ratetimes menu screen (Fig ) Display error message (Figure ) User S42 9 0, 3, 4, 5, 6, 7, 8, ENTER, L, R, U, D Value? Display Admin Logout (Fig 7-3-2) W1 1 S S42.32 S42.31 S42.32 holiday rate-times value screen (Fig ) Display Printing holiday rate-time list message screen (Fig ) S , ENTER, L, R, D, U Print holiday ratetime values printout (Fig ) shown in Fig updated. L R tabs between time fields. U/D selects AM/PM. ENTER signifies end completion of entry. Update nonsession weekday ratetimes value in database ( ) display in S42.3 S

47 S43, S43.1 S43 S40 9 / print nonpermanent schedule menu screen (Fig ) 0, 7, 8, ENTER, L, R Display error message (Figure ) User U Scroll Up One Line Display Admin Logout (Fig 7-3-2) D Scroll Down One Line W1 S43.1 S43.2 S43.3 S43.4 S43.5 S43.6 S43.1 S43 9 the calendar-year schedule-menu screen (Fig ) 0, L, R U Display error message (Figure ) Scroll Up One Line Display Admin Logout (Fig 7-3-2) User D Scroll Down One Line W1 S S43.18 S S43.17 S43.13 $43.14 S43.15 S

48 S43.11 S43.11, S43.12, S43.13, S43.14 S43.12 S43.1 the fall semester date values screen (Fig ) S43.1 the Thanksgiving break date values screen (Fig ) 0-9, ENTER, L, R U, D (Fig ) 0-9, ENTER, L, R U, D (Fig ) shown in Fig updated. L R tabs between time fields. ENTER signifies end completion of entry. Update the fall semester date values stored in database ( ) display in S43.1 shown in Fig updated. L R tabs between time fields. ENTER signifies end completion of entry. Update the Thanksgiving break date values stored in database ( ) display in S43.1 S43.13 S43.14 S43.1 the post-fall/prespring semester date values screen (Fig ) 0-9, ENTER, L, R U, D (Fig ) S43.1 the spring semester date values screen (Fig ) 0-9, ENTER, L, R U, D (Fig ) shown in Fig updated. L R tabs between time fields. ENTER signifies end completion of entry. Update the post-fall/prespring semester date values stored in database ( ) display in S43.1 shown in Fig updated. L R tabs between time fields. ENTER signifies end completion of entry. Update the spring semester date values stored in database ( ) display in S

49 S43.15 S43.15, S43.16, S43.17, S43.18 S43.16 S43.1 the spring-break date values screen (Fig ) S43.1 the post-spring/ pre-summer semester date values screen (Fig ) 0-9, ENTER, L, R U, D (Fig ) 0-9, ENTER, L, R U, D (Fig ) shown in Fig updated. L R tabs between time fields. ENTER signifies end completion of entry. S43.17 Update the spring break date values stored in database ( ) display in S43.1 shown in Fig updated. L R tabs between time fields. ENTER signifies end completion of entry. S43.18 Update the post-spring/ pre-summer semester date values stored in database ( ) display in S43.1 S43.1 the summer session date values screen (Fig ) 0-9, ENTER, L, R U, D (Fig ) S43.1 the post-summer/ pre-fall semester break date values screen (Fig ) 0-9, ENTER, L, R U, D (Fig ) shown in Fig updated. L R tabs between time fields. ENTER signifies end completion of entry. Update the summer session date values stored in database ( ) display in S43.1 shown in Fig updated. L R tabs between time fields. ENTER signifies end completion of entry. Update the post-summer/ pre-fall semester break date values stored in database ( ) display in S

50 S43.2, S43.3, S43.38 S43.2 S43.38 Display Printing calendar year schedule list message screen (Fig ) Display Printing permanent holiday schedule list message screen (Fig ) Print non-session rate-time values printout (Fig ) Print permanent holiday schedule printout (Fig ) S43 S43.3 S43.3 S43 9 permanent holiday schedule menu screen (Fig ) 0, L, R U Display error message (Figure ) Scroll Up One Line Display Admin Logout (Fig 7-3-2) User D Scroll Down One Line W1 S S S43.37 S43.33 $43.34 S43.35 S

51 S43.31 S43.31, S43.32, S43.33, S43.34 S43.32 S43.3 New Year s Day date screen (Fig ) S43.3 Martin Luther King s Birthday date screen (Fig ) 0-9, ENTER, L U, D, R (Fig ) 0-9, ENTER, L U, D, R (Fig ) shown in Fig updated. L ENTER signifies end completion of entry. S Update New Year s Day date value stored in database ( ) display in S43.3 shown in Fig updated. L ENTER signifies end completion of entry. S43.34 Update the post-spring/ pre-summer semester date values stored in database ( ) display in S43.3 S43.3 Memorial Day Date screen (Fig ) 0-9, ENTER, L U, D, R (Fig ) S43.3 Independence Day date values screen (Fig ) 0-9, ENTER, L U, D, R (Fig ) shown in Fig updated. L ENTER signifies end completion of entry. Update Memorial Day date value stored in database ( ) display in S43.3 shown in Fig updated. L ENTER signifies end completion of entry. Update Independence Day date value stored in database ( ) display in S

Prototype Parking Metering System Phase 2

Prototype Parking Metering System Phase 2 Prototype Parking Metering System Phase 2 Design Report DEC 04-02 Client Doug Houghton Captain Department of Public Safety Iowa State University Advisors Dr. John Lamont, EE/CprE Prof. Ralph Patterson

More information

Prototype Parking Meter Phase 7

Prototype Parking Meter Phase 7 Prototype Parking Meter Phase 7 Final Report Project team: May07-02 Client Iowa State University Parking Division Advisors John W. Lamont, Ralph E. Patterson III, Gregory Smith Team Members Clint Hertz,

More information

Automated Medical Patient Evaluation System - Phase 2 Design Report

Automated Medical Patient Evaluation System - Phase 2 Design Report Automated Medical Patient Evaluation System - Phase 2 Design Report Team Number Dec02-01 Date Submitted 4/23/2002 Client Dr. David Carlyle Family Practice East McFarland Clinic Ames, IA Faculty Advisors

More information

Printed Circuit Board Development Automation

Printed Circuit Board Development Automation Printed Circuit Board Development Automation Project Plan Date Submitted: February 11, 2003 Project/Team Number: Dec 03-09 Team Members Colin Burnett Advisor Client Khawaja-Shahzad Butt Christopher Rieck

More information

Re-configurable Ad-hoc Network to Track Points of Interest

Re-configurable Ad-hoc Network to Track Points of Interest Re-configurable Ad-hoc Network to Track Points of Interest Project Plan May 2012-07 September 28, 2011 Project Client: Jessica Miller Lockheed Martin, Advanced Development Programs Members: Benjamin J.

More information

Globey s World. Status Report

Globey s World. Status Report Globey s World Status Report Project Number Ongo-08b November 18, 2003 Client: Ames Community Schools Faculty Advisors: Dr. John Lamont Professor Ralph Patterson CprE/EE 492 Team Members: Sam Miller Rebecca

More information

APPLIANCE POWER CONSUMPTION PROJECT PLAN

APPLIANCE POWER CONSUMPTION PROJECT PLAN APPLIANCE POWER CONSUMPTION PROJECT PLAN May 02-04 October 9, 2001 Client: Herb Harmison Advisors: John Lamont Ralph Patterson Team: Stephen Woerdehoff Paul Jonak Yohan Blount Jason Muehlmeier Table of

More information

Udio Systems. Front Desk

Udio Systems. Front Desk Udio Systems Front Desk Table of Contents 1. Tour of Udio... 5 2. Login... 6 2.1 First Time User... 6 2.2 Login to Udio... 6 2.3 Changing your Password... 6 3. The Dashboard... 7 3.1 People Search... 7

More information

Introduction: UNCC COE MOSAIC Page 1 of 9

Introduction: UNCC COE MOSAIC Page 1 of 9 Introduction: UNCC College Of Engineering Management Process of Application Software on the Mosaic System Oct 12,2005 Oct 20,2005 Oct 26,2005 Nov 14,2005 Jan 1,2007 Sept 19,2007 Version 1.2 This document

More information

I.R.SNApp Image Reconstruction and Segmentation for Neurosurgery Applications

I.R.SNApp Image Reconstruction and Segmentation for Neurosurgery Applications SENIOR DESIGN PROJECT PLAN I.R.SNApp Image Reconstruction and Segmentation for Neurosurgery Applications May09 10 MEMBERS: William Lim Aaron Logan Dylan Reid Kyungchul Song Bill Zimmerman CLIENT AND FACULTY

More information

2-D Platform Control Using an FPGA

2-D Platform Control Using an FPGA 2-D Platform Control Using an FPGA Final Report May 05-22 Client: Dr. Mani Mina Faculty Advisor: Dr. Mani Mina Senior Design Team: Dillon Glissman, CPRE Cipto Kurniawan, EE Clinton Middaugh, CPRE Mark

More information

Crystal Springs Upland School Transportation Demand Management Plan. March 2016

Crystal Springs Upland School Transportation Demand Management Plan. March 2016 Crystal Springs Upland School Transportation Demand Management Plan March 06 CONTENTS Introduction... Transportation Demand Management (TDM) Program.... Background/Survey of Existing Student Commuting

More information

MPM210: Introduction to Project Management 1. MPM210: Introduction to Project Management. Project Plan for Learning Modules.

MPM210: Introduction to Project Management 1. MPM210: Introduction to Project Management. Project Plan for Learning Modules. MPM210: Introduction to Project Management 1 MPM210: Introduction to Project Management Project Plan for Learning Modules Trina VanderLouw Professor Derrick Nelson Colorado Technical University Online

More information

System Management. User Guide

System Management. User Guide System Management User Guide The information in this document is subject to change without notice and does not represent a commitment on the part of Horizon. The software described in this document is

More information

SMARTPark. The Smarter way to Park! Senior Design: Proposal January 30, 2014

SMARTPark. The Smarter way to Park! Senior Design: Proposal January 30, 2014 SMARTPark The Smarter way to Park! Carlos Ventura carlos.ventura@knights.ucf.edu 407-376-9321 C1773734 Robert Montalbano jazavac@knights.ucf.edu 407-230-5810 R2220067 Heath Dittman Htdittma@knights.ucf.edu

More information

Intern Handbook City of Grand Forks Internship Program

Intern Handbook City of Grand Forks Internship Program Intern Handbook City of Grand Forks Internship Program Table of Contents Grand Forks Internship Program Policies 2 Dress Code 2 Work Hours 2 Attendance 2 Reporting Late & Leaving Early 2 Holidays 3 Pay

More information

Key-School Budget User Meeting October 26, 2018 Daleville, IN Presented by : Joy Watson

Key-School Budget User Meeting October 26, 2018 Daleville, IN Presented by : Joy Watson Key-School Budget User Meeting October 26, 2018 Daleville, IN Presented by : Joy Watson Keystone Software Systems Inc 9401 Innovation Drive, Suite 400 P O Box 669 Daleville IN 47334-0669 Key School Budget

More information

A Wireless Identification System to Assist Sight- Constrained People

A Wireless Identification System to Assist Sight- Constrained People A Wireless Identification System to Assist Sight- Constrained People Dec06-06 5 December 2006 Client: Mr. Curtis Chong Iowa Department for the Blind Faculty Advisor: Dr. Zhengdao Wang Team: Jerad Harmsen

More information

Virtualization Education Environment

Virtualization Education Environment Virtualization Education Environment Project Plan Project Team: 15 Client: Dr. Daniels Advisor: Dr. Daniels Tasewell Fox Robert Goetz Jacob Phillips Submitted 3/1/2011 Table of Contents A. Executive Summary

More information

Mills College Key Policy

Mills College Key Policy Mills College Key Policy Employees and Students How are keys requested and distributed? The supervisor or department head of the employee must initiate all key requests. Key approvals can only be made

More information

M E M O R A N D U M. Summary

M E M O R A N D U M. Summary M E M O R A N D U M EUGENE WATER & ELECTRIC BOARD TO: FROM: Commissioners Helgeson, Brown, Mital, Simpson and Carlson Rod Price, Chief Engineering & Operations Officer Rene González, Customer Solutions

More information

WELCOME TO THE UNIVERSITY OF VERMONT EMS PORTAL TRAINING BY THE END OF THIS TRAINING YOU WILL BE ABLE TO:

WELCOME TO THE UNIVERSITY OF VERMONT EMS PORTAL TRAINING BY THE END OF THIS TRAINING YOU WILL BE ABLE TO: WELCOME TO THE UNIVERSITY OF VERMONT EMS PORTAL TRAINING BY THE END OF THIS TRAINING YOU WILL BE ABLE TO: 1. Request space on campus for events 2. Set up reoccurring meetings on campus 3. Request additional

More information

<PROJECT NAME> IMPLEMENTATION PLAN

<PROJECT NAME> IMPLEMENTATION PLAN IMPLEMENTATION PLAN Version VERSION HISTORY [Provide information on how the development and distribution of the Project Implementation Plan was controlled and tracked.

More information

CentralCampus. Jeremiah Evans David Loutsch Kristen Muehlenthaler Micah Beeman Adam Lemker. Manimaran Govindarasu

CentralCampus. Jeremiah Evans David Loutsch Kristen Muehlenthaler Micah Beeman Adam Lemker. Manimaran Govindarasu CentralCampus Team: Client: Advisor: Jeremiah Evans David Loutsch Kristen Muehlenthaler Micah Beeman Adam Lemker Google Manimaran Govindarasu Version Editor Date Peer Reviewers Notes 0.1 Jeremiah Evans

More information

2016 Autosoft, Inc. All rights reserved.

2016 Autosoft, Inc. All rights reserved. Copyright 2016 Autosoft, Inc. All rights reserved. The information in this document is subject to change without notice. No part of this document may be reproduced, stored in a retrieval system, or transmitted

More information

This Page Left Blank Intentionally

This Page Left Blank Intentionally Chapter 2 Receipts This Page Left Blank Intentionally CTAS User Manual 2-1 Receipts: Introduction Issuing the receipt is the first step in the collection of payments. This should be done immediately upon

More information

International Application Service AGENT PORTAL USERS GUIDE

International Application Service AGENT PORTAL USERS GUIDE International Application Service AGENT PORTAL USERS GUIDE Table of Contents Gaining Access to the Agent Portal... 4 Register your Account... 4 Log in to the Agent Portal... 6 Change my password... 7 Reset

More information

A Universal RF Communications Link

A Universal RF Communications Link A Universal RF Communications Link Project Plan Client: Senior Design Faculty Advisor: Dr. Yao Ma Joseph Beierschmitt, EE Jared Leonard, CprE Senior Design Dec07-06 Team Members: Shawn Freese, EE Matt

More information

WIRELESS DEVICES: ACCEPTABLE USE AND GUIDELINES

WIRELESS DEVICES: ACCEPTABLE USE AND GUIDELINES Intermediate School District #917 WIRELESS DEVICES: ACCEPTABLE USE AND GUIDELINES Procedures Manual April 2009 Table of Contents Overview 3 Definitions 3 General Guidelines 4 Eligibility Requirements 5

More information

Provider Secure Portal User Manual

Provider Secure Portal User Manual Provider Secure Portal User Manual Copyright 2011 Centene Corporation. All rights reserved. Operational Training 2 August 2011 Table of Contents Provider Secure Portal... 5 Registration... 6 Provider -

More information

PIC Evaluation/Development Board Implementation Team Dec Project Design Report April 23, Client: ECPE Senior Design

PIC Evaluation/Development Board Implementation Team Dec Project Design Report April 23, Client: ECPE Senior Design PIC Evaluation/Development Board Implementation Team Dec02-12 Project Design Report April 23, 2002 Client: ECPE Senior Design Faculty Advisors: Dr. Rover & Dr. Weber Team Members: Chad Berg, Luke Bishop,

More information

Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 NOTE: NOTIFY BUTTON LESSON 2: STUDENT ADVISOR...

Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 NOTE: NOTIFY BUTTON LESSON 2: STUDENT ADVISOR... Table of Contents COURSE OBJECTIVES... 2 LESSON 1: ADVISING SELF SERVICE... 4 DISCUSSION... 4 INTRODUCTION TO THE ADVISING SELF SERVICE... 5 STUDENT CENTER TAB... 8 GENERAL INFO TAB... 19 TRANSFER CREDIT

More information

EE/CprE/SE 491 Senior Design I and Professionalism. Design Document

EE/CprE/SE 491 Senior Design I and Professionalism. Design Document EE/CprE/SE 491 Senior Design I and Professionalism Design Document Joseph Zambreno Electrical and Computer Engineering Iowa State University www.ece.iastate.edu/~zambreno rcl.ece.iastate.edu Always design

More information

Beam Software User Policies

Beam Software User Policies Beam Software User Policies Table of Contents 1 Overview... 3 2 Technical Support... 3 2.1 What Do I Do When I Have a Question or Encounter a Problem?... 4 2.1.1 Telephone Submissions... 4 2.1.2 Critical

More information

Tyler s Versatrans Triptracker User s & Administrator s Guide

Tyler s Versatrans Triptracker User s & Administrator s Guide Tyler s Versatrans Triptracker User s & Administrator s Guide Tyler s Versatrans Triptracker 9.18 For more information, www.tylertech.com Copyright Copyright 2004 Tyler Technologies, Inc. All Rights Reserved.

More information

Expense Management. User Guide. Tenant Resale Module. NEC NEC Corporation. November 2010 NDA-30988, Issue 2

Expense Management. User Guide. Tenant Resale Module. NEC NEC Corporation. November 2010 NDA-30988, Issue 2 Expense Management Tenant Resale Module User Guide NEC NEC Corporation November 2010 NDA-30988, Issue 2 Liability Disclaimer NEC Corporation reserves the right to change the specifications, functions,

More information

User Documentation for School Activity Funds Accounting

User Documentation for School Activity Funds Accounting User Documentation for School Activity Funds Accounting By: Applied Business Services, Inc. 800 S. Frederick Avenue, Suite 101 Gaithersburg, MD 20877 1-800-451-7447 ext. 130 www.appliedbusinessservices.com

More information

TABLE OF CONTENTS. TECHNICAL SUPPORT APPENDIX Appendix A Formulas And Cell Links Appendix B Version 1.1 Formula Revisions...

TABLE OF CONTENTS. TECHNICAL SUPPORT APPENDIX Appendix A Formulas And Cell Links Appendix B Version 1.1 Formula Revisions... SPARC S INSTRUCTIONS For Version 1.1 UNITED STATES DEPARTMENT OF AGRICULTURE Forest Service By Todd Rivas December 29, 1999 TABLE OF CONTENTS WHAT IS SPARC S?... 1 Definition And History... 1 Features...

More information

PORTA ONE. PORTA Billing100. Customer Self-Care Interface.

PORTA ONE. PORTA Billing100. Customer Self-Care Interface. PORTA ONE PORTA Billing100 Customer Self-Care Interface www.portaone.com Customer Care Interface Copyright notice & disclaimers Copyright (c) 2001-2006 PortaOne, Inc. All rights reserved. PortaBilling100,

More information

Client Services Procedure Manual

Client Services Procedure Manual Procedure: 85.00 Subject: Administration and Promotion of the Health and Safety Learning Series The Health and Safety Learning Series is a program designed and delivered by staff at WorkplaceNL to increase

More information

Getting Started in CAMS Enterprise

Getting Started in CAMS Enterprise CAMS Enterprise Getting Started in CAMS Enterprise Unit4 Education Solutions, Inc. Published: 18 May 2016 Abstract This document is designed with the new user in mind. It details basic features and functions

More information

Altec Systems Inc 16 Goldpark Court Woodbridge, Ontario L4L 8V5. Monday October 22, 2007 Project Number

Altec Systems Inc 16 Goldpark Court Woodbridge, Ontario L4L 8V5. Monday October 22, 2007 Project Number Altec Systems Inc 16 Goldpark Court Woodbridge, Ontario L4L 8V5 Monday October 22, 2007 Project Number 20070901 S. Areibi School of Engineering University of Guelph Guelph, Ontario N1G 2W1 Subject: Construction

More information

ROJECT ANAGEMENT PROGRAM AND COURSE GUIDE

ROJECT ANAGEMENT PROGRAM AND COURSE GUIDE ROJECT ANAGEMENT PROGRAM AND COURSE GUIDE PROJECT MANAGEMENT CERTIFICATE PROGRAM Further your career and gain an understanding of what it takes to lead a project to successful completion functional skills,

More information

Published by Reckon Limited

Published by Reckon Limited Projects Workbook Published by Reckon Limited All Rights Reserved Copyright Reckon Limited Copyright No part of these materials may be reproduced, stored in or introduced into a retrieval system, or transmitted

More information

2. Why is it important to remove loose jewelry before working inside a computer case?

2. Why is it important to remove loose jewelry before working inside a computer case? Chapter 2 Solutions Reviewing the Basics 1. When taking a computer apart, why is it important to not stack boards on top of each other? Answer: You could accidentally dislodge a chip. 2. Why is it important

More information

System 6000 Delivering Tomorrow s Security Solutions Today

System 6000 Delivering Tomorrow s Security Solutions Today System 6000 Delivering Tomorrow s Security Solutions Today Network Compatible Software The SAFLOK System 6000 software installs on a Windows PC. SAFLOK does not provide separate client/server software.

More information

CONTENTS 1) OVERVIEW OF ICAS 2. 2) DATA WAREHOUSING 4 Connecting on to ICAS 4 Logging on to ICAS 5

CONTENTS 1) OVERVIEW OF ICAS 2. 2) DATA WAREHOUSING 4 Connecting on to ICAS 4 Logging on to ICAS 5 CONTENTS 1) OVERVIEW OF ICAS 2 2) DATA WAREHOUSING 4 Connecting on to ICAS 4 Logging on to ICAS 5 3) THE INTEGRATED CAMPUS ADMINISTRATION SYSTEM THE MODULES 7 Applications & Enquiries Module 7 Registration

More information

gistec Service Delivery Program (SDP)

gistec Service Delivery Program (SDP) gistec Service Delivery Program (SDP) Specifications & Terms and Conditions V4.0 Dated 18 March 2018 gistec Service Delivery Program (SDP) provides a flexible and cost-effective vehicle to engage gistec

More information

Senior Design Parts, Expense, and Inventory Tracker. Project Plan Project Number: Dec Client: Iowa State University senior design

Senior Design Parts, Expense, and Inventory Tracker. Project Plan Project Number: Dec Client: Iowa State University senior design Senior Design Parts, Expense, and Inventory Tracker Project Plan Project Number: Dec03-02 Client: Iowa State University senior design Faculty Advisors Professor John W. Lamont and Professor Ralph E. Patterson,

More information

Illini Union Online Space Request Form Tutorial

Illini Union Online Space Request Form Tutorial Illini Union Online Space Request Form Tutorial A few things to help you along your way This tutorial will serve as your go-to resource for navigating the Online Space Request Form. Please go through this

More information

ISEAGE Network Specification and Report System

ISEAGE Network Specification and Report System ISEAGE Network Specification and Report System Project Plan Client ISU Information Assurance Center Faculty Adviser Dr. Douglas W. Jacobson Team May 05_25 David C. N. Rodgers Lijin Varghese Derek J. Light

More information

Time Sheet Instructions

Time Sheet Instructions Time Sheet Instructions Created by: Ashley Martz, Senior Student Program Assistant; Rebecca Makas, Peer Mentor/Tutor Revised by: Welby Seely, TAC Co-Chair Time Sheet Policies: 1. The Student Program Assistant

More information

DOCUMENT NAME: etrakit Process Manual etrakit Process Manual

DOCUMENT NAME: etrakit Process Manual etrakit Process Manual Policies and Business Practices DOCUMENT NAME: DOCUMENT HISTORY: Revision Date Comments A September 28, 2009 Initial Release B September 30, 2009 Minor edits C October 7, 2009 Minor edits and corrections

More information

CARE USER MANUAL REVISION MAY 2017

CARE USER MANUAL REVISION MAY 2017 CARE USER MANUAL REVISION MAY 2017 1. LOGIN INSTRUCTIONS 3 2. PASSWORD RECOVERY 3 3. PAGE LAYOUT / NAVIGATION 4 4. ACCESS 4 5. INITIAL USER MENU SCREEN 4 6. ESTABLISHING OR DELETING A PROJECT 5 6.1 TO

More information

REFERENCE GUIDE TO THE STUDENT CENTER MY.CHAPMAN.EDU

REFERENCE GUIDE TO THE STUDENT CENTER MY.CHAPMAN.EDU REFERENCE GUIDE TO THE STUDENT CENTER MY.CHAPMAN.EDU Access to the Student Center is provided through the Student Self Service link at my.chapman.edu. Enter your regular Chapman User ID and Password. Click

More information

CAMPUS PORTAL QUICK REFERENCE GUIDE: STUDENT PORTAL

CAMPUS PORTAL QUICK REFERENCE GUIDE: STUDENT PORTAL CAMPUS PORTAL QUICK REFERENCE GUIDE: STUDENT PORTAL 1 CONTENTS How to Set Up Your Portal Web Account... 3 How to Personalize Your Homepage... 4 How to View Holds Applied to Your Portal Account... 4 How

More information

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes:

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes: ASTRA USER GUIDE 1. Introducing Astra Schedule Astra Schedule is the application used by Academic Space Scheduling & Utilization to schedule rooms for classes and by academic colleges, schools, and departments

More information

EAB Admin Training. John Indiatsi Academic Advising Director

EAB Admin Training. John Indiatsi Academic Advising Director EAB Admin Training John Indiatsi Academic Advising Director Indiatsi_j@utpb.edu 432-552-2661 Contents Logging into EAB... 2 Advisor Home Page... 3 Advisor Home View... 3 Syncing Calendars... 4 Syncing

More information

SAMPLE RESIT EXAM QUESTIONS

SAMPLE RESIT EXAM QUESTIONS UoNFI Spring 2015/16 Semester RESIT EXAM COMP-A Digital Literacy I SAMPLE RESIT EXAM QUESTIONS Marks Obtained Maximum Marks 30 Time Duration 40 minutes COMP-A - 1 - Resit Exam Sample TEQ THEORETICAL PART:

More information

Bus Circulator Feasibility Study Scope of Work March 12, 2018

Bus Circulator Feasibility Study Scope of Work March 12, 2018 The City of Hyattsville Comprehensive Transportation and Infrastructure Study Bus Circulator Feasibility Study Scope of Work March 12, 2018 Project Approach At the request of the City of Hyattsville, Toole

More information

Creating a Hire eform for Academic Staff

Creating a Hire eform for Academic Staff UNIVERSITY OF ALBERTA PeopleSoft HCM Creating a Hire eform for Academic Staff Prepared by: HR Operations Created on 8/30/2017 2:49:00 PM Copyright 2017 University of Alberta All rights reserved. The information

More information

Welcome to Client Access Web!

Welcome to Client Access Web! Welcome to Client Access Web! Introduction W elcome to the Express Collections Client Access Portal. This portal has been crafted so that you, our valued client, can have convenient and secure access to

More information

Active Directory User Management System (ADUMS) Release User Guide

Active Directory User Management System (ADUMS) Release User Guide Active Directory User Management System (ADUMS) Release 2.9.5 User Guide Revision History Version Author Date Comments (MM/DD/YYYY) i RMA 08/05/2009 Initial Draft Ii RMA 08/20/09 Addl functionality and

More information

PRedStorm. Setup & User Manual 2.1. Sign Control & Reporting Software

PRedStorm. Setup & User Manual 2.1. Sign Control & Reporting Software PRedStorm 2.1 Sign Control & Reporting Software Setup & User Manual Last Revised: 2/6/2018 Table of Contents: 03 Section 1.0 Software Overview 04 Section 2.0 Terminology and Organization 06 Section 3.0

More information

Digital Room Thermostat

Digital Room Thermostat Salus RT500 Manual 002:89 23/11/10 11:06 Page 1 Digital Room Thermostat Instruction Manual Model No RT500 2 Salus RT500 Manual 002:89 23/11/10 11:06 Page 2 PRODUCT COMPLIANCE This product complies with

More information

Computer Information Systems See Computer Science and Computer Network Engineering & Electronics sections for additional computer courses.

Computer Information Systems See Computer Science and Computer Network Engineering & Electronics sections for additional computer courses. 194 Computer Information Systems Computer Information Systems See Computer Science and Computer Network Engineering & Electronics sections for additional computer courses. Degrees, Certificates & Awards

More information

CULTURAL DIVERSITY FOUNDATION COMPUTER SOFTWARE APPLICATION PROGRAM 500 N. Rainbow Blvd. Ste 222 Las Vegas, Nevada Fax: 703

CULTURAL DIVERSITY FOUNDATION COMPUTER SOFTWARE APPLICATION PROGRAM 500 N. Rainbow Blvd. Ste 222 Las Vegas, Nevada Fax: 703 CULTURAL DIVERSITY FOUNDATION COMPUTER SOFTWARE APPLICATION PROGRAM 500 N. Rainbow Blvd. Ste 222 Las Vegas, Nevada 89107 702 646-2615 Fax: 703 840-7323 Email: info@cdfnv.org 2018 COURSE CATALOG Effective

More information

ISU Alumni Association Online Store May05-39

ISU Alumni Association Online Store May05-39 ISU Alumni Association Online Store May05-39 Client: Faculty Advisor: ISU Alumni Association Dr. Srinivas Aluru, CprE Team Members: Keith Dahlby Andrew Kirpalani Jordan Jump Jon Ruhnke Presentation Outline

More information

Quartermaster Me is copyright, Clyde Thomas. All rights are reserved.

Quartermaster Me is copyright, Clyde Thomas. All rights are reserved. COPYRIGHTS AND TRADEMARKS Quartermaster Me is copyright, Clyde Thomas. All rights are reserved. Quartermaster Me software may not be reproduced (other than a back up copy) in any form whatsoever without

More information

Users can print directly from smartphones, tablets, laptops and public PC s and pay from the device

Users can print directly from smartphones, tablets, laptops and public PC s and pay from the device 1 Users can print directly from smartphones, tablets, laptops and public PC s and pay from the device All printer types Mobile Laptop Public PC Princh offers a complete set of payment options for all devices

More information

Texas A&M University: Learning Management System General & Application Controls Review

Texas A&M University: Learning Management System General & Application Controls Review Overall Conclusion Overall, the controls established over the primary learning management system at Texas A&M University, Blackboard Learn (ecampus), are effective in providing reasonable assurance that

More information

Department of Education issued. Michigan Institute of Educational Management. April 1, 2010

Department of Education issued. Michigan Institute of Educational Management. April 1, 2010 Michigan Department of Education Michigan Institute of Educational Management Securee Central Registry and State Board Continuing Education Unit Program April 1, 2010 [CTRL+Click on table of contents to

More information

WEB SITE FUNCTIONAL SPECIFICATION FOR A FICTION EXECUTIVE EDUCTIONAL INSTITUTE

WEB SITE FUNCTIONAL SPECIFICATION FOR A FICTION EXECUTIVE EDUCTIONAL INSTITUTE WEB SITE FUNCTIONAL SPECIFICATION FOR A FICTION EXECUTIVE EDUCTIONAL INSTITUTE Martin Meister Boston University October 15, 2011 1 Table of Contents Project Overview... 3 Institution Information... 3 Goals

More information

C/W MARS Evergreen Circulation

C/W MARS Evergreen Circulation C/W MARS Evergreen Circulation This document is an introduction to using Evergreen Circulation to check items in and out, to renew items, to pay fines, and to place and search item holds. It also includes

More information

New Finance Officer & Staff Training

New Finance Officer & Staff Training New Finance Officer & Staff Training Overview MUNIS includes many programs and tools to allow for the management of the District financials. As newer finance officers and staff, you are charged with understanding,

More information

DMS User Guide. 1.0 Introduction to VisitIsleofMan.com Page Logging in and out of your account Page Help Tutorial Videos Page 5

DMS User Guide. 1.0 Introduction to VisitIsleofMan.com Page Logging in and out of your account Page Help Tutorial Videos Page 5 DMS User Guide 1.0 Introduction to VisitIsleofMan.com Page 2 2.0 Logging in and out of your account Page 3 3.0 Help Tutorial Videos Page 5 4.0 Updating Information Page 6 4.1 Product Details Page 7 4.2

More information

Terms and Conditions between Easy Time Clock, Inc. And Easy Time Clock Client

Terms and Conditions between Easy Time Clock, Inc. And Easy Time Clock Client Terms and Conditions between Easy Time Clock, Inc. And Easy Time Clock Client Client s Responsibility Easy Time Clock, Inc. ( ETC ) is a client-led time and attendance program. The Client is solely responsible

More information

Metropolitan Washington Airports Authority PROCUREMENT AND CONTRACTS DEPT. AMENDMENT OF SOLICITATION

Metropolitan Washington Airports Authority PROCUREMENT AND CONTRACTS DEPT. AMENDMENT OF SOLICITATION Metropolitan Washington Airports Authority PROCUREMENT AND CONTRACTS DEPT. AMENDMENT OF SOLICITATION Metropolitan Washington Airports Authority Procurement and Contracts Dept., MA-29 2733 Crystal Drive

More information

Scotiabank Student GIC Program Application Guide - Please Read Before Applying. Important Dates to Remember:

Scotiabank Student GIC Program Application Guide - Please Read Before Applying. Important Dates to Remember: Scotiabank Student GIC Program Application Guide - Please Read Before Applying According to Citizenship and Immigration Canada (CIC) guidelines under the Student Partners Program (SPP) and Study Direct

More information

PeopleSoft Departmental Student Records Training. Bloomsburg University

PeopleSoft Departmental Student Records Training. Bloomsburg University PeopleSoft Departmental Student Records Training Bloomsburg University 1 Table of Contents Bloomsburg University Training Notes... 3 Terminology Crosswalk... 3 Term Code Logic... 3 Viewing a Student s

More information

UC for Enterprise (UCE) Emergency On Site Notification (E-OSN)

UC for Enterprise (UCE) Emergency On Site Notification (E-OSN) UC for Enterprise (UCE) Emergency On Site Notification (E-OSN) User Guide NEC NEC Corporation March 2010 NDA-31083 Issue 1 Liability Disclaimer NEC Corporation reserves the right to change the specifications,

More information

GUIDE TO CERTIFICATION

GUIDE TO CERTIFICATION GUIDE TO CERTIFICATION December 2017 *Note this document is temporary, and the content will soon appear on peer.gbci.org, at the latest November 30, 2015.* CONGRATULATIONS ON YOUR DECISION TO PURSUE PEER

More information

UAOnline Customer Feedback Report

UAOnline Customer Feedback Report UAOnline Customer Feedback Report Prepared for: University of Alaska Statewide Student Services & Enrollment Management August 2010 Written by: Dustin Bawcom TABLE OF CONTENTS I. Overview of UAOnline...

More information

These materials may not be reproduced in whole or in part without the express written permission of The University of Akron.

These materials may not be reproduced in whole or in part without the express written permission of The University of Akron. Table of Contents Chapter 1 : Overview...1-1 Chapter 2 : Definitions...2-1 ChartFields...2-1 Accounting and Budget Periods...2-3 Budgetary Control...2-3 Chapter 3 : Sign In and Sign Out...3-1 Sign In to

More information

ISU Alum ni Assoc iat ion Online St ore

ISU Alum ni Assoc iat ion Online St ore ISU Alum ni Assoc iat ion Online St ore Faculty Advisor Dr. Srinivas Aluru, Cpr E Team Members Keith Dahlby, Cpr E Jordan Jump, Cpr E Andrew Kirpalani, Cpr E Jonathan Ruhnke, Cpr E DISCLAIMER: This document

More information

ecashiering Table Of Contents

ecashiering Table Of Contents ecashiering Table Of Contents Overview... 2 Logging in to ecashiering... 2 ecashiering Tab... 3 Payment Management... 3 Digital Delivery Account Managment... 7 Patient Pay Online Tab... 8 Account Summary...

More information

Revision 1.0v01 and above March 2012

Revision 1.0v01 and above March 2012 QueueIt! Chapter 1 Introduction QueueIt! Installation and User Guide Revision 1.0v01 and above March 2012 2012 Best Wave, LLC Scottsdale, AZ All Rights Reserved Worldwide Not to be reproduced in whole

More information

iquest System Open Classroom Walls And Children s Minds With The Bogen

iquest System Open Classroom Walls And Children s Minds With The Bogen Open Classroom Walls And Children s Minds With The Bogen iquest System A classroom is a gateway to the future. The right teaching tools, in the hands of dedicated teachers, can stimulate a love of learning

More information

Observatory Automation

Observatory Automation Observatory Automation Project Plan Project ongo02e February 12, 2001 Client: ISU Physics Department Advisor: Dr. J. Basart Team Members: Shahril Abdullah Justin Doyle Derek Halverson Jeff Rastrelli Rob

More information

GUARD1 PLUS Documentation. Version TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks

GUARD1 PLUS Documentation. Version TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks GUARD1 PLUS Documentation Version 3.02 2000-2005 TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks i of TimeKeeping Systems, Inc. Table of Contents Welcome to Guard1 Plus...

More information

INVISION TM IRIS TIME CLOCK USER GUIDE. InVision Iris Time Clock

INVISION TM IRIS TIME CLOCK USER GUIDE. InVision Iris Time Clock INVISION TM IRIS TIME CLOCK USER GUIDE InVision Iris Time Clock Copyright 2018 Paychex, Inc. All rights reserved. Paychex is a registered trademark and Paychex InVision is a trademark of Paychex, Inc.

More information

Mac OS X Server Print Service Administration. For Version 10.3 or Later

Mac OS X Server Print Service Administration. For Version 10.3 or Later Mac OS X Server Print Service Administration For Version 10.3 or Later apple Apple Computer, Inc. 2003 Apple Computer, Inc. All rights reserved. The owner or authorized user of a valid copy of Mac OS X

More information

System Administration Guide

System Administration Guide System Administration Guide Maintenance Connection Inc. 1477 Drew Ave Suite 103 Davis, CA 95616 Toll Free: 888.567.3434 Fax: 888.567.3434 www.maintenanceconnection.com Maintenance Connection System Administration

More information

Security Surveillance Camera and Video Policy

Security Surveillance Camera and Video Policy UW-Madison Security Surveillance Camera and Policy Effective Date: Oct. 1, 2014 Last Updated: August 1, 2018 Last Reviewed: August 1, 2018 Functional Owner Executive Sponsor Policy Contact Dir. of Security

More information

Reprise of Locker Access System

Reprise of Locker Access System Reprise of Locker Access System Group Members Mohammed Al Kaabi Sherry Elsa Gungat Nurul Izni Hazimi Abdul Aziz Shichao Su Client Iowa State University Advisor Harker, Leland Edward 1 May 14 12 10/11/2013

More information

Computer Information Systems See Computer Science and Computer Network Engineering & Electronics sections for additional computer courses.

Computer Information Systems See Computer Science and Computer Network Engineering & Electronics sections for additional computer courses. Computer Information Systems 179 Computer Information Systems See Computer Science and Computer Network Engineering & Electronics sections for additional computer courses. Degrees, Certificates & Awards

More information

Copyright 2006 Prentice-Hall. All rights reserved. 1

Copyright 2006 Prentice-Hall. All rights reserved. 1 PC Basics CPSC 100 Hardware Software Networking Copyright 2006 Prentice-Hall. All rights reserved. 1 Objectives Identify basic components of a computer (hardware) Gain insight into how computers work (software)

More information

Guide to IREE Certification

Guide to IREE Certification Guide to IREE Certification Certification Congratulations on your decision to pursue Investor Ready Energy Efficiency (IREE) Certification for your project! As a building owner, by choosing to pursue IREE

More information

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound).

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound). ELECTRONIC COMPUTERS THEN AND NOW Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound). In the Past (i.e., during

More information

To receive money, just share your enrolled address or U.S. mobile phone number with a friend and ask them to send you money with Zelle.

To receive money, just share your enrolled  address or U.S. mobile phone number with a friend and ask them to send you money with Zelle. Consumer FAQs 1. What is Zelle? Zelle is a fast, safe and easy way to send money directly between almost any bank accounts in the U.S., typically within minutes 1. With just an email address or U.S. mobile

More information