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.

Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

9477 update rate

Solved!
Go to solution

Hello,

 

I have a cDAQ 8184 chassis with a 9477 sinking DO module. In the specification stands: Update Rate = 8µs.

 

Now my question, what does it mean? I have to switch die outputs in a resolution of 1ms, but the fastest way currently is around 50ms !

 

I create a DO task for one channel, and toggle it in a while loop without any delay, calling the DAQmx Write (Digital Bool 1Line 1Point).vi. I can't get it faster as 50ms.

 

Is the update rate of 8µs relevant only with usage of a cRIO chassis?

0 Kudos
Message 1 of 2
(4,665 Views)
Solution
Accepted by topic author Madottati
I don't know if your hardware supports hardware timed single output. If it does, you have to program it. Of it doesn't, then with your 1 point timing, you are using software timing. You would need to use the n sample write and specify the clock.
Message 2 of 2
(4,656 Views)