LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 85 occured at Scan from String (arg 1)

Solved!
Go to solution

Is there an issue with my code that I'm not seeing? Can't find where this error would be from.

 

Update: Resolved. 

0 Kudos
Message 11 of 14
(297 Views)

Your data type to unflatten to is wrong.  It should be a scaler I16 or U16.  I did not dig through the document to see which it should be.  My snippet used a U16.  The only difference is if it should be able to go negative or not.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 12 of 14
(257 Views)

These should be scalars, not arrays:

raphschru_0-1689269122117.png

Also the numeric representation should be U16, not I16.

 

 

Message 13 of 14
(250 Views)

Hi parker,

 

https://forums.ni.com/t5/LabVIEW/Complete-String-Conversion-Tutorial/m-p/4245188#M1234546

 

have you read this? Look at Recipe 05 or 06, according to your endianness.

 

Greets, Dave
0 Kudos
Message 14 of 14
(226 Views)