01-29-2007 05:59 AM
01-29-2007 06:51 AM
Hi,
You dont have to use the teststand palatte, especially if you can pass all your inputs and outputs via the connector pane of your VI.
Have a look at the manual, 'Using TestStand with LabVIEW', that should help you to specify a VI code module. Run through some of the examples. Also look at some of the examples in the teststand\examples folder.
Regards
Ray Farmer
01-29-2007 06:58 AM
hi ray
i searched the examples given with the teststand.But all that vi's are only with the teststand pallete.so i doubted that the GUI will appear only if we use the teststand pallete.but i dont get the correct reason.
regards
mudigondla
01-29-2007 07:12 AM
Hi,
The trouble with a lot of the examples, is they originated from TestStand 1& 2 and therefore have the legacy inputs and outputs. But there are a few new ones.
You Should beable the set the control, 'Show VI Front Panel When Called' in the Edit LabVIEW VI Call.
Providing you are not expecting to interact with the teststand engine during runtime, then you can pass all your data via the main VI's connector pane. See Chapter 2 of Using LabVIEW with TestStand.
If you do need to interact, then look at Chapter Appendix B - Using the TestStand ActiveX APIs in LabVIEW. Everything you need comes from the ActiveX Palette.
Regards
Ray Farmer
02-01-2007 12:04 AM
hi
plz suggest how to make "the data entered to the labview vi's (i.e.,steps in the sequence) and the resultant data from the steps" appear in the report generated.
suppose iam entering the array of bytes to one of the step and collecting array from some other step.i need the both the data printed on the final report generated.
regards
mudigondla
02-02-2007 11:30 AM