Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

Toggling ND_PATTERN_GENERATION_LOOP_ENABLE

When trying to turn off ND_PATTERN_GENERATION_LOOP_ENABLE, Set_DAQ_Device_Info returns an error message when passed the ND_NONE data as specified in the documentation, however has no objection to ND_OFF. Is the documentation wrong on this point?
0 Kudos
Message 1 of 2
(3,100 Views)
Hi rgaddi,

Yes, you are correct. You must use ND_OFF. There is a mistake in the documentation. Here is the usage...

iStatus = Set_DAQ_Device_Info (iDevice, ND_PATTERN_GENERATION_LOOP_ENABLE, ND_OFF);

I will file a bug to have it corrected. Thanks for the catch.

Ron
Applications Engineering
National Instruments
0 Kudos
Message 2 of 2
(3,100 Views)