demos.powerwindow
Class PowerWindowWithGUI

java.lang.Object
  extended by demos.powerwindow.PowerWindowWithGUI

public class PowerWindowWithGUI
extends java.lang.Object

A demo of the power window with a graphical user interface showing the window, and with buttons to drive it and display the operation of the motor. The time in TFSM runs twice as fast as in DE and is offset by one. The 1 delay for switching to automatic mode in TFSM is therefore a 0.5 delay in DE. The time in DE is synchronized with the system time with 1 unit of DE time for 1000 units of system time. Since system time is counted in milliseconds, we therefore have 1s of system time for 1 unit of DE time. The delay for switching to automatic mode is 500ms.

Author:
boulange

Constructor Summary
PowerWindowWithGUI()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerWindowWithGUI

public PowerWindowWithGUI()
Method Detail

main

public static void main(java.lang.String[] args)