Difference between revisions of "Formula Editor"

From Elsys Wiki - Help and Recources for TranAX and TraNET DAQ
Jump to: navigation, search
 
Line 11: Line 11:
  
 
===Creating your own mathematic function===
 
===Creating your own mathematic function===
[[Creating_your_own_mathematic_function|Creating]] your own mathematic function inside of a CSharp class library is really straight forward. It gives you the benefit of integrating your function with the full performance of .NET.
+
Creating your own [[Creating_your_own_mathematic_function|mathematic function]] inside of a CSharp class library is really straight forward. It gives you the benefit of integrating your function with the full performance of .NET.

Latest revision as of 04:39, 15 November 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.

Merging events into a trace

Merging events from another trace into a new one is a simple task. Just use MergeTraces function.

Creating your own mathematic function

Creating your own mathematic function inside of a CSharp class library is really straight forward. It gives you the benefit of integrating your function with the full performance of .NET.