08-17-2005 04:06 PM
08-18-2005 04:07 PM
Hello bwz,
When you are performing synchronization across the RTSI bus you need to specify that the slave device should get its clock signals from there. You would use the digital clock config VI to do this. If you look in the example finder, you will find synchronization example VIs that do the same kind of thing for analog input. To find the examples, open the example finder by going to Help >> Find Examples >> Hardware Input and Output >> Traditional DAQ >> Multiple Device.
If you are just getting started developing your application, you may want to consider using DAQmx. There are many more examples available to look at for this type of synchronization. To find these examples in the example finder go to Hardware Input and Output >> DAQmx >> Synchronization >> Multi-Device. To use your PCI-6534 with NI-DAQmx, you must have version 7.4 or later. The newest version is DAQmx 7.5. You may also want to look at this tutorial about synchronization with DAQmx.
I hope this helps!
Laura