-
Notifications
You must be signed in to change notification settings - Fork 2
ETP
The Webstudio is able to exchange data via ETP. Only few requests are supported but it is very usefull for users who wants to edit and update energyml objects from an etp server.
To establish a connexion to an etp server, write the server url in the dedicated field. If the server is secured with a login/password, fill the corresponding fields. Then toggle the "Establish etp connexion" button.
If the connexion fail, a message will be prompt in the console.
After the connexion has been established, the interface will change, and the dataspace list will be automatically updated :
For every request, the working dataspace must be chosen.
Go to the "Get Resources" tab, and press the "List objects" button. A list of objects present on the selected dataspace will be prompt in a table.
These objects can be imported in the Wbestudio workspace with the "ImportDataObject" button. It is also possible to delete data from the etp server with the "Delete data Object" button.
It is possible to push data from the workspace to the etp server. Select the elements to push and then press the "Export (PutDataObjects)" button.
To search elements from the etp server that are related to an object in the workspace, select the object of the workspace in the list, and then press the "Get Related" button. A new table will appear at the bottom if related objects have been found.
It is possible to visualize in 3D an object from an etp server. For now it is possible to visualize :
- TriangulatedSetRepresentation as a surface
- PolylinesSetRepresentation as points cloud
- PointSetRepresentation as points cloud
To visualize an element, select it in the list an then press the "Visualize data object" button. Then go to the 3D menu option. The interface will show your representation in a dedicated 3D vue.
When the data has been imported in the view, it should appear in the "scene panel" on the right.
The interface allows to change the colors of every entities (faces/lines/points/bbox) and also toggle these elements.
Here the faces view has been disabled and points size has been increased.