12-05-2006 12:25 PM
12-06-2006 03:39 AM
Hi, Valen
you can specify the value as '0xf' in hex, instead of '15' in decimal.
Hope this helps.
12-06-2006 01:53 PM
Hello RiLee,
Thank you for your help.
I have a property loader question, which does not relate to the first one that I had. I need to write non-volatile data to test units in production, which vary from model to model. I wanted to be able to create a excel sheet template with 2 columns of hex data (row size varies) that can be imported to a 2Darray local in TestStand sequence file. I have been trying to create the excel sheet template by dynamically creating a 2Darray and then export the data, but I was not able to see 2Darray in the Locals tab after the test step is run. Am I doing the right thing?
Attached please see the TestStand sequence sample I refer to when trying to create the 2Darray, as well as a sample excel template. The only difference between my test sequences is instead of using random data; I read the data from a unit with associated address returned as well.
Thank you in advance for your kind help.
Valen
12-06-2006 02:26 PM