09-12-2008 02:37 AM
I am using labview 8.6 . I have a problem in using Globals in my web method vis. If i directly read the data it works fine but if i use global it doesnt read data.
09-12-2008 03:04 AM
Hi Jawad,
can you explain a bit more? Why do you want to use globals if you are able to read it directly?
Mike
09-12-2008 05:28 AM
Hi Mike, I am using global because my application is so big. With global i can easily access changes that we made in other vis with reading .cfg file again and again and before closing application at once i change my .cfg by geting and saving data from global.
Can you tell me the limitations of web services?
09-15-2008
10:05 AM
- last edited on
01-13-2025
01:32 PM
by
Content Cleaner
Hello Jawad,
Thanks for sharing your issue. There could be more than one reason why your global variables are not behaving as you would like them to. I would encourage you to read through the following online article to get started with troubleshooting: <https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P83YSAS&l=en-US>. Could you also share more about your application and what your ultimate goal is with the global variable?
If you are interested in web services, I would recommend reading the articles at the following links:
http://zone.ni.com/devzone/cda/tut/p/id/7350
http://zone.ni.com/reference/en-XX/help/371361E-01/lvhowto/build_web_service/
https://www.ni.com/en/support/documentation/supplemental/08/labview-web-services-faq.html
If you have any questions about web services, please feel free to ask.
Regards,
Dan Richards
09-15-2008 10:47 AM - edited 09-15-2008 10:49 AM
09-16-2008 12:18 AM
HI Dan_R,
Thanx for providing me a useful help and links.
09-16-2008 12:20 AM
Hello Nathand,
thanx for u help.I will try this approach.