05-19-2015 11:02 AM
Hi,
I see that in Labview 2013, there is a "priority" wire in the create user event block. I need this functionality to make sure RS232 messages we receive are processed as highest priority but the "priority" wire does not exist in Labview 8.5. Is there a way to implement that or another function that does the same?
05-19-2015 11:28 AM - edited 05-19-2015 11:28 AM
05-19-2015 11:46 AM
05-19-2015 02:30 PM
Agreed, something else could be blocked but what if we don't mind blocking the other events as the message coming in is part of a real-time system and we need it processed as soon as possible?
05-19-2015 02:36 PM
09-29-2015 08:10 PM
Hi all,
Is the user event queue somehow accessible? I could then just have the event generated sneak itself in front of the queue using the enqueue at opposite end
09-30-2015 05:18 AM