11-07-2008 07:10 AM
Hi,
I'm trying to send a digital waveform using a PCI-6259 and read an analogue waveform using a PCI-6132 simultaneously. I've tried looking at the synchronization examples but seem to be having trouble triggering the DO using DAQmx Start Trigger (Digital Edge).
Is the 6259 capable of being triggered from a 6132 for DO?
Thanks for any help,
Colin
Solved! Go to Solution.
11-07-2008 07:54 AM
It may also help that I've been using this example (DO instead of AO on the bottom half)
11-10-2008 09:31 AM
Hi,
I hope you are doing fine. I am currently looking into the problem. In order to help you I need to ask you few questions
1) What kind of triggering trouble are you seeing?
2) Are you using RTSI cable two communicating between two devices ? There are some examples available in labview for multi device sync. LabView->Find examples->Hardware -> input and output->DAQmx->Synchronization->multi-device.
Best regards,
11-10-2008 09:36 AM
Hi,
I've connected the cards using RTSI and my intention is to synchronise their triggering this way (but synchronisation of their respective clocks isn't necessary). The issue I had seen originally was that the delay between DO and AI varied (I imagine this is due to PC latencies?). I had hoped that using Start Trigger to initiate the DO (6259) with the AI (6132) over RTSI would help.
Thanks for the reply,
Colin
11-10-2008 09:59 AM
Hi,
Thank you for the update. Please let me know how you are getting on with your application and if there is any assistance you require.
Best regards,
11-10-2008 10:10 AM
Hi,
The problem is that I can't trigger the DO (6259) using the AI (6132). My LabView code is effectively identical to this except that I am using DO instead of AO. Can the 6259 be triggered in this manner? Error 200452 pops up claiming it's not a supported function.
If it isn't possible to trigger in this manner, is there a possible workaround?
Thanks,
Colin
11-10-2008 11:00 AM
Hi,
Can you please send the code along with the screen shot error so that I can replicate the problem here.
Thanks
11-10-2008 11:27 AM
Hi,
I've attached an example of the code I'm trying to use and the error it produces.
Thanks,
Colin
11-10-2008 11:53 AM
Hi,
I will look into more detail tomorrow , but I have few suggestions you can try:
1) your code does not have Export signal , you need a DAQMx export signal at your AI
2) And your DO task start trigger needs to be set to RTSI line. You can set up your RTSI line in Max
The error you are getting probably is because it can not route it self.
Best regards,
11-10-2008 12:06 PM
Hi,
I've made some changes (please see attached code), but it still seems to be coming up with the same error. I've setup the RTSI connection in MAX correctly (I think!).
Thanks,
Colin