09-11-2016 11:00 AM
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
09-11-2016 12:09 PM
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?
09-11-2016 03:02 PM
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
09-11-2016 03:13 PM - edited 09-11-2016 03:13 PM
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.
09-12-2016 02:22 AM
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!
09-12-2016 02:27 AM
I tried putting a structure event but do not work zilch :'(
09-12-2016 02:28 AM
I tried putting a structure event but do not work zilch :'(
09-12-2016 03:27 AM
@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"?
09-12-2016 03:33 AM
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 ...
09-13-2016 02:22 AM
Could you please see the file I uploaded and give me a reference guide.
I have not made progress.
Thank you