01-21-2013 11:42 PM
hello anyone can help I want to create some waveforms very similar to what I want is attached
1 create in LabVIEW
2 run and send them via USB
3 play this waveform on a pic 18F4550
01-22-2013 02:24 AM
01-22-2013 12:37 PM
thanks for replying
and now I send the vi I am trying to build
postscript
is the same robert_kar
01-22-2013 01:07 PM
First of all, is the PIC board you have really a raw USB device? Most of the ones that I have seen emulate a serial port. Secondly, in terms of the format of the data going to the PIC card the documentation for the board should tell you the format that it expects data in, as well as how to communicate with it.
The output of the signal generation VI that you are using is the waveform datatype. What you need to do is extract just the data array using the Get Waveform Components from the Waveform function palette.
Who makes the PIC card that you are using?
Mike...