08-05-2008 01:06 AM
08-05-2008 01:57 AM
08-05-2008 11:36 AM
08-06-2008 12:30 AM
08-26-2008 05:59 AM - edited 08-26-2008 06:01 AM
Hi aggieNick,
Recently I too got the same error while trying to generate code for the attached statechart. I am not using FPGA and intend to run this on Windows XP
08-26-2008 12:56 PM
Hi Anu,
Thanks for the info. It is proving very helpful.
We have reproduced the error and are looking into the cause and any possible workarounds. We will let you know as soon as we have some more info for you.
Thanks,
Nick
08-26-2008 01:28 PM
Hi Anu,
Is there any chance you could also provide the library file that defines your shared variables? I am trying to play with this in LV 8.6 as well to see how the issue behaves there, but the shared variables will break on version upgrade if the library file(s) are not present.
Thanks,
Nick
08-26-2008 01:53 PM - edited 08-26-2008 01:56 PM
Hello Anu,
I did some investigation and I think there is a particular trigger name that you have which is causing the problem. You have a trigger named loop cir. pump. I believe if you rename this to not have the . that your error will go away. For testing we renamed the trigger to loop cir pump and had no problems generating code.
We are still investigating internally, but I believe this should get you up and running. Let us know if you have any other issues with this.
Regards,
Angela M
Product Support Engineer
08-27-2008 12:41 AM - edited 08-27-2008 12:44 AM
Hi Angela & aggieNick,
That solved the problem.Thanks a lot!!!
After removing "." from the trigger name, I was able to generate the code.