LabVIEW and TestStand Discussion

Ring Type or Enum Type?
Use Enum Type when working with LabVIEW(r) Module to be used in TestStand.
This will allow TestStand to display the Enum "String" in the input/output section.
 
TestStand(r) variables
Local, File, Station
Local Varible   Local.index123
Used when the variable will not be used outside the sequence
 
File Variable    FileGlobal. SelectedOption.
Used when other sequences will be using  this variable
 
Station Global     StationGlobal.UUTtype
When TestStand need to know the variable define for the the particular Station.
 
(Dont forget to copy the  StationGlobal File when copying the sequences to another machine and modify only what need to change)
 
LabVIEW and TestStand are National Instruments’s Products

About LV_TS_Test_Engineer_3000_VI

Automated Test Equipment Software
This entry was posted in Test Sector. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s