Skip to content

AI Reads are taking longer than what they should #53

@agomez08

Description

@agomez08

Steps to reproduce:

  1. Engine running at 10 ms.
  2. DAQmx module running at 100 ms. Configure rate to 100 ms as well. Added 8 AI channels or so.
  3. 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?

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions