NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

-17325 wrong number of array indices

Solved!
Go to solution
Hello,

i have made a custom steptype with LV. The result data of this step is a byte array. I test this byte array with the multiplenumbertest function in the same step.

When i start the sequence for the first time the error (in the attachment) occured. The next times all is fine and no error appears. I have tried all possible settings at the bound tap (array).

greetings kschwede


Message Edited by Schwede on 04-08-2008 04:00 AM
0 Kudos
Message 1 of 19
(5,244 Views)

hi,

what is the initial value of the data source string?

regards

ray farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 19
(5,234 Views)

hello,

 

where can i see it in TS?

 

schwede

0 Kudos
Message 3 of 19
(5,234 Views)

Hi,

you can see it in the Edit Limit dialog box.

regards

ray farmer

Regards
Ray Farmer
0 Kudos
Message 4 of 19
(5,236 Views)

Hi,

or you can view on the sequence view in the seqeditor when you open tree view.

right mouse click on the active sequence and then select open tree view.

regards

ray farmer

Regards
Ray Farmer
0 Kudos
Message 5 of 19
(5,237 Views)
Hello,
 
can you see the initial value?
 
schwede
0 Kudos
Message 6 of 19
(5,234 Views)
Sorry here is the attachment.
0 Kudos
Message 7 of 19
(5,234 Views)

Hi,

Whats the initial size of Ansgangsdaten as you seem to be using Step.Ansgangsdaten[8] as the data source

regards

ray farmer

Regards
Ray Farmer
0 Kudos
Message 8 of 19
(5,232 Views)

Hello,

 

the size of the array is variable. For the initial size i have tried a lower and higer bound and initial as empty.

 

 

0 Kudos
Message 9 of 19
(5,230 Views)
Hi,
 
try setting the initial value to Step.Ansgangsdaten[0]
 
regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 10 of 19
(5,225 Views)