Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

U'Roll with NI-Scope 1.5

I am writing a simple acquistion program using a 5102 and the NI-Scope 1.5
library. I would like to fetch the aquired data even if my trigger
condition is not met. The Virtual-Scope software can do this when in U'Roll
mode. I would like my software to behave similarly.

Is NI-Scope 1.5 capable of this?

Thanks,
Chris Lincoln
ULTRAX, Inc.
0 Kudos
Message 1 of 2
(2,696 Views)
Currently this is not a trigger mode that NI-Scope supports. However, you
can write a program to accomplish this. If your acquisition times out while
waiting for an edge or digital trigger, call niScope_Abort and
niScope_ConfigureTriggerSource with the source set to NISCOPE_VAL_IMMEDIATE.
Then restart the acquisition with either niScope_ReadWaveform or
niScope_InitiateAcquisition.

Michael Enz


Chris Lincoln wrote in message
news:390f0f75@newsgroups.ni.com...
> I am writing a simple acquistion program using a 5102 and the NI-Scope 1.5
> library. I would like to fetch the aquired data even if my trigger
> condition is not met. The Virtual-Scope software can do this when in
U'Roll
> mode. I would like my software to behav
e similarly.
>
> Is NI-Scope 1.5 capable of this?
>
> Thanks,
> Chris Lincoln
> ULTRAX, Inc.
>
>
0 Kudos
Message 2 of 2
(2,696 Views)