Under TestStand 1.0.3, I create a set of data types to define my entire test environment. One example is:
AnalogDeviceType
DeviceType String
Device Number
DeviceIndex Number
ResourceName String
HighLimit Number
LowLimit Number
and then
AnalogDevices
NumberOfDevices Number
Configuration Array of Type
'AnalogDeviceType'[0..2]
I set up types like this for all the various types of instruments being used. Under FileGlobals, I then defined the different instruments being used. Under TestStand 1.0.3,
I could go to FileGlobals and edit all of the fields.
However, with TestStand 2.0, I can edit the Number
OfDevices but it will not expand the Configuration and allow me to edit those fields. I have been looking through the new features to see if I can determine if I need to set a property flag or something but have not been able to determine what needs to be done. Any thoughts on the subject?
Also, while I have found some books on LabVIEW 6i, etc. does anyone know good books TestStand.