Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

VI analyzer results

Hi everybody,
   I'm using LabVIEW 7.1 - cFP-2020.  I'm using VI Analyzer too, and I'd like to understand the meaning of some VI Analyzer error reports, like the following:

 This VI's connector pane does not match any of the user-specified connector panes.

Is there something on this subject?

  More, I'd like to read something about writing efficient code for embedded targets; I've read the Real-time user manual, but I didn't find informations I was looking for.....

Thanks!

graziano
0 Kudos
Message 1 of 3
(3,184 Views)
Graziano,

Not sure about that error message, but as far as your second question, you can use the VI analyzer plug-in available for LabVIEW Real-Time. You can find this here. There are also a number of resources you can find in the LabVIEW Real-Time section of the NI Developer Zone. I admit there's probably too much information there, but you can find some good stuff. Also, I recommend using the timed loop for your real-time apps, especially if you have tasks that need to run at different rates. You can learn more about the timed loop here.

I hope that helps.

Gerardo Garcia
LabVIEW Real-Time Product Manager

Message Edited by gcubed on 12-02-2005 11:38 AM

0 Kudos
Message 2 of 3
(3,165 Views)
Hi Gerardo,
   and thanks!

   In effect, what I was looking for is something about "fine-tuning". For example, when I develop an application for an embedded target, should I hide panel controls to make my application more efficient? An things like this..... at the present moment, the problem isn't how to develp real-time application, about this subject you're right, I can find on National website a lot of useful papers.

   About the VI analyzer plugin, I'm already using it, maybe would be better to have a "error code explication"!!

   Thanks again, and have a nice day!

graziano
0 Kudos
Message 3 of 3
(3,150 Views)