LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for an Ethernet FP example

I am looking for some example FP structure and code, to speed development of an FP for the Neff 470300, an Ethernet controlled data acq system. This does not seem to fall within the IVI categories.

I am very familiar with the toobox TCP and UDP functions, but not very familiar with creating FP's and working in VISA. Is there a good reference to get up to speed on these?
0 Kudos
Message 1 of 2
(2,690 Views)
Hi,

In general there are 2 ways of creating Functions Panels:

+You create an FP file where you create all you cathegories and function panels. The you can have CVI generate the h and c files to match that FP file.

+As of CVI 7.0 you can create the FP out of your .h file. You create your functions as any other library and then generate the FP file out of the h file. While viewing the h file go to "Options>>Generate Function Tree"

The CVI help filehas some topics on this to get you started. Look for one called "Function Panel Editor" and one called "Generate Function Tree"

as for VISA http://www.ni.com/visa is a very good starting point with a bunch of usefull links.

I hope this helps.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 2 of 2
(2,690 Views)