11-11-2013 09:01 AM
Hello All,
I am trying to read a waveform graph from my PXIe-6363 but having some difficulties. I am not sure if the problem is coming from my pin connection from my board to the pinout of the 6363. Currently, I connect the pinout of my board to the pinout of the 6363 (P0.0 - P0.6). I believe these pins P0.0 - P0.6, can be used for digital inputs. Attached is my vi. I believe I am missing something somewhere.
I use a scope to check the signal coming out of my board and it seems to come out fine; getting the correct square waves. Any suggestion will do.
Thanks,
11-12-2013 04:07 PM
Hi Angel22,
It's tough to know what exactly the issue is. What are you trying to display, exactly? I'm confused as to why you have two DAQmx Read.vi's. Also, you're reading from N channels in the first read and a single channel in the second one, while specifying a full port. Lastly, I'm a little concerned that your while loop is auto-indexing the data from the second read, which isn't getting sent until you hit the stop button.
That being said, the manual for your device is here: http://www.ni.com/pdf/manuals/370784d.pdf The device pinouts are in the appendix, and your device's pinout is on page A-16.
Any information you can send me that can help illuminate what you're trying to do would help.