NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Hidden Custom DataType

Hi,
 
I'm using TestStand 4.0.1 and I have launched a TestStand 3.x sequence with a Custom Data Type.
I have made some modifications in this container Type and renamed it.
Now, I can't see (and modify) this Data Type anymore ; when I try to create a new Data Type with the same name, TestStand informs me that this type already exists !
 
What can I do to retrieve this Data Type ?
 
Emmanuel


Message Edité par E.Boivin le 04-28-2008 07:25 AM
0 Kudos
Message 1 of 2
(2,898 Views)

Hi, I'm back with an explanation !

Because the Data Type should also appear in Station Globals Type I have converted "StationGlobals.ini" to previous INI file format (TestStand 3.x and prior) and I have noticed that in the definition of my Custom Data Type, the location was empty :

...

[DEF, MyNewType]
%LOCATION = ""

...

So I have changed it into :

...

%LOCATION = "UserTypes"

...

Relaunched TS and My Type is now available !!!!

I just cant' explain why in the "StationGlobals.ini" binary file, the location was lost !? So dear TestStand Users TAKE CARE !!!!

Best regards,

Emmanuel

0 Kudos
Message 2 of 2
(2,896 Views)