-
Hey community, thanks for creating such a helpful library. I use this often to work on tdms-files for voltage measurements. Exception: Strain gauge configuration 10188 is not supported Unfortunately, I could not find any solution so far. Did anyone else have a similar problem before? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @BockiBock, I added initial support for strain scaling in #230, but so far only full bridge type I is supported. See the scale method here. There's a useful NI document that describes the types of strain gauge configurations, and some documentation on how the strain scaling is configured. 10188 corresponds to the half bridge type I configuration. If you have some instrumentation and electronics experience, it should be reasonably straightforward to implement support for this, you just need to work out how to compute the strain from the measured voltage, given the strain gauge parameters (poisson ratio, gauge resistance, excitation voltage etc). Otherwise I should be able to find some time eventually to take a look into this. |
Beta Was this translation helpful? Give feedback.
-
Hey Adam,
than you very much for this kind and informative reply.
I'll try to find a solution myself first. If I do not succeed I would be
glad to contact you again.
Is it planned to implement a configuration for the other bridge types in
the near future?
Best Regards
Tom
…On Tue, Mar 1, 2022 at 9:16 PM Adam Reeve ***@***.***> wrote:
Hi @BockiBock <https://github.com/BockiBock>, I added initial support for
strain scaling in #230 <#230>,
but so far only full bridge type I is supported. See the scale method here
<https://github.com/adamreeve/npTDMS/blob/40e84097a6c51152f68df1c2b44fa0a76f53da9b/nptdms/scaling.py#L197-L207>.
There's a useful NI document that describes the types of strain gauge
configurations
<https://www.ni.com/en-nz/innovations/white-papers/07/measuring-strain-with-strain-gages.html>,
and some documentation on how the strain scaling is configured
<https://zone.ni.com/reference/en-XX/help/371361R-01/glang/tdms_create_scalinginfo/#instance5>
.
10188 corresponds to the half bridge type I configuration. If you have
some instrumentation and electronics experience, it should be reasonably
straightforward to implement support for this, you just need to work out
how to compute the strain from the measured voltage, given the strain gauge
parameters (poisson ratio, gauge resistance, excitation voltage etc).
Otherwise I should be able to find some time eventually to take a look into
this.
—
Reply to this email directly, view it on GitHub
<#266 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANV5T3LRDKE4HJOWNFNYCNLU5Z3K3ANCNFSM5PRCEJFA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I've now added support for the remaining strain gauge configurations in #268. This is available from the master branch and will be in the next version, which should be 1.5.0. |
Beta Was this translation helpful? Give feedback.
I've now added support for the remaining strain gauge configurations in #268. This is available from the master branch and will be in the next version, which should be 1.5.0.