05-20-2014 12:14 AM
Hello All,
I have a program in LabVIEW i Build its web service then call it in the NI Web Builder when i run my program in web Builder it runs with out any error. then i build its application here when i open tbuild web page by double click it gives me the error but when i put that folder in www directory and call it with my browser by "http://localhost:8080/test/index.html" its runs accurately by showing me updated graphs and values.
But when i call that web page from another system by writing "http://myPCName:8080/test/index.html" the page opens but give me same error which occured on double clicking the index.html page.
the picture of error is attached.
Please give urgent response i will be very grateful.
Thank You
Waqas
05-21-2014 09:12 AM
Are both the client and host computers on the sam LAN?
Are they both in the same subnet i.e. have the same first 6 digits in their IP address?
What is the network topology inbetween the client and host?
05-27-2014 09:53 AM
Yes they are on same LAN and have same subnet mask, the issue is dus to using Charts in Web Builder, Issue resolved by using Graphs instead of Charts.
Can you tell me why Charts give this error?
Thank You
05-28-2014 04:53 PM
How are you implementing the charts to produce the error? We have a reference example located here:
Graphs and Charts in LabVIEW Web UI Builder
If you this example as a starting point can you reproduce the error?