LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Running a CVI application on www

Hello

How can I make a CVI (2009) application run on the Internet ?

Regards Per

0 Kudos
Message 1 of 8
(4,235 Views)
Do you have the internet toolkit?
0 Kudos
Message 2 of 8
(4,185 Views)
Yes I do.
0 Kudos
Message 3 of 8
(4,177 Views)

A web server is included in the Enterprise Connectivity Toolkit. By setting up and connecting to the web server, you will be able to monitor and control the operation of your front panel through a web browser. The INET_RegisterPanelAutoUpdate function is used to export a LabWindows/CVI user interface panel onto the Web. Once a client requests the image of the panel, the server periodically sends an updated image of the panel.
0 Kudos
Message 4 of 8
(4,174 Views)

I can't find an "Enterprise Connectivity Toolkit" for LabWindows/CVI.

From the NI Web site the available CVI toolkits are:

  • Database Connectivity (SQL) Toolkit
  • Advanced Signal Processing Toolkit
  • PID Control Toolkit
  • Execution Profiler Toolkit

So I can't find where the INET_xxx functions are.

Could someone help me?

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 5 of 8
(3,798 Views)

Hi.

 

Unfortunately, The Enterprise Toolkit has been EOL'ed, and is no longer sold. The functionality for creating web servers is not included in CVI as the lower level function calls necessary to do so exists within the Win32 API. If you wants to make a web server in CVI, you will need to use the Win32 interface in order to do so and youl have to write the lower-level code yourself.  Microsoft's resources should have information and documentation on all of the function calls.

 

Regards,

Tom

Application Engineer

National Instruments

 

 

 

 

0 Kudos
Message 6 of 8
(3,737 Views)

 


The functionality for creating web servers is not included in CVI as the lower level function calls necessary to do so exists within the Win32 API. 

 

Could you explain which are these lower level functions?

 

 


If you wants to make a web server in CVI, you will need to use the Win32 interface in order to do so and youl have to write the lower-level code yourself.  Microsoft's resources should have information and documentation on all of the function calls. 

 

Could you give me a link to these resources?

I haven't been able to find this kind of functions...

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 7 of 8
(3,730 Views)

Hi.

Unfortunately I am not familiar with this functions either.

I think this page might contains some help on the topic.

http://msdn.microsoft.com/en-us/library/ms692635%28v=vs.85%29.aspx

0 Kudos
Message 8 of 8
(3,723 Views)