Formula Editor

From Elsys Wiki - Help and Recources for TranAX and TraNET DAQ
Jump to: navigation, search

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.