Difference between revisions of "Formula Editor"

From Elsys Wiki - Help and Recources for TranAX and TraNET DAQ
Jump to: navigation, search
(Compile a formula)
Line 1: Line 1:
 
[[Category:TranAX]]
 
[[Category:TranAX]]
 +
TranAX includes a powerful formula editor with a large variety of useful functions for analysing measured signal curves and for further processing, out of which new signal curves and waveform measurements can be calculated easily. The formula editor offers a professional programming environment with syntax highlighting, auto-completion, scalable font size and more.
 
===Compile a formula (DLL)===
 
===Compile a formula (DLL)===
 
[[Compile_Formula|Compiling]] a formula into a DLL gives you the benefit of encapsulating your code and optimizing calculation times.
 
[[Compile_Formula|Compiling]] a formula into a DLL gives you the benefit of encapsulating your code and optimizing calculation times.

Revision as of 19:45, 26 September 2017

TranAX includes a powerful formula editor with a large variety of useful functions for analysing measured signal curves and for further processing, out of which new signal curves and waveform measurements can be calculated easily. The formula editor offers a professional programming environment with syntax highlighting, auto-completion, scalable font size and more.

Compile a formula (DLL)

Compiling a formula into a DLL gives you the benefit of encapsulating your code and optimizing calculation times.