NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Can an HTBasic module associated with a step load submodules?

To use an existing HTBasic program with TestStand, does all the HTBasic code have to be contained in one file or module, or can the submodules be loaded at runtime?  (The main HTBasic program loads all the subroutines from different files. At the end, a DELSUB is performed to unload the subroutines.)

0 Kudos
Message 1 of 2
(3,229 Views)

Hi sdlray,

 

Yes you can use multiple submodules within TestStand.   The code does not all need to be combined into one file.  The only exception is you cannot call Main from TestStand.  If you have a main function, you will need to rename this.

Cheers,
Kelly R.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,191 Views)