12-05-2013 01:13 PM
I am using a cRIO and have an NI9474 that I would like configure for Pulse-Width Modulation (PWM). I can configure the 9474 for PWM using the SCAN Interface but not when using the FPGA interface. When using the FPGA Interface the module installs as a boolean device and does not allow me to configure for PWM. Is it possible to configure the NI9474 foir PWM when using the FPGA Interface? I want to use the FPGA Interface because my update rate needs to be greater than 1 KHz. The SCAN Interface limits me to 500 Hz.
Windows 7 machine using LabVIEW 2013 f2, LabVIEW RT and LabVIEW FPGA
12-06-2013
09:10 AM
- last edited on
06-05-2025
12:24 PM
by
Content Cleaner
Hi shall12,
Yes it is possible to configure the 9474 for PWM using the FPGA interface. The tutorial below describes how to accomplish this:
Also, the following link includes some examples:
https://forums.ni.com/t5/Example-Code/PWM-Output-With-LabVIEW-FPGA/ta-p/3996204
Best,
12-06-2013 09:31 AM
Thanks. I will give it a try.