-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telemetry Interval less than 1 second #562
Comments
This is not a common request, and we suggest following the instructions below and build your own app:
|
We made a new release with updated Event Hub SDK: |
Hi @YingXue thanks a bunch for the great work in getting a new release out ! This 0.15.2 release seems to address this post for which our team is really grateful. However when trying it how can I enter telemetry interval <1 second in the UI? I tried 0.1 but "." is not permitted so I can only enter 01 or 1 second. |
Hi @sergiosolorzano |
Hi @YingXue thank you for your guidance. I have validated (DTDL tool) and updated the model (for both device and digital twin just in case they're connected) (I didn't change the path to the local model repo path) to telemetryInterval double type, restarted the explorer but issue persists and can't use ".": I then tested this with float type , restarted explorer but the problem persists: |
Hi @sergiosolorzano do you mind open a new issue separately for the pnp modeling part? It will help prevent the issue being lost in track. |
@sergiosolorzano Also, I wanted to let you know that there is workaround for this decimal issue. You can enter 01 in the textbox, and then add the decimal. |
Thank you for your notes @YingXue , I appreciate the challenges involved. I just raised the issue as requested. From your last note may I please clarify this means we can set interval such as 01.2 means 1.2 seconds? Thank you for your help. |
@sergiosolorzano the only tricky case if for any value less than one. |
We track movement from mxchip iot device and telem interval<1s in ms would be instrumental to capture tracking.
Describe the solution you'd like
Telemetry Interval less than 1 second in ms
Describe alternatives you've considered
hard code mxchip firmware but need to rebuild each time to alter and we have device twin and DT mistmach
The text was updated successfully, but these errors were encountered: