05-23-2014 09:57 AM
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
05-23-2014 10:24 AM
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.