06-10-2019 11:32 PM
I am maintaining my predecessors code, so a bit stuck with this problem as I haven't really done any digital filter processing before.
The project has the following two filters defined.
I need to add an additional channel.
When I open the Mutlirate Filter Single Stage....vi, it has what appears to an express VI, but it doesn't open a panel to configure. I right click and go properties, it has a few thinks and then nothing happens. I can see a channel count of 4 in VI properties. I converted it to a VI and there is no sign of a channel count input....
I gather I will have to update the size of the FIFOs as well. The out FIFOs have size 4.
I have found code that generates a mfs and nmfs files, but that doesn't have channel counts.
I assume I can take the mfs file and re-generate VIs above... but can't figure out how.
So rather lost and any help will be appreciated.
LabVIEW 2018, cRIO 9056, reinstalled DFD module.
Cheers
Nick
Solved! Go to Solution.
06-11-2019 01:04 AM - edited 06-11-2019 01:07 AM
Figured it out... guess that the code to take the filter files to make code was not committed.
What didn't help was finding a decoy VI, which doesn't work with the mfs filter file data... I had to find the code generation VIs on a different menu.
This seems much harder than it should be...