03-19-2008 09:09 AM
03-20-2008 10:37 PM
Are you currently using any property nodes as described in the above post?
It may be helpful to post screenshots of your subVIs.
03-21-2008 04:56 AM
03-21-2008 08:14 AM
Hi Peter,
What error message are you getting when trying to debug you executable? Are you creating debugable exes and the going to Operate > Debug Shared Libary or Exe?
Regards,
Basset Hound
03-21-2008 06:21 PM
Hi Basset Hound,
The error message turn up when I try to connect to the rtexe that is running on the cRIO. The dip switches on the crio are all off and I boot up the cRIO independently. When building the rtexe I have enabled debugging.
I go to 'Operate->Debug Application or Shared Library', put in the IP address of the controller and click on connect after selecting the highlighted exe name. A dialog pops up and a list of names of files starts running by and at some stage, a message box pops up with the message
'Compiler Error. Report this error to National Instruments Tech Support. IUse::GenCode missing VI in kInitPass'. This message pops up about 3 or 4 times before the 1st diaog starts moving again and after a while says failed to connect. The messages that come up after the 1st msg above are things like 'copy cvt refnum, csrc=0x3' after the msg to contact NI tech support.
As you can see, the 1st message made me suspect that a vi was not being picked up and this was why some display was not coming up when expected. This turned out to be due to the use of properties rather than any missing vis.
I also tried to use the 'always include' option in the exe builder to ensure that all relevant vis made it in but this did not work either.
cheers!
Peter
03-24-2008 11:23 AM
Hi Peter,
What version of LVRT are you currently using? Any chance you can post the Application that can reproduce the issue?
Regards,
Basset Hound
03-30-2008 04:34 AM