I want to make PWM measurement with PXI-6624 in VeriStand 2021 R2. I need both frequency and duty cycle values. I set up the select measurement type is "Pulse Measurement" in System Explorer. Once I deploy it, I got an error code " -200431":
"Selected physical channel does not support the measurement type required by the virtual channel you are creating."
"Create a channel of a measurement type that is supported by the physical channel, or select a physical channel that supports the measurement type."
Then I saw that the Pulse measurement was introduced with NI's STC3 devices including X Series and CompactDAQ. Therefore pulse measurement function in the DAQmx driver does not support PXI-6624. How can I measure pwm without using this function? Is there anyone who has used the PXI-6624 before can help me?
If anyone has a written custom device for this before and can share it, I would appreciate it.