Mapping sensor data to Revit elements using API with Python

Mapping sensor data to Revit elements using API with Python

mostafa.hallaji
Explorer Explorer
570 Views
2 Replies
Message 1 of 3

Mapping sensor data to Revit elements using API with Python

mostafa.hallaji
Explorer
Explorer

Hi, 

I hope my message finds you well, 

I am extending some IFC entities, and I want to use these entities in the Revit application.

These entities contain continuously updating data. For example Pressure Sensor of a pump, data of which is saved in a separate database. I am wondering how I can link/map the continuously updating sensor data to the actual pump in the Revit file? I appreciate your responses in advance. 

Kind Regards, 

Mostafa.

 

0 Likes
571 Views
2 Replies
Replies (2)
Message 2 of 3

jeremy_tammik
Alumni
Alumni

You can implement a Revit add-in which implements an external event which is triggered by your updated external sensor data and adds it to the affected elements. The Building Coder covered quite a number of such samples, e.g., the RevitWebCam, FireRatingCloud  and other samples connecting the desktop with the cloud:

 

   

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes
Message 3 of 3

mostafa.hallaji
Explorer
Explorer

Thank you very much Jeremy, I will study the the content of the links and will ask for the clarification if needed.

 Kinds regards, 

Mostafa.

0 Likes