From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Error when read a continuous digital signal with NI6361

Solved!
Go to solution

Hello,

I encounted an error when I tried to read a continuous digital signal with NI6361 as below. It says the buffer issue.

Does the error mean that I can not use this P1.1 channel to store a continuous number?  I changed this to P0.1, it does work for continuous digital inputs.

 

I am wondering any way to configure this channel P1.1 to P 1.7 since currently I only have output of BNC interface from function generator.

 

Thanks

Jian 

 

 

.USB6361USB6361ErrorError

0 Kudos
Message 1 of 4
(2,180 Views)

I found that in the mannual, it says, waveform is for Port 0 only. Does this mean I can only use Port 0 if I want to have a time based digital signal and then there should be no buffer error?

 

In other word, the Port 1 can only be used as a counter?

 

Could anyone help to understand this?

 

Thanks

 

0 Kudos
Message 2 of 4
(2,145 Views)
Solution
Accepted by topic author gnatjian

Your understanding is correct.  On X series (63xx) devices, only Port 0 can be timed with a sample clock.  Ports 1 and greater can only be used statically (i.e., just read or write a single sample when you call DAQmx Read or Write in software).  Most if not all digital lines can also be accessed by the counters or can be routed to be used as timing signals like triggers, sample clocks, etc.  You can check the device specs or user manual to see these extra routing options.

0 Kudos
Message 3 of 4
(2,126 Views)

Thanks. I got them done with Port 0.

0 Kudos
Message 4 of 4
(2,122 Views)