01-09-2026 05:20 AM
Problem Description
I am trying to synchronize two NI-DAQmx tasks that run on different C Series modules with different sample rates (Delta-Sigma module + slow sampled module), following NI’s recommended approach.
According to NI documentation, this requires configuring the following properties via a DAQmx Timing Property Node:
However, I am not able to access these properties in LabVIEW, even though I am using the correct node and wiring.
What I have already verified
Observed Behavior
When I right-click the DAQmx Timing Property Node and choose Select Property…, I only see:
Properties
└─ Sample Clock
└─ Write Waveform
└─ Use Initial Waveform dt
The properties:
do not appear in the property tree.
If I use the Class Browser Search and search for:
the properties appear in the search results (e.g. Advanced: First Sample Clock Time: Timescale), but after clicking OK they are not inserted into the property node, and the node still shows only the Write Waveform property.
Questions
Environment
01-19-2026 02:48 AM
Solution / Update
I was able to resolve the issue.
The problem was not the DAQmx Timing Property Node itself, but the project context.
Originally, my VI was not part of a proper LabVIEW Project (.lvproj).
After creating a new LabVIEW Project and then placing my VI inside this project, the correct DAQmx Timing properties (including SampClk.Timebase.Src and SampClk.Timebase.Rate) became available in the property node.