LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Slow speed code in formula node

Solved!
Go to solution

Hi,

Attached the .vi. It works correctly, I have verified and it is what I was searching for. No need others.

Thank you very much for supporting me.

 

Best regards,

Mal

0 Kudos
Message 11 of 13
(333 Views)
Solution
Accepted by Mal123

A few simple suggestions:

 

  • Use complex math to do the input processing.
  • x2 and /2 should be done using scale by powers of two because it is especially easy in binary.
  • I am not sure if the compound multiply really constant folds the (0.0005x pi x pi), so I would take that out.
  • I would recommend to save the VI so the controls are in view.
  • it is useful if the controls have some default values.

 

altenbach_0-1697553977437.png

 

Message 12 of 13
(309 Views)

Another level of a smart mind.

Thanks Altenbach!

0 Kudos
Message 13 of 13
(285 Views)