NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Mysterious errorcode -17306 "Unknown variable or property name"

Solved!
Go to solution

Yes. Originally that extra step wasnt present but i added it as a troubleshooting step. It has made no difference and removing it just now didnt affect it either.

0 Kudos
Message 11 of 14
(643 Views)

This might seem bizarre, but try this:

  • Insert a new blank Python module step
  • Set the module settings
  • Set the parameter variables
  • Delete the old step that is not working
  • Run your sequence
0 Kudos
Message 12 of 14
(612 Views)

I got a bit busy but i tested this as well and it sadly didn't affect the error.

 

I've however done some more testing and i think I've manage to isolate what it is in the container that causes the error. Apparently passing a container that has an array of a custom array type causes the error in teststand. Not sure why tho. I've sent a bug report to NI and hopefully that'll help me get to the bottom of this.

 

Another avenue I'm planning on testing is to see if me using the "enable debugging" setting in the python adapter. I originally did this because i was having a lot of issues with the windows environment variable but I'm gonna give it another go and see if i can get it working.

0 Kudos
Message 13 of 14
(591 Views)
Solution
Accepted by topic author MalteGS

I've been in talks with NI regarding this issue and we've managed to find somewhat of a solution.

 

Turns out that nested arrays aren't supported for passing data in and out of python. This is currently seen as a feature not a bug. To achieve the desired functionality you are meant to use a 2D array. I've tested this and it works as intended.

 

TL;DR use 2D arrays not nested arrays.

 

I've since ran into another instance of the same error but this seems to be cause by something different relating to some arrays of containers. I'll make a separate post once this gets resolved in case anybody else runs into the same issue.

 

Thanks for all the help!

- Malte

0 Kudos
Message 14 of 14
(568 Views)