LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1063 occurred at Statechart Code Generation

When I tried to generate code for a statechart ,it stopped with error-1063-Specified terminal not found in object.
Please help.
 
pdg
0 Kudos
Message 1 of 9
(4,121 Views)
R u using an FPGA .Check this thread
Message 2 of 9
(4,118 Views)
I think this may actually be a different issue with the same symptom (since it happens when you generate code for your statechart). Any chance you can provide the statechart you get the error with? That would make the diagnosis much quicker. If you aren't comfortable posting the files publicly, let me know and we can find a way to get them.
Message 3 of 9
(4,100 Views)
Yeah.I'm not using FPGA.I'm running the statechart in desktop.
Message 4 of 9
(4,090 Views)

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

 

Message Edited by Anu Kalidas on 08-26-2008 06:01 AM
BR
Message 5 of 9
(4,027 Views)

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

 

Message 6 of 9
(4,010 Views)

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

 

Message 7 of 9
(4,001 Views)

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

Message Edited by Angela M on 08-26-2008 01:56 PM
Message 8 of 9
(3,991 Views)

Hi Angela & aggieNick,

 

That solved the problem.Thanks a lot!!! Smiley Happy  After removing "." from the trigger name, I was able to generate the code.

Message Edited by Anu Kalidas on 08-27-2008 12:44 AM
BR
0 Kudos
Message 9 of 9
(3,976 Views)