LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

e constant in formula waveform

Does anyone know if it is possible to use the e constant with formula waveform.vi?

Or how I can solve this problem in another way?

//Martin
0 Kudos
Message 1 of 2
(2,628 Views)
LabView's formula nodes support exp(x) and ln(x). If those are the functions you need, just include them in the formula you feed to Formula Waveform.vi.
If you need to use e directly, you could get the e constant from the Numeric >> Additional Numeric Constants palette, then convert it to a string using Number to Fractional String on the String >> String/Number conversion palette, concatenate it with the reset of your formula, then feed that string to Formula Waveform.vi.
0 Kudos
Message 2 of 2
(2,628 Views)