LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VISA Find Resource output to VISA Open

Solved!
Go to solution

VISA Find Resource returns an array of strings. When I wire one of the elements to VISA Open there is a coercion dot.

 

Is there a function that should be use so that the coercion dot goes away?

 

 

0 Kudos
Message 1 of 6
(2,357 Views)
Solution
Accepted by topic author nyc_(is_out_of_here)

Try attached.  You can ignore the dot in this case as well. 

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 2 of 6
(2,356 Views)

Thanks. Keep forgeting about TypeCast.

0 Kudos
Message 3 of 6
(2,350 Views)

That is not necessary. Wire the string directly and ignore the coercion dot. It causes no harm at all and is probably more efficient.

0 Kudos
Message 4 of 6
(2,344 Views)

I agree with that.

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 5 of 6
(2,339 Views)

What about using the conversion VI here: http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Default-Data-Function/idc-p/1084787#M4535

 

I think it'd be safer than using the typecast, but I'm not sure about any speed difference.

0 Kudos
Message 6 of 6
(2,330 Views)