LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with event loop

Hello I have a problem, how can I schedule an event with the event loop ..?

I work on an automated control system that will have to shut down part of the system after a sequence. But the event programmed on Boolean indicators do not react .. !!

I also have a problem when I go off the main loop the bug program what can be the cause ..?

I'm sending you an event test with Boolean flag in LabVIEW 2016
Thank you

0 Kudos
Message 1 of 3
(2,125 Views)

Hi Ernest,

 

I work on an automated control system that will have to shut down part of the system after a sequence.

How is this related to the attached VI?

 

But the event programmed on Boolean indicators do not react .. !!

Did you read the hellp for the event structure? And the related Caveats?

The event structure DOES NOT react on values being wired to an indicator…

 

I also have a problem when I go off the main loop the bug program what can be the cause ..?

As you don't describe your problem we cannot tell you the reason…

(When I stop your VI using the "stop" button on the FP then the VI stops as expected.)

Best regards,
GerdW


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

Probably you need a value signaling or a user event. But your program doesn't really reflect the questions you're asking.

 

Some (more) courses will help, at least so you understand that this isn't very useful:

Boolean nonsense.PNG

0 Kudos
Message 3 of 3
(2,083 Views)