LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using hardware delay to replace "wait (ms).vi"

I would like to write a command to GPIB several times with precise timing(<1ms). But the "wait (ms).vi" is not precise enough.Is it possible to use hardware delay to replace "wait (ms).vi" ??
I have 2 PCI-6713 and 1 PCI-6602
My OS is Win98
Thanks!!
0 Kudos
Message 1 of 4
(2,919 Views)
In article <5065000000080000000F4A0000-1021771306000@exchange.ni.com>, cooler wrote:

> I would like to write a command to GPIB several times with precise
> timing(<1ms). But the "wait (ms).vi" is not precise enough.Is it
> possible to use hardware delay to replace "wait (ms).vi" ??
> I have 2 PCI-6713 and 1 PCI-6602
> My OS is Win98
> Thanks!!

Sure. Get an I/O box with an external SRQ (or is that RQS) input and hook up
a one millisecond clock to that input. You can also use the I/O box to then
retrigger the clock. There are lots of other ways to do it but you get the idea.
0 Kudos
Message 2 of 4
(2,919 Views)
I couldn't understand what you mean...could you give a clearer explanation, or where could I find the reference?
Thank you for your help.
0 Kudos
Message 3 of 4
(2,919 Views)
Hello;

Unfortunately, GPIB commands are Software timed, and there isn't a way to guarantee that precision since Windows manages all the tasks on your computer.
Regards
Filipe A.
Applications Engineer
National Instruments
0 Kudos
Message 4 of 4
(2,919 Views)