LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can labview do multi-process?

Does labview have the function of "event-trigger"?
0 Kudos
Message 1 of 3
(2,446 Views)
LabVIEW 6.1 can be used to 'capture' events like mouse down, mouse up, value changed, etc. with the new 'Event Structure'. This structure can be used to execute specific functions once the events are captured.

Chris_Mitchell
Product Development Engineer
Certified LabVIEW Architect

0 Kudos
Message 2 of 3
(2,446 Views)
> Does labview have the function of "event-trigger"?
>

I probably need some more information to know what you mean by an
event-trigger. LV automatically does multitasking using OS threads if
they are available. There are a number of synchronization functions in
the palettes such as notifiers, semaphores, queues, and occurrences.

If you expand on your question I can give a better answer.

Greg McKaskle
0 Kudos
Message 3 of 3
(2,446 Views)