Hello,
I am trying to write a VI that reads in a digital signal using a DAQ with hp34907A. The digital signal I'm trying to read was orginally analog signal converted to digital signal in the serial form of 1 start bit, 8 data bits, and 1 stop bit. I'm using labview version 6.0 and HPIB-B interface. My goal is to write a VI that reads in the signal, eliminate the start and stop bit, and converts it back to the original form, which is analog signal and graph or write data to file. I have several questions and problems as follow:
1. I have configured the DAQ hardware using GPBI interface sucessfully, however, when I tried to create a digital channel from the DAQ solution wizard, it did not list any DAQ hardware for me to choose from.
2. I used the open,close, read,write VISA to read the digital signal. However, it seems that it doesn't scan fast enough to read the changes in logic of the signal. My signal baud rate is from 0.3 to max 2.4kbps. Is there a way to change the sampling rate in labview.
3. There are several examples in labview about reading in a digital line or port, but they don't work for me since I don't know the device name or device number of my DAQ.Under Device& interface of MAX, I see the GPIB interface but cannot find the device name or number.
If you have some VI examples and instructions on how to write the VI described above, please help. Thanks a lot.
DanaDU