08-08-2008 08:23 AM
08-11-2008 03:07 PM
10-29-2008 10:34 AM
Thanks a lot for your reply,
I have the pin outputs under controll and the infinite pulses was made for me in the toolkit (PWM vi)
But i still havent been able to make a finite pulsetrain. Ive been told that i should write a value to the timer register and let the counter count down the value. As far as ive understand the BF 537 counter count uppwards.
Ive thoght about using timers to clock out a digital pattern, but havent sucseed yet.
Anyone who knows what to do?
Fredrik
10-30-2008 09:27 AM
Hi Fredrik,
I would take a look at the TimerWithCallbacks example in the example finder. You can set a callback VI which will execute each time the timer runs to its count, and you can use that to output the next pulse in your sequence.