LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error con Scan From String

Solved!
Go to solution

Buenas quisiera que me brindaran ayuda con un pequeño programa me marca un error al momento de correrlo el erro brinca en la parte del SCAN FROM STRING 

0 Kudos
Message 1 of 4
(787 Views)

@ZURCCRUZ wrote:

Buenas quisiera que me brindaran ayuda con un pequeño programa me marca un error al momento de correrlo el erro brinca en la parte del SCAN FROM STRING 

 

(translated: Hello, I would like you to help me with a small program, I get an error when I run it, the error appears in the SCAN FROM STRING part)


Your caller is broken because you wired an indicator to an input. There is also a potential race condition because both code segments execute in parallel and there is no way to tell what happens first.

 

If you have a problem with the subVI (please don't do transparent icons!), then we would need to know all the input values. What is the subVI supposed to do? Please fill all controls with typical values, then make these values the default so we can see what is happening.

Message 2 of 4
(754 Views)

El vi cadena debe concatenar cadenas de caracteres (Encabezado, numero y restante).

Proporciona informacion sobre: La longitud de la cadena creada, caracteres despues de la igualdad, numero de salida,numero de salida, se debe utilizxar para generar informacion 

0 Kudos
Message 3 of 4
(231 Views)
Solution
Accepted by topic author ZURCCRUZ

Hi Zurccruz,

 


@ZURCCRUZ wrote:

The vi string must concatenate strings of characters (Header, number and remainder).

Provides information about: The length of the created string, characters after equality, output number, output number, should be used to generate information


Then you need to implement your requirements!

 

Right now the ScanFromString gives an error because the input to the subVI is empty: you forgot to set reasonable default values in the "Escritura de archivo" VI!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 4
(215 Views)