I'm trying to run a simple VI that generates signals on two RFSG units (sine wave and a square wave) in a PXI chassis. I've done this before without any problem.
I've noticed before that for some reason LabView will create multiple instantiations of the RFSG (i.e. the RFSG is named in MAX "RFSG1" so it will create "RFSG1 (1)...") and now all the sudden I am unable to run my VI since the 2nd RFSG continues to randomly link to "RFSG2 (15)", etc. when it finishes the Initiate VI and not what I input on the front panel, "RFSG2."
Any suggestions or help for removing these ghost instantiations? Thanks.