Skip to content
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

Flatline detection #44

Closed
luccalb opened this issue Nov 13, 2024 · 0 comments · Fixed by #54
Closed

Flatline detection #44

luccalb opened this issue Nov 13, 2024 · 0 comments · Fixed by #54
Assignees
Labels
component Related to a RTDIP component

Comments

@luccalb
Copy link

luccalb commented Nov 13, 2024

User Story

  1. As a RTDIP user
  2. I want to detect flatlining sensor input
  3. So that react accordingly and e.g. check the sensor for errors

Additional context

Acceptance Criteria

  • A component exists that
    • receives a list of columns to watch for flatlining (a series of null or 0 values)
    • receives a tolerance timespan, if the flatlining period is longer than this, it should output a warning
    • it shouldn't manipulate the data itself

Definition of Done

  • Test cases have been created and are running successfully
  • Documentation for the new component was added
  • Github Actions are running without errors
@luccalb luccalb converted this from a draft issue Nov 13, 2024
@luccalb luccalb added the component Related to a RTDIP component label Nov 13, 2024
@mollle mollle self-assigned this Nov 19, 2024
mollle added a commit that referenced this issue Nov 19, 2024
Signed-off-by: mollle <[email protected]>
@chris-1187 chris-1187 linked a pull request Nov 19, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Awaiting Review to Feature Archive in amos2024ws01-feature-board Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component Related to a RTDIP component
Projects
Status: Feature Archive
Development

Successfully merging a pull request may close this issue.

3 participants