‎04-15-2008 10:38 AM
‎04-15-2008 11:14 AM
What platform is this deployed on?
Not to answer your question, but when I see us timing requirements, I immediately think LabVIEW-RealTime.
On Windoze PC, you're into the ms.
Again, not to answer your question... When you need to continously monitor "something" and want to trigger an event (halt immediately), I would consider a Daemon to monitor the analog input.. But that also depends on many factors in how the sw is architectured, etc..
Can you provide more details about how / where the application will be deployed? What OS? Info on LV (RT) to develop the software? Target environment (CompactRIO, PXI, DAQ, any NI (other) hardware, etc, PC?)? If DAQ, do you have a timer card, etc?
‎04-16-2008 02:17 AM
‎04-16-2008 04:10 AM - edited ‎04-16-2008 04:11 AM
Hmm, you could try to program an analog triggered AI task and then have that trigger signal inhibit the AO task using RTSI signal routing.
@titikaka wrote:
Hi,
it's a WinXP pc with Labview 8 installed and a USB DAQ (1651?). I was wondering if there is some sort of "triggering" that I can program internally (on the DAQ). I realize that windows timing is worthless.
‎04-16-2008 07:21 AM
rolfk wrote:
Other than that what you want to do is even a stretch for LabVIEW RT platforms. It could be done however fairly easily on the FPGA target of CompactRIO systems.
‎04-16-2008 08:01 AM
‎04-23-2008 02:40 AM