NIVeriStandAdd-Ons / Data-Publishing-Service

Data Publishing Service allows users to publish NI VeriStand channels as LabVIEW shared variables. User can connect to the published shared variables e.g. using the Data Dashboard for LabVIEW.
Other
2 stars 2 forks source link

Improve Performance by Adding Writes in Group #2

Closed agomez08 closed 4 years ago

agomez08 commented 4 years ago

Performance can be improved by writing all the SystemLink channels in the same group instead of doing individual writes.

Also, to improve the accuracy of the timing the writing can be done outside of the event structure timeout.

eatondan commented 4 years ago

Done. Thank you for your help!!