LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DiagPacket

Hello Everyone,

So I have been writing a program and am having a problem obtaining a dialogue packet in one of my loops. As you'll notice in the picture I'm attaching, the upper loop has the DiagPacket [boxed in red] which allows it to release the information to the array next to it. For me, I am specifically interested in position which is include in the array.

Now I would like to have the array information included in the second loop I have built so that I can access the position. At first I simply tried wiring the array from the first into the second. LabVIEW allowed this--however the program crashed while running. I then tried various other things, but to no avail. Does anyone know how I can get the DiagPacket to be included in the second loop? Also what exactly what are the side blocks with "Souce, Type, Time, Time, Type etc..." called? And how are they edited? Specifically how can I add my dialogue packet to it?

 

Thanks so much!

0 Kudos
Message 1 of 2
(2,357 Views)

It is impossible to help anyone debug a program by way of a screenshot that doesn't show everything, or even the important things.  For example, is there a wire going into the unbundle function in the lower loop?

 

What is the event that the upper event structure is showing?

 

I suspect having multiple event structures is going to be more of a complication for you than a help. But it is hard to say for sure unless you post your actual VI.

0 Kudos
Message 2 of 2
(2,341 Views)