Skip to content

OpenRTDynamics/TemplateGUI

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TemplateGUI

This repository holds a template for an ORTD-realtime program controlled by an HTML-based GUI

Important files are:

  • RTMain.sce: The ORTD-based real-time program
  • ORTDTargetServer.js: A node.js script to forward the data in-between the HTML-GUI and the real-time program
  • html/GUITemplate.html: A template for a GUI

To run this demo it is required that you have node.js (commands node and npm), as well as OpenRTDynamics (command ortdrun), installed

To install modules required by node.js issue:

$ npm install

To launch the demo issue:

$ npm run

Point your browser to localhost:8091/GUITemplate.html

About

A template for a GUI-connected realtime program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published