01-28-2014 09:44 AM
I have a setup for a buck converter control scheme. I have one main issue and one side issue. The main thing I'm trying to accomplish is successful data acquisition. The setup I have currently is kind of hit or miss when I run my real-time program. The setup I have is also slowing down my loop execution speed by a ton. I believe one big issue is probably from using AI0 in both of my loops, one for my control algorithm, and the other for data acquisition. This leads to my second issue. I'm trying to make my loop execution speed as fast as possible to get accurate high frequency waveforms. Any tips on improving execution speed would be greatly appreciated. I will attach my FPGA and Real-Time code. I'm fairly new to LabVIEW FPGA so I apologize if I have some silly mistakes. Thank you for your time!
01-29-2014
04:06 PM
- last edited on
04-28-2025
06:44 PM
by
Content Cleaner
Hi apashl01,
It seems you are attempting to read the same data from two loops in FPGA. I believe that this method is the best way to do so.
Also here are some design patterns that may be of use to you.
01-30-2014 12:47 PM
Thank you for the response FuMan, I'll check it out