I don't have any experience with this specific model so my best recomendation is for you to open the subVIs one by one and read the description of the VI and the description of each of the controls and see how the subVIs match up to functions in the instrument manual. A lot of drivers converted from third-party plug & play drivers do not come with a VI tree or example program. When you run a subVI, you can also have NI-Spy turned on to see the actual commands that are sent.
With a plug & play driver, it's important that you use the initialize function and then wire the handle out to the instrument handle input of any other subVI. You probably can't just open a subVI and then enter the instrument name into the handle input. Do you also have an error with the initialize function? If so, do you pick your instrument from the list (i.e. clciking on the arrow on the right side of the Resource Name Control) or did you type it in?