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

Arbitrary math #32

Open
jwhong opened this issue Aug 21, 2016 · 4 comments
Open

Arbitrary math #32

jwhong opened this issue Aug 21, 2016 · 4 comments

Comments

@jwhong
Copy link
Member

jwhong commented Aug 21, 2016

It would be helpful to users to have an interface for perform simple operations on meter readings in real time. This is already implemented to some extent in math calculations like "Apparent Power" and "Thermocouple K", which simply apply formulas in the app to readings coming in from the meter, but there is no way for the user to plug in his own formulas.

@607nm
Copy link

607nm commented Sep 3, 2016

This would be really helpful.

@Sembazuru
Copy link

This would be really helpful. Especially if calculating current over an external shunt. Plug in the resistance of the shunt (or copy from a resistance reading if using a large enough resistor) and have the display, graph, and logging report the calculated value. (For logging, I would probably prefer to have both the original raw reading and the calculated value recorded.)

@kc0tfb
Copy link

kc0tfb commented Aug 5, 2017

Sorry I haven't the skill to fork the code and implement this myself, but please count me as another user that would be happy to see it done - including the ability to change the displayed-vs-measured units. The ability to save presets would be excellent - I propose five fields to store the user's values, with a few examples:

Example for use with a 75mV / 100A shunt:
Name: 100A Shunt
Range: 100mV
Mode: DC
Math: * 1333.3333
Label: A DC

Example for use with a coil that reads 1V AC @ 30A:
Name: 30A Coil
Range: 1.2V
Mode: AC
Math: * 30
Label: A AC

Things like thermocouples get a bit complicated - out of my league, I'm afraid.

@famo
Copy link

famo commented Aug 6, 2017

I'm also dearly missing the shunt support, I already wrote on the forum:
On the website the feature to measure high currents with shunts is explicitly advertised, yet there is no support at all in the app for shunts. :-(

What do I mean by support:
– For the top readout there should be an option to select “shunt”, with a popup where you then can enter the shunt type (ampere, voltage drop).
– the top readout would then display current (instead of ohm)
– one would be able to use the third readout (real power, etc.)

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

No branches or pull requests

5 participants