02-05-2008 08:35 PM
02-05-2008 11:03 PM
02-06-2008 03:09 AM
Hi Dave,
i think your are right that there is something wrong, but you can use this structure when change a littleness. See the picture.
Mike
03-31-2008 11:56 AM - edited 03-31-2008 12:02 PM
04-01-2008 11:49 AM
06-25-2008 02:39 AM
06-25-2008 02:51 AM
05-12-2021 12:51 PM
I know this is a very old thread, but if I faced an odd problem with In Place Element structure(IPE)- where I used 2 subVI's in IPE in my Real-Time application. My application runs fine in run time from the computer, however, after deployment it appears as broken with no error details. Apparently, I removed one small subVI(that uses basic math functions- multiplication and division- not much) from IPE and kept another subVI (that has lots of for loop and arrays) in IPE from IPE, deployment application works fine. The irony is just by removing small subVI it works, but if I bring back the small subVI and removes the big subVI- it doesn't work.
Does anyone has tested using subVsI in IPE? NI needs to give some recommendations on that. I know using subVIs in IPE voids the idea of IPE as subVI's will create copies of data - still I am curious because it gave me a lot of trouble.
05-12-2021 01:25 PM
Your problem does not sound related at all other that it also uses an IPE. And yes I use the IPE regularly, also with subVIs inside and on RT too, so you will need to provide more information.
I recommend to create a new topic instead of attaching to a 13 year old thread that is only very remotely related to your problem and also attach an example code that shows the issue.
05-17-2021 06:31 AM
Are the VIs inlined?
Try forcing a recompile of all the VIs from where the changes were made right up to the top-level VI. Or just empty your compile cache, we see problems like these all the time and have started defaulting to clearing the compile cache because it tends to be the most common denominator.