Get this error on the picture while using Acquire Waveform

Asked By 0 points N/A Posted on -
qa-featured

Hi experts,

I get this error on the picture while using Acquire Waveform. How can I fix it? Can you provide me solution step by step to resolve the following error message? I would be really grateful to you.

Acquire Waveform In Loop_NoReset.vi

Error 85 occurred at Scan From String (arg 1) in

Icwave Wait for Acquisition Complete.vi-

>Icwave Read Single Waveform.vI->Icwave

Acquire Waveform In Loop_NoReset.vi

Possible reason(s):

LabVIEW: Scan failed.

Continue Stop

SHARE
Answered By 0 points N/A #174985

Get this error on the picture while using Acquire Waveform

qa-featured

Hello Larry

There are some reasons for this Error one of the most common is:

When a file includes a string that contains spaces: that means the Scan from File function interprets a space character as the end of the string.

Which makes the LabVIEW to start scanning for the next output in the middle of the string rather than at its end.

Solving this Error can be done by using multiple format specifiers to individually scan each part of the string that precedes or follows a space after that you can concatenate the strings to match the original string.

For more information please visit this site

Related Questions