LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to insert queue element from C

I want to insert a single queue element into a LabView Queue from C (from a DLL).
The only thing I found is How to set an Labview-Occurence from C. I assume that I have to do that in 2 steps: 1. copy the string data into the queue with a push/pop command. 2. Set the Occurence from the queue to notify waiting queue elements.
I only need to know how to realize this in the exactly way. (internals of Queue handling, Queue structure, example code, ....)
I'm using LabView 6.0.2 with WinNT 4.0
Thank's for help.

Robert
0 Kudos
Message 1 of 2
(2,426 Views)
Robert,

You currently cannot access Queue elements from external code. We hope to add this feature to a future version.

Marcus Monroe
National Instruments
0 Kudos
Message 2 of 2
(2,426 Views)