Steps to reproduce:
- Engine running at 10 ms.
- DAQmx module running at 100 ms. Configure rate to 100 ms as well. Added 8 AI channels or so.
- AI channels update at ~200 ms.
I think this is hapenning because the RelativeTo property being set to Most Recent Sample before each read. This causes the read to wait for the next acquired sample. If the intention was reading the last sample, the property offset has to be changed to -1 (check the RelativeTo Property help). Would it also be good moving this property nodes to init?