LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR

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.

 

0 Kudos
Message 1 of 14
(3,267 Views)

My problem is that the program doesn´t work.

Can you help me please

0 Kudos
Message 2 of 14
(3,265 Views)

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

0 Kudos
Message 3 of 14
(3,250 Views)

The problem is that I don´t know how to correct them. Can you help me please

0 Kudos
Message 4 of 14
(3,246 Views)

Hi 99,

 


@labview99 wrote:

The problem is that I don´t know how to correct them.


You need to debug your VI…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 14
(3,228 Views)

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.

0 Kudos
Message 6 of 14
(3,225 Views)

Hi 99,

 

one possible problem is easily visible after you use AutoCleanup in each of those 3 VIs.

 

Why didn't you notice that problem on your own?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 14
(3,221 Views)

Sorry I´m new at Labview. I tryed doing the clean up but it doesn´t work.

Sorry

0 Kudos
Message 8 of 14
(3,217 Views)

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?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 9 of 14
(3,215 Views)

The problem is in the subVI 4 but I don´t know where

0 Kudos
Message 10 of 14
(3,193 Views)