Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to view web-based applications

I have made a small program using Measurement Studio for VB(VB 6).It is a very small program which uses a knob control and a slider control.I have made the Web page and other files using the Package and Deployment Wizard as told in the Application Note which is available in the Meas Studio help.
I am able to access the web page and see the embedded Application from other computers in the Local Area Network which has got LabVIEW installed in them.When I try to access it from computers which does not have Labview, I am able to see the web page. but the embedded application is not visible.

my question is :

1) To see the web baswed application thru a browser is it required to have any Run Time engine or plug-in like the Labview
Run Time engine which is required to see the Labview VI when published as a web page ?otherwise what-else could be the problem?

2)Question No.2:

Does the Meas Studio for VB or CVI has got any real-time version or real-time capabilities? is it possible to do Analog I/P and Analog O/p using my Real-Time card PCI 7030/6040E using programs written in Meas studio for VB or CVI ?

3) qust. No.3:

I am not seeeing any Intensity chart in Meas Studio for VB and CVI.Is it not available in these two environments?
0 Kudos
Message 1 of 2
(3,050 Views)
Hello

When developing web components, the necessary files should be downloaded automatically when you get to the web page ( kinda like a web page that uses flash or quicktime components). If you did not have any errors while packaging the components up, you might want to make sure that the your security settings on the web page allow you view activex controls. And also check this link for general issues with the PDW.

Answer 2:

You need to have LabVIEW RT to run code on a 7030 board, because only LabVIEW can target it. You can write dll's using CVI that would run on the RT platform, but you would still need LabVIEW to run the code. Measurement Studio does
not have any support for RT at this point.

Answer 3:

Check out these examples

http://venus.ni.com/stage/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3E14B56A4E034080020E74861&p_node=DZ52016&p_submitted=N&p_rank=&p_answer=&p_source=Internal


http://venus.ni.com/stage/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3D7DD56A4E034080020E74861&p_node=DZ52139&p_submitted=N&p_rank=&p_answer=&p_source=Internal

These are examples of making an intensity plot using the 3dgraph control.

I hope this helps

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 2
(3,050 Views)