NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Data Type Array forced to top of container

I am forced to use TestStand 2010 so this may have been resolved in a future release.

 

In my Variables section, I can create the structure which looks like this (all variables are unsigned 32 bit)

 

Frame Data

        MinorTimeStamp

        StartOfFrame

        Header (array 0-5)

        PayLoadSize

        PayLoad  (array 0-549)

        CRC

        EndOfFrame

 

When I attempt to create the same structure as a Custom Data Type, Testand forces all of the arrays to the top of the structure.

 

Frame Data

        Header (array 0-5)

        PayLoad  (array 0-549)

        MinorTimeStamp

        StartOfFrame

        PayLoadSize

        CRC

        EndOfFrame

 

Is there a way to tell TestStand that I know what I am doing and to leave my structure alone?

 

Thank you

 

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

Never Mind ...

 

Along the top of the window, they have the columns Name, Value, Type, Version, Usage . If one of those is pressed accidentally, it sorts based on that column. I finally clicked on Usage so that it would display properly. I won't comment on what I think of whomever came up with that bright idea.

0 Kudos
Message 2 of 2
(3,945 Views)