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

Diagnostics on Contact Sensors #260

Open
Licourtrix opened this issue Oct 9, 2022 · 1 comment
Open

Diagnostics on Contact Sensors #260

Licourtrix opened this issue Oct 9, 2022 · 1 comment

Comments

@Licourtrix
Copy link

I would like to have diagnostics (wire break or short detection) on contact sensors with end of line resistors. I think this can be done by adding an error state on the contact sensor class or modifying the voltage measurement class to act more like a contact sensor. I basically want if
An_input < V1: error (short)
An_input < V2: closed contact
An_input < V3: open contact
An_input >= V3: error (line break)

It there anything existing for this type of thing already that haven't found? If not, I will probably take a crack at it myself but would welcome general direction.

@ogiewon
Copy link
Collaborator

ogiewon commented Oct 9, 2022

This functionality does not currently exist. It will require the use of analog inputs, instead of digital inputs, as I am sure you're already aware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants