Page History

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Architecture and State Machine Diagram


Ticket Vending Machine Architecture DiagramImage Added

Ticket Vending Machine State Machine Diagram

Configuration

The new TVM software is simply a web application that can communicate with local hardware like payment terminal & ticket and receipt printers. The following steps demonstrate how to configure a new TVM in SecuTix's parameterization screens. 

...

  • TVM is not starting on expected page: check point 4/5 and 11. Note that there may be a .bat file that automatically start the TVM. It should be fixed, too.
  • The device drivers does not start (no red icon in the tray bar):
    if the device drivers is started by the .bat file, ensure that
    • the path located in the file is correct
    • the path must be within quotation mark, like "C:\Program Files(x86)\..." . Otherwise, the space will confuse Windows.
  • Disk full: 
    • stop the device drivers (there is a stop script in C:\Program Files (x86)\secutix\devicedrivers-manager)
    • delete the java folder C:\users\<user>\secutix\java  
    • reboot
    • Accept the startup of the device drivers (select the "remember" option)
    • Wait until device driver is started

...