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.
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
Used when the variable will not be used outside the sequence
File Variable FileGlobal. SelectedOption.
Used when other sequences will be using this variable
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