At least for one of the subvi's (FSP NTSC Config1 it is clear why they don't get the visa name right.
It is not called from the main program !
Maybe it is called from one of the subvi's that you did not supply, but sure this is the reason.
I did not test the other vi.
Furthermore I advise you to modularize your code, this has not only the look but is spaghetti code although I have seen worse.
Please do not use stacked sequence frames and try to call your instruments from an IO subvi.
One of the first things to strive for is to keep your program within the bounds of a reasonable screensize.
One of the methods is subvi's
greetings from the Netherlands