-
|
I have two different PXI systems that will have a shared clock through the 6683H module. I was looking at the nisync repo, but didn't see any API documentation. I also didn't see any grpc support for nisync. My goal is to extract hardware time stamps for each of the input modules (ex: SMU, O-scope, thermocouple). My plan was to remotely collect the sampled data and timestamps through grpc. Any suggestions how how to move forward? Both of our systems are remotely controlled from a server. We also have a grandmaster clock that will host the ptp time server. I'm assuming there's not much else I can do outside of configuring in NI-MAX, or switching to another language. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I'm not too familiar with the nisync repo, but NI-Sync is supported in grpc-device. It doesn't have any python examples like the other drivers (and if I remember correctly, for that reason wasn't listed in the supported drivers table in the README). But in any case, you can see its proto and related server-side files here and the proto is included in the ni-grpc-device-client.zip in the recent release. |
Beta Was this translation helpful? Give feedback.
I'm not too familiar with the nisync repo, but NI-Sync is supported in grpc-device. It doesn't have any python examples like the other drivers (and if I remember correctly, for that reason wasn't listed in the supported drivers table in the README). But in any case, you can see its proto and related server-side files here and the proto is included in the ni-grpc-device-client.zip in the recent release.