Stream load data chart not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone, I recently approached Autodesk Tandem, so I might say something stupid, please forgive me if necessary :-).
I followed the instructions to create a stream using postman below are the steps I took
1) I created a stream name: test_1
2) under manage I created two numerical properties val_1 and val_2
3) I associated them with the template and then in assets I updated the properties that I now see
4) I copied the link to upload the data to postman
this is the structure of the file:
{
"test_val1" : 29.00,
"test_val2" : 30.00,
"ts" : "2023-03-21T01:15:00Z"
}
6) I associated the newly loaded variables in the configure connection
now to load other data and simulate the data arriving from IoT, I launched postman (point 4) 10 times with different dates and values and therefore in configuration I can scroll through my data
but how can I see them developed in the charts? , only the last element inserted always appears to me, the previous ones are not taken into consideration
Thanks for your precious help