Sensors linked to Database

Sensors linked to Database

Anonymous
Not applicable
899 Views
3 Replies
Message 1 of 4

Sensors linked to Database

Anonymous
Not applicable

Hello,

I'm working on how to link my database (time series DB) of my sensors's data to Revit and develop  a plugin to automate the loading of the data from my database (I use timescaleDB) to Revit. I 'm asking please for help if someone had already worked on something similar.

Thank you,

0 Likes
Accepted solutions (1)
900 Views
3 Replies
Replies (3)
Message 2 of 4

jeremytammik
Autodesk
Autodesk

What information do you wish to add to the Revit database?

  

First of all, do you wish to add anything to the database at all?

  

Why?

  

Where?

 

Please be aware that the Revit API hardly ever supports any functionality that is not also available in the user interface.

  

Therefore, it will help to research the optimal manual approach to a solution first, before attacking the task programmatically.

  



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes
Message 3 of 4

Anonymous
Not applicable

Thank you for your reply.

Actually, I'm working on that as my project graduation at my university. So, I will be honored much with your help.

My database is like timescaleDB that contains time series data of sensors (inlinometers, thermometer,....). The kind of data is just numeric like distance, angle, rotation, acceleration, force, frequency...

I structured the data as time series , (each serie (i) is about a state at time (i) of my sensors and serie (j) is about time (j) of the same sensors....)

So, I want to visualise each serie in the BIM model and synch them at each time.

0 Likes
Message 4 of 4

jeremytammik
Autodesk
Autodesk
Accepted solution

So, there is not really any need for you to add any information to the BIM or modify it in any way whatsoever.

  

All you need to do is visualise your data coming from an external source in the BIM.

  

Maybe you should consider basing your work on Autodesk Forge instead of the Revit API:

 

https://forge.autodesk.com/

  

That will give you access to far more models, since the BIM can come from any CAD seed source file you like, in any format you like, not just RVT.

 

Furthermore, the existing open source visualisation tools and libraries available for the web browser are probably more powerful and better adapted to your visualisation requirements than the Revit API.

 

Please research by yourself about realtime data visualisation in BIM models in the Forge viewer, e.g., searching for 'data visualisation BIM model Autodesk Forge viewer':

 

https://duckduckgo.com/?q=data+visualisation+BIM+model+Autodesk+Forge+viewer

 

If you need more help on Forge, please search for answers on StackOverflow first, and, if still needed, raise your questions through the standard Forge help channels:

  

https://forge.autodesk.com/en/support/get-help

  



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder