Skip to content
Snippets Groups Projects
user avatar
Ludovic Apvrille authored
53107fd1
History
# Microwave system
-First, compile the microwave graphical interface
$ javac *.java

-Start the microwave interface
$ java MainMicrowave

-Open the microwave model with code in TTool
-Generate the code, compile it, execute it


# Pressure controller system
-First, compile the pressure controller system
$ javac *.java

-Start the pressure controller GUI
$ java MainPressureController

-Open the pressure controller model with code in TTool
-Generate the code, compile it, execute it

# Infusion pump r system
-First, compile the java code
$ javac *.java

-Start the infusion pump GUI
$ java MainInfusionPump

-Open the infusion pump model in TTool
-Generate the code, compile it, execute it