NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

-17313; Could mot accept the parameter passed in

Solved!
Go to solution

Hallo zusammen,

 

ich habe den folgenden Fehler um ein Cluster von LabView an TestStand zu übergeben. 


Details: Parameter 'x' 
Typ of argument expression 'x' is incompatible with parameter.
Specified value does not habe the expected type.

Error Code:"17313; Could not accept the parameter passend in"

Das Cluster welches ich von LabVIEW an TestStand übergeb und hier in den Parametern und Variablen eingepflegt habe ist identisch und hat auch die gleichen Variablen Typen (Siehe nachfolgende Bilder).
Bitte um Hilfe wo der Fehler liegt. 

Tester7_0-1629378953037.png

 

 

Tester7_1-1629379013198.png

 

 




0 Kudos
Message 1 of 6
(1,652 Views)

EDIT:

removed

 

 

0 Kudos
Message 2 of 6
(1,606 Views)

Hello Roman,

Thank you for the answer. I have tried and checked the two possibilities. Unfortunately, the same error message still comes up. 

 

Do you have any other ideas?

0 Kudos
Message 3 of 6
(1,602 Views)

Oh, initially i thought you were parsing data to a sequence and not to a .vi. It it is a different case then. 

The LabVIEW / TestStand type mismatch can be always solved by aligning the types using that option: 

Roman_L_2-1629447756824.png

Ps. 

Please post your sequence / vi here if still having troubles to resolve it

 

 

 

0 Kudos
Message 4 of 6
(1,593 Views)

I have created the option for myself with the option "Create custom data type". In LabVIEW it is also definitely a cluster with two Boolean values, which are then to be passed in the test sequence as True or False values for further steps.
The error does not occur if the "In" is passed instead of the "Out". Only if the cluster is an output does this error -17313 occur.

 

The TestStand Sequence opens a GUI and after this has been set up and a test case has been started, the error occurs in TestStand. The GUI itself runs in LabVIEW without any problems.

 

0 Kudos
Message 5 of 6
(1,569 Views)
Solution
Accepted by topic author Tester7

Hello everyone, it works. The error was in the LabVIEW GUI. In this, a parameter was not taken into account and thus a loop was not closed properly.
Now it works. Thanks a lot anyway!

0 Kudos
Message 6 of 6
(1,558 Views)