1 / 24

EDGE tutorial

EDGE tutorial. Box Assembly tutorial. Introduction. The EDGE package is a collection of utilities, documentation, development tools, and visualization tools wrapped around a DOUG renderer.

gustav
Download Presentation

EDGE tutorial

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EDGE tutorial Box Assembly tutorial

  2. Introduction • The EDGE package is a collection of utilities, documentation, development tools, and visualization tools wrapped around a DOUG renderer. • DOUG is basically the kernel of the package of which various plugins, models, scripts, simulation interface code, gui add-ons, overlays, and development interfaces are added to create a visualization package for NASA’s Constellation program [www.nasa.gov/mission_pages/constellation].

  3. DOUG renderer • The DOUG renderer is the greatest asset to the EDGE package. The renderer allows for: • extremely fast rendering speeds even with large polygon counts • networked manager/client architecture so many clients can display and manipulate the same scene • highly extendable framework which allows users to add their own models, plugins, gui scripts, menus, overlays, • display configurations, and comm mechanisms. • support for SSM, openFlight, stl, and AC3D model formats (with unlimited extensibility through model loader plugins) • tcl/tk command interface for easy scripting and GUI construction and many more.

  4. Installing EDGE • Double click on the EDGE_v2.2 to extract it (requires winrar software)

  5. Extract to the desired folder. • Go to the extracted folder • Click on the rungraphics.bat file to start EGDE software

  6. Default view of EDGE software

  7. Menu bar • File Drop down Menu • Load State – Used to load a saved state • Save State – Save current view/ state • Reset State – To reset the state

  8. Using the Display menu, • Background color can be changed • The lighting options can be toggled.

  9. Edit menu is used to Edit nodes and Trees

  10. The last important menu bar is Options • Used for Simulating Data.

  11. Navigating in EGDE • Use arrow keys to pan up, down, left and right • Use z key to zoom, i key to zoom in faster and o to out faster.

  12. Node • Each model, camera, system is represented in EDGE with a name. They are generally called as nodes. • Click on the Edit menu and click on Nodes to bring up the edit node dialogue.

  13. Use the node name to edit a particular node.

  14. Alternate way of selecting node • Right click anywhere on the edge screen and a menu pops out • Select pick model to edit in that and select the model to edit. • The same edit node dialogue should pop up

  15. CAD file format for EDGE • Create any CAD model (preferable in ProE) and save a copy as a wavefront format file (.obj) • Then import the file into blender (a freeware) and export as a .3ds format file • The last step is to import it to AC3D (14 day free trial software) and export as a .ac format file. • EDGE only accepts .ac format files

  16. Adding a model into EDGE • Copy the .ac CAD parts to EDGE_v2.2\userdata\models • Then go to EDGE_v2.2\userdata\configs and edit the user_models using a text editor software (notepad or notepad++ is preferable) Node name Model name. ac Position of the model with respect to the parent Pitch, yaw and roll values Parent node name

  17. Follow the example node format and include the nodes in user_models file and save it. • Exit EDGE software and re open it. • The model should be included in the software. • Adjust the position accordingly.

  18. Creating a new State • In order to create new state use the edit node dialogue and all the unnecessary models and save the state by going to the file menu and select save state. • Give the state a name and in order to open it, click on file and load state and select the name you gave.

  19. Creating a Simulation using EDGE • We need to create 2 files in order to simulate a model in EDGE • One is a .api format file and the other is .csv files • The API file constraints the degree of freedom the model • And the csv file has the coordinate and time values.

  20. API file can be created using the notepad++ software. • Example of API file is shown below Degree of freedom Column name in csv Node name

  21. csv file example is shown below (the first column should be time in terms of seconds)

  22. Save your API and csv files in this location EDGE_v2.2\userdata\sim_data • Then run EDGE software and go to option and select the Sim – Data dlg

  23. Browse and select the destination of the API and csv file in that sim-data dlg

  24. Then click on play and your simulation file should be running. • There is also a user guide provided with the EDGE software in case there is something which was not made clear in this tutorial.

More Related