08-19-2026 04:23 AM
I am working with a HIOKI MR8875 data logger and communicating with it through LabVIEW. I need help with the waveform acquistion.I want to provide a signal frequency as an input in LabVIEW.For example, if i set the signal frequency to 5kHz.I want to configure the HIOKI data logger and LabVIEW correctly so that the waveform displays 5 complete cycles.
08-19-2026 10:33 AM - edited 08-19-2026 10:34 AM
The signal frequency is given by the signal, so I assume you want to adjust the sampling frequency. I assume your LabVIEW program communicates via LAN using SCPI style commands via their driver. To see 5 complete cycles, you need to match the sampling rate and time duration accordingly. Can you provide more detail?