Jump to content

Property loader and Array


Clio75

Recommended Posts

I'm trying to use the property loader in Teststand 4.1.1 and load and array into an array variable.

But I always have problems, or unloaded value.

So I have tried:

Testarray[tab]test1[tab]test2[tab]test3[tab]test4

OR

TestArray

[tab]test1

[tab]test2

[tab]test3

[tab]test4

OR

Testarray[tab]test1,test2,test3,test4

or XML

TestArray <Prop Name="TestArray" Type="Array" LBound="[0]" HBound="[4]" ElementType="Number">

<Value ID="[0]">CRC</Value>

<Value ID="[1]">ATT-6</Value>

<Value ID="[2]">CRC</Value>

<Value ID="[3]">ATT-13</Value>

</Prop>

If you like to test this, the first 5 in the uut serial number must be 12345 :cool:

Testing.zip

Link to comment
I'm trying to use the property loader in Teststand 4.1.1 and load and array into an array variable.

I use the following to represent arrays in files for the property loader:

ArrayName[0]<tab>ElementValue0

ArrayName[1]<tab>ElementValue1

ArrayName[2]<tab>ElementValue2

...

Link to comment
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.