Difference between revisions of "Formula Editor"

From Elsys Wiki - Help and Recources for TranAX and TraNET DAQ
Jump to: navigation, search
Line 3: Line 3:
 
===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.
 +
 +
===Shifting a trace===
 +
[[Shift_traces|Shifting]] a trace with a formula is extremly easy. Shifting is necessary if you want to compare different blocks to each other.

Revision as of 13:22, 19 October 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.

Shifting a trace

Shifting a trace with a formula is extremly easy. Shifting is necessary if you want to compare different blocks to each other.