04-15-2009 05:51 PM
For simplicity, I have my generation session's Data Active Event exported to PFI0 and I have my acquisition session's Start Trigger configured to monitor PFI0. However, due to RTD I have a timing shift in data.
The help document specifies an attribute "NIHSDIO_ATTR_DATA_ACTIVE_INTERNAL_ROUTE_DELAY" can be used to generate a delayed start trigger. In addition it states:
You can configured the delayed Data Active event as the source for any acquisition trigger by manually entering DelayedDataActiveEvent as the triggerSource parameter.
I have no trouble in setting the attribute, but I have not been able to find how to USE the "delayed" data active event. It doesn't seem to be a signal that I can export to PFI0, nor does it seem to be a location that I can configure the acquisition start trigger to look at.
I am using niHSDIO dll revision 1.5.3
Solved! Go to Solution.
04-16-2009 02:16 PM - edited 04-16-2009 02:17 PM
Hi broke,
There are two standard methods of eliminating round trip delay from your measurements:
It sounds like you are on the right track with the DelayedDataActiveEvent, let me know if you have any questions about the examples or have any problems eliminating the RTD. Thanks for posting and have a great day!
-John
04-20-2009 10:56 AM
Thank you for the solution John.
My help files do not contain reference to "DelayedDataActiveEvent" as a valid entry for "NIHSDIO_ATTR_DIGITAL_EDGE_START_TRIGGER_SOURCE". (It just lists PFI, PXI_TRIG, RTSI, and PXI_STAR entries...) "DelayedDataActiveEvent" is also not in the include file for the driver... I should remember to look through examples before giving up!
Brian