LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to create fault e-mails on my application to warn me off possible errors.

Hi Guys!

I have tried all day to get this working but I have failed.

I have to possible solution which i have attached, but they just dont come close enough to what i am looking for.

What i want to do is have say 10 fault conditions boolean T/F
and on the first time the fault occurs it send out an e-mail (for the examples i am just displaying a text string if you use a simple error message box it holds the system up!)

Then if it has not been fixed in a small space of time it sends out another message. etc.

My problem is that I cannot get the loop to close! due to it always checking for errors, ideas please!!
0 Kudos
Message 1 of 2
(2,426 Views)
Hello P Fletcher,

why do you want to stop the while loop? If you want to warn the user, then the error checking should be active all the time...

If you have conditions to stop the error checking, then you may include a case structure. See my attached example.
But: my implementation can change the behaviour of the error counting, when checking is switched off and on again.

Best regards,
GerdW
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,407 Views)