diff --git a/example/HMI/pages/index_public.html b/example/HMI/pages/index_public.html index 9413558..69f6c3b 100644 --- a/example/HMI/pages/index_public.html +++ b/example/HMI/pages/index_public.html @@ -7,11 +7,12 @@ - + + - Test Components - + + Test Components @@ -27,22 +28,22 @@ - - + + - - - + + + - + - + - + diff --git a/example/HMI/src/app.js b/example/HMI/src/app.js new file mode 100644 index 0000000..a60174d --- /dev/null +++ b/example/HMI/src/app.js @@ -0,0 +1,7 @@ +var machine = new LUX.Machine({ + port: 8000, + ipAddress: '127.0.0.1', + maxReconnectCount: 5000 + }); + + setInterval(LUX.updateHMI, 30) \ No newline at end of file