09-18-2019 03:40 AM - edited 09-18-2019 03:43 AM
How can I design this?
09-18-2019 05:34 AM
It looks like you have a point of magnetic moment and want to calculate the field at a distant point.
This would be a pretty straight forward script: You have the inputs, you have the equation. Put the inputs into the equation and out pops you answer.
I would use matlab or python for this sort of work rather than LabVIEW, but that is just my taste.
Do you want to do something more interesting/interactive? Perhaps have sliders for moments and distances? Perhaps develop graphs to show the relationship between different inputs? Then I might use LabVIEW...
09-18-2019 06:25 AM
@MaxJoseph wrote:
I would use matlab or python for this sort of work rather than LabVIEW, but that is just my taste.
Formula Node would work well for this as well. I too have problems doing this kind of math over wires. Altenbach will argue otherwise.
09-18-2019 06:36 AM
I wonder if Math Node could help. It would be fun, anyway.
Function: Three tools are included in this example. Convert Math Expression to G: Takes code written in MathML, LaTeX, or normal text (y=a+b) and converts it to G with a nicely typeset label
09-18-2019 01:08 PM
I think something like this would work.