NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

fixed point in labview and passing to TestStand

Hi,

 

I am having a VI that uses a fixed point representation of a variable and has been passed to the TestStand through termainals. But while I am tyring to attach this VI. testStand is throwing "Error Code :Invalid Pointer". I guess the TestStand is having a problem with the bit field inputs and hence behaving like this. Do anyone come across this kind of Error. Please suggest me what to do ??

 

Thanks in Advance,

Vivek

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

Vivek,

 

With TestStand 4.1 and LabVIEW 8.6, I got the following behavior.

TestStand doesn't give an error, but it does not understand what a Fixed Point numeric is, so the type is Unknown.

What versions of TestStand and LabVIEW are you using?  Is this the behavior you are describing?

Message Edited by Josh W. on 09-23-2008 09:15 AM
Josh W.
Certified TestStand Architect
Formerly blue
0 Kudos
Message 2 of 6
(3,461 Views)

Hi Josh,

We are using TestStand 4.0 and LabView 8.5 versions.  I have attached the snapshot of the error encountering.The type of the Input and Ouput of the Vi's used are the fixed point representation.

 

Regards,

-Vivek

0 Kudos
Message 3 of 6
(3,454 Views)

Vivek,

This was reported to R&D (# 127398) for further investigation.  I was able to get the behavior I described where the type is listed as Unknown.  I was not able to get the error you describe however.  Could you provide step-by-step instructions for creating that error?

 

Thanks!

Josh W.
Certified TestStand Architect
Formerly blue
0 Kudos
Message 4 of 6
(3,445 Views)

I am attaching both the sequence file and Vi that uses fixed point representation. You can get the error once you try to attach the code with the TestStand.

The versions we are having are:

LabView 8.5

TestStand 4.0 (We are having Custom Sequence Editor)

 

Regards, 

-Vivek

Download All
0 Kudos
Message 5 of 6
(3,442 Views)

Vivek,

 

It appears as if this VI has somehow become corrupt.  When I try to load it in TestStand 4.1, I get an error that there are multiple controls on the connector pane with the same label.

 

How did you create this VI?  I tried to reproduce the problem by simply creating two numerics and setting their representation to Fixed Point, but that did not cause the same problem.

 

Also, since at the moment, TestStand cannot understand LabVIEW's fixed point representation, the best workaround would be to cast the Fixed Point number to a double, and then pass the double to TestStand.  Would this be an acceptable workaround for your situation?  If it is not, please let me know why not, so that we can try to find a procedure that does work for your application.

Josh W.
Certified TestStand Architect
Formerly blue
0 Kudos
Message 6 of 6
(3,395 Views)