DSP Code

I am trying to write a simple module that will give me the voltage at a specific time based upon a sine wave (see attached). Why am I not able to create a link between the volts out and the floating point number? What am I missing?
VoltsSineWave.fsp (35 KB)

Hi,

If all you need is a specific value at a specific time (a “snapshot”) of the sine wave, then you may just want to use a Ruby module to generate it. See an example attached to this post.

Sincerely,
VoltsSineWave.fsp (22.6 KB)

That’s exactly what I needed to see. This opens up endless possibilities.
Thanks

Glad to hear that!
Well, good luck with your project and feel free to post here/on this forum about it if you have more questions or just to show what you’ve been working on!