From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,067 Views)

bump

0 Kudos
Message 2 of 4
(986 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
(966 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
(962 Views)