LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

as introducing a subVI in a subpanel to work at the same time?

I'm trying to introduce a subVI in a subpanel but always gives me an error method. Can somebody help me?
I include photos.
Thank you

0 Kudos
Message 1 of 20
(4,052 Views)

Instead of attaching a 3480pixel wide image, attach the actual code.

What is the exact error message and error code? Which node generates the error?

0 Kudos
Message 2 of 20
(4,032 Views)

Sorry, there are my VI.

This is the error.

LabVIEW:  (Hex 0x4AE) The VI is not in a state compatible with this operation. Change the execution mode of the referenced VI to reentrant for this operation.

 

Thanks

0 Kudos
Message 3 of 20
(3,994 Views)

You seem to be constantly trying to run and insert the same VI over and over, even it it is already running.

You need to keep track if it is running or not and only do it if it is not already running.

 

You use of formula nodes for such simple things seem overly complicated.

What determines the loop rate of the subVI? Seems to very greedy.

0 Kudos
Message 4 of 20
(3,991 Views)

Ok, I understand the idea, but I might suggest an optimal way to get the open loop VI.
The loop time is not yet defined is given'm riding the project and then try to adjust it a little slower.

Thanks!

0 Kudos
Message 5 of 20
(3,954 Views)

I tried putting a structure event but do not work zilch :'(

0 Kudos
Message 6 of 20
(3,952 Views)

I tried putting a structure event but do not work zilch :'(

0 Kudos
Message 7 of 20
(3,952 Views)

@Paico wrote:

I tried putting a structure event but do not work zilch :'(


You probably need to be a bit more detailed.

What did you put where? What happens? What do you expect to happen? What are the units for "zilch"?

0 Kudos
Message 8 of 20
(3,944 Views)

I attach the VI.
The truth I'm a rookie in LV and many of the functions are not know, I'm also Spanish and English resists me a little ...

 

0 Kudos
Message 9 of 20
(3,941 Views)

Could you please see the file I uploaded and give me a reference guide.
I have not made progress.
Thank you

0 Kudos
Message 10 of 20
(3,908 Views)