Thus, to end the misplace part program, the user need to click "Back" button on Manual Misplace Page and it will go back to Home Page.
Query 1 select R.BookID,B.Title,A.Shelf,A.Levell into inventory_latest from Reader R,Book B,Antenna_location A where R.BookID=B.BookID and R.Antenna=A.Antenna Query 2 select Title,Shelf,Levell into misplace from inventory_latest WHERE NOT EXISTS (SELECT Title,Shelf,Levell FROM Book WHERE Book.BookID=inventory_latest.
Result for Testing (2) Detection a) Inventory Part for 1 Distance Detection (cm) (books) 0 30 4 30 8 30 12 30 16 30 b) Misplace Part for 1 level: Put the misplace books randomly at one part.
Result for Testing Detection b) Misplace Part for 1 Level--Manual Misplace Program Part/Trail 1 2 3 4 5 1 [check] [check] [check] [check] [check] 2 [check] [check] [check] [check] [check] 3 [check] [check] [check] [check] [check] Record the detection
Analysis: The detection for misplaced book/books on automatic misplace are consistence which 100%.
Result for Testing Detection b) Misplace Part for 1 Level--Automatic Misplace Program Part/Trail 1 2 3 4 5 1 [check] [check] [check] [check] [check] 2 [check] [check] [check] [check] [check] 3 [check] [check] [check] [check] [check] Analysis: The detection for misplaced book/books on automatic misplace are consistence which 100%.
-Misplace Part: Open the program and wait the automatic misplace form to pop out.
(i) 1st two hours--run the program normally and record the observation Result: The automatic misplace form pop out on time.
(ii) 2nd two hours--open the manual misplace form and record the observation Result: The manual misplace form close and automatic misplace form pop out on time.
Result: The automatic misplace form pop out and there is no 2nd automatic misplace form popping out.