04-12-2024 05:00 PM
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
Solved! Go to Solution.
04-12-2024 06:31 PM - edited 04-15-2024 01:31 PM
@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.
04-15-2024 03:36 PM
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
04-16-2024 12:40 AM
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!