I am using LabView 8.0 to control a PCIM-6731.
I'm tyring to build an application that outputs an analog signal and a digital signal at the same time from computer A. The analog signal is going to a sound amplifier, whereas the digital signal is going to another computer B that will be doing analog DAQ (this analog signal being aquired is from another source, however the aquisition computer B needs to know which sound is being played by computer A at a certain time, and so I'm sending the digital signal from A to B). I can get computer B to read the digital signal if I use a digital port read VI and keep it running in a loop. However, I could not acquire the digital signal as a waveform, and I'm thinking it's because the computer doing the DI needs to be synchronized with the computer doing to DO. The DO on computer A is being timed by the AO sample clock. So I figured I should export the AO sample clock to computer A. I've attached below the rudimentary VI I built for this.
Sorry if anything looks silly... I'm a beginner.