Changeset 121 in tmcsimulator for trunk/src/atmsdriver/ConsoleDriver.java


Ignore:
Timestamp:
10/14/2017 01:33:24 PM (9 years ago)
Author:
jdalbey
Message:

ATMSBatchDriver.java Add thread to run writeToFEP() every 30 seconds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/atmsdriver/ConsoleDriver.java

    r119 r121  
    275275            System.out.println(""); 
    276276            System.out.println("Enter a direction:"); 
    277             directionInput = sc.next(); 
     277            directionInput = sc.next().toUpperCase(); 
    278278            System.out.println(""); 
    279279             
Note: See TracChangeset for help on using the changeset viewer.