Thanks for the reply Mark.
I'm sorry I wasn't clear here.
I am trying to simulate a signal internally because I am trying to
write a VI to run my fixture, but I don't have the fixture yet to
provide this signal. Since I don't have the signal to work with, I
thought I would simulate it instead. I would then write me VI to run
the fixture acting like this simulated waveform is coming from my
fixture, when in fact it is being generated by LV. When I get the
fixture, I would switch the simulated waveform for the real thing.
I hope that makes sense.
Joe.
markwysong wrote in message news:<5065000000050000006A690000-1012609683000@exchange.ni.com>...
> Joe,
>
> This should be relatively simple. Let me point out something
> first--you did
not state what hardware you are using. Most DAQ cards
> from National Instruments can only output a maximum of 10V, so you
> can't output a sine wave of the amplitude you wish.
>
> I'm going to make an assumption regarding your question on how to make
> a sine wave with an offset. I know how to do it in labview, which is
> how I'll describe it. If you open the file
> dir>/examples/daaq/anlogout/anlogout.llb/Function Generator.vi, you
> can see a control for "offset" and amplitude. In your case, you'd
> have an amplitude of 5 and an offset of 10 volts (although you really
> can't do this if your DAQ card can't go above 10V).
>
> Take a look at that VI. It should help.
>
> Mark