I am in the final stages of building an end-to-end speech recognition system on a PXI-7833R and am running into a timing error when compiling the full system. I posted about a similar related issue a couple days ago. Basically, each sub-vi of the system compiles properly, but when together there is a timing error reported after it compiles. I have been pipelining where possible, but it is difficult to know where in the code the timing errors are occurring because of the complexity of the system. There are three ways I could theoretically fix or work around the problem assuming I could do them in LabVIEW:
1) Trace the location of the errors from the compiler output to the VI
2) Adjust compiler flags to optimize some efforts to fix the error
3) Tell the compiler to allow top level clock rates of less than 40MHz
Are any of these possible? I am attaching pictures of the main VI. The false portion of all the case structures is empty. Thank you for your help.
~Paul