11-28-2019 03:18 AM
Hello!!
I have made this program where I introduce a code number and the program checks if the length is okey and if the code number is in the database. If the code number is in the database, the program has to return the coding that appears in the database.
11-28-2019 03:19 AM
My problem is that the program doesn´t work.
Can you help me please
11-28-2019 03:34 AM
There are three kinds of error: syntax errors, logical mistakes and run-time errors. (Logical errors are also known as semantic errors). We discussed syntax mistakes in our word on records type errors. Generally mistakes are labeled into three types: systematic errors, random errors and error
11-28-2019 03:38 AM
The problem is that I don´t know how to correct them. Can you help me please
11-28-2019 04:03 AM
Hi 99,
@labview99 wrote:
The problem is that I don´t know how to correct them.
You need to debug your VI…
11-28-2019 04:09 AM
I have tryed to put break points and the problem is in the case " Fin OK" that the subvi doesn´t work. I have also tryed to check if the subvi works okey running apart and it works okey.
11-28-2019 04:22 AM
11-28-2019 04:28 AM
Sorry I´m new at Labview. I tryed doing the clean up but it doesn´t work.
Sorry
11-28-2019 04:33 AM - edited 11-28-2019 04:35 AM
Hi 99,
@labview99 wrote:
Sorry I´m new at Labview.
Did you notice those "Training resources" in the header of the LabVIEW board? You really should use them!
@labview99 wrote:
I tryed doing the clean up but it doesn´t work.
That AutoCleanup button is not working for you? Why not?
(You don't notice that you placed the same subVI twice in your mainVI?)
11-28-2019 05:07 AM
The problem is in the subVI 4 but I don´t know where