NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Error (or warning) at code module's output parameter expression

Hello Everyone,

 

I am exploring TestStand and found this issue.

I'm sure this must be a simple to resolve but couldn't find any help upon Googling for it.

 

TestStand Error.png

 

Here is the screenshot of what it looks like if I take mouse cursor over the expression.

 

Thank you for taking time and looking into this.

0 Kudos
Message 1 of 4
(1,065 Views)

bump

0 Kudos
Message 2 of 4
(984 Views)

Hi, 

What is the type of the TS variable? Is it of type "Number" or "Number (Signed 64-bit Integer)". 

It should be of type "Number"

 

Anand_Jain_0-1626909334182.png

 

Regards,

Anand Jain

NI

0 Kudos
Message 3 of 4
(964 Views)

Hi Anand,

 

Thanks for your reply.

I was able to fix the error by changing the data type (from I64 to DBL).

Although, I'm still not clear why was that an issue. If you notice, my LabVIEW VI has that output configured as I32 type. And I was assuming that TestStand I64 is better choice than DL (number) data type.

0 Kudos
Message 4 of 4
(960 Views)