Configure connections support only numeric variables

phuc_trantan
Explorer
Explorer

Configure connections support only numeric variables

phuc_trantan
Explorer
Explorer

Hi everyone,
Seem like Tandem configure connection is supporting only for numeric variables. Is there any plan for other variables like text or boolean?

phuc_trantan_0-1694404196875.png

Thank you.

0 Likes
Reply
Accepted solutions (1)
623 Views
3 Replies
Replies (3)

arundhati.ghosh
Autodesk
Autodesk
Accepted solution

Hello! That is correct - today Autodesk Tandem only support time-series data posted as numeric values. Additional data types are under consideration. This link from the January webinar Q&A is a really good resource that answers some additional questions around facility monitoring. Hope this helps!

hali.larsen
Autodesk
Autodesk

As Arundhati mentioned, support for stings (enum) and boolean are under consideration and we'd like to hear more about your use cases and requirements for these data types.

Here are some follow up questions: 

  • How do you expect to see the data rendered in the charts or heatmaps? For instance, if you are looking at a historic timeseries chart of a state change, do you want to see the raw data or a summary of the data? (For example, if a sensor is regularly polled to create a timeseries of its state (that represent Open/Closed or On/Off), would you expect to see the raw data or an aggregation that presents the % of time Open or On in the last hour/week/month/etc)
  • Do you expect you would poll the sensors regularly for their state or only send an updated value to Tandem when the state changes? If the latter, how often do you expect the states to be changing for your use cases (per minute, hour, day, week, month, etc).

Thank you! 

phuc_trantan
Explorer
Explorer

Hi Hali, thank you for your response.

 

Currently, we are using Azure to push data from IoT Hub to Autodesk Tandem, then we map the data with the custom classes to visualize the data.

For example, the IoT Hub will push the CCTV data that contains the name of person who existing in the room. So I need the string variable, and the boolean as well.

phuc_trantan_0-1694506129814.png

 

About your questions:
- We would like to see the data in a summary. But seem like there's not much option for us to create a chart with custom data or a chart for a specific sensor.
Send an updated value to Tandem when the state changes, that will save the resource for IoT Hub.

 

Thank you.