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

Making Emonlib non-blocking #67

Open
TurboNerd95 opened this issue Dec 22, 2021 · 1 comment
Open

Making Emonlib non-blocking #67

TurboNerd95 opened this issue Dec 22, 2021 · 1 comment

Comments

@TurboNerd95
Copy link

TurboNerd95 commented Dec 22, 2021

Hello,

I've had a brief look at the code and I'm wondering if it's possible to make the CalcVI function asynchronous? i.e. be able to constantly calculate the voltage and current, and also being able to perform other tasks at the same time? The best example of this usage would be a wall power meter with an LCD display, were you can seamlessly switch between displaying current, voltage, watts, change a settings, etc, while everything is still being calculated.

@donemuhendislik
Copy link

Hello,

I've had a brief look at the code and I'm wondering if it's possible to make the CalcVI function asynchronous? i.e. be able to constantly calculate the voltage and current, and also being able to perform other tasks at the same time? The best example of this usage would be a wall power meter with an LCD display, were you can seamlessly switch between displaying current, voltage, watts, change a settings, etc, while everything is still being calculated.

Hi,

I ve faced this problem too and I summarized it in here : #76

Have you had any solution for this situation ? If you can help, i will so appreciated...

Thanks a lot

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